Hi,
I have this configuration
Redhat 7.2 with iptables 1.2.4 (rh rpm)

eth0: internet - 202.188.x.x
eth1: DMZ - 192.168.100.1
eth2: Internal network - 192.168.1.1

I want to set the rule that accept forwadingcome out from eth2 to eth1
(dmz).

/sbin/iptables -A FORWARD -i eth2 -o eth1 -j ACCEPT

But, when I do iptables -L, 
The rules show that it is from source: Anywhere to Destination:
Anywhere

I tested with other INPUT rules, the result stil the same - anywhere to
anywhere

So is it suppose to be like this? or this is Redhat 7.2 problem?

Please guide.

Thanks



__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

Reply via email to