RE: Iptables Make Rules On Different Interface? "iptables - L" sh ows no difference!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi
 
You can see the interfaces with  iptables -v -L
 
David
-----Mensaje original-----
De: ke chen [mailto:linux_kurt@xxxxxxxxx]
Enviado el: domingo, 06 de junio de 2004 22:58
Para: netfilter@xxxxxxxxxxxxxxxxxxx
Asunto: Iptables Make Rules On Different Interface? "iptables - L" shows no difference!

hi all,
I want to make iptables impose different rules on two ethernet interfaces.

I would like to make restriction on external interface (eth0), but allow any traffic in and out of internal interface (eth1).
iptables -A INPUT -i eth1 -s 0/0 -d 0/0 -j ACCEPT
iptables -A OUTPUT -o eth1 -s 0/0 -d 0/0 -j ACCEPT

when applying these rules, iptables -L
it shows
Chain INPUT (policy DROP)
target prot opt source destionation
Accept all -- anywhere anywhere

Chain OUTPUT (policy DROP)
target prot opt source destionation
Accept all -- anywhere anywhere

There is no place to differentiate interface eth0 or eth1

Anyone could give me some hints?

Thank you in advance.

BEST REGARDS
kurt


Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger

[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux