3 network card, how to forbidden communication between two nic
Hello,
I have linux (Debian) computer with 3 network adapters.
etho - 192.168.100.1 - local network
eth1 - 192.168.1.1 - internet
eth2 - 192.168.7.1 - wireless router connected to it
So, wireless router is connected to eth2.
I want just to forbidden communication between eth2 and eth0. Because eth0 is local network and eth2 is public where users can connect.
How to do that with iptables?
thanks
|