Networking Forums

Networking Forums > Computer Networking > Linux Networking > ipchains doesn't work with RH 9.1 (router)

Reply
Thread Tools Display Modes

ipchains doesn't work with RH 9.1 (router)

 
 
circuit_breaker
Guest
Posts: n/a

 
      01-01-2004, 05:44 PM
Hi,

I'm using FreeBSD as a router and it works well so far. In the past,
I've been using RH 7 and ipchains to do basically the same. I
installed version 9.1 and the ipchains command is no longer
recongnized... I just want to do something like:

ipchains -P forward DENY
ipchains -A forward -j MASQ
echo 1> /proc/sys/net/ipv4/ip_forward

How do I "activate" ipchains?

Thanks!
 
Reply With Quote
 
 
 
 
Juha Laiho
Guest
Posts: n/a

 
      01-01-2004, 06:22 PM
(E-Mail Removed) (circuit_breaker) said:
>I'm using FreeBSD as a router and it works well so far. In the past,
>I've been using RH 7 and ipchains to do basically the same. I
>installed version 9.1 and the ipchains command is no longer
>recongnized... I just want to do something like:
>
>ipchains -P forward DENY
>ipchains -A forward -j MASQ
>echo 1> /proc/sys/net/ipv4/ip_forward
>
>How do I "activate" ipchains?


In recent RH distributions, ipchains has been replaced by iptables.
For that simple configuration there isn't much differences, I think
it'd be

iptables -P FORWARD DENY
iptables -A FORWARD -j MASQ
echo 1> /proc/sys/net/ipv4/ip_forward
--
Wolf a.k.a. Juha Laiho Espoo, Finland
(GC 3.0) GIT d- s+: a C++ ULSH++++$ P++@ L+++ E- W+$@ N++ !K w !O !M V
PS(+) PE Y+ PGP(+) t- 5 !X R !tv b+ !DI D G e+ h---- r+++ y++++
"...cancel my subscription to the resurrection!" (Jim Morrison)
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wii Wireless Doesn't Work with AT&T DSL 2Wire 2701HG-B Modem/Router SMS Wireless Internet 3 07-12-2008 03:56 AM
Computer connected to router, internet doesn't work... t-bird Wireless Networks 10 06-05-2008 09:59 AM
linksys wrt54g wireless router doesn't work with pop3 Gary Roach Network Routers 1 06-22-2005 02:44 AM
router doesn't seem to work d Wireless Networks 1 06-12-2005 06:45 PM
mn-700 Router doesn't work when computer is turned off bbtfastback Broadband Hardware 0 01-20-2005 05:10 PM



1 2 3 4 5 6 7 8 9 10 11