specify in-coming interface but appear from anywhere (rh7.2)

2002-05-28 Thread langzi
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

Re: specify in-coming interface but appear from anywhere (rh7.2)

2002-05-28 Thread Subodh Srivastava
--- langzi [EMAIL PROTECTED] wrote: 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).

Re: specify in-coming interface but appear from anywhere (rh7.2)

2002-05-28 Thread Antony Stone
On Tuesday 28 May 2002 7:49 am, langzi wrote: Hi, I want to set the rule that accept forwarding 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 This is