* wes chow <[EMAIL PROTECTED]> > It shows that it thinks 192.168.0.10 belongs to eth0 of milhouse (based on > the MAC address). How do I get milhouse to accept traffic to 192.168.0.10 > only on eth1? Is this possible at all?
This is probably not the most elegant solution, but here it is anyway: /sbin/iptables -A INPUT -i eth0 -j DROP -d ! 192.168.0.2 /sbin/iptables -A INPUT -i eth1 -j DROP -d ! 192.168.0.10 > Thanks for any info or links... -- Erland Nylend -- [EMAIL PROTECTED] mailing list
