On Fri, Dec 07, 2001 at 04:57:10AM +0100, RoMaNSoFt wrote:

>  One simple question: I set an IP to br0 so I can administer remotely
> the machine via ssh2. In this way the machine can be administered from
> both nics. Is it possible to remove ip to br0 and set to eth0 so the
> machine could only be administered from eth0 nic?

This won't work.  Really, you have to assign IP addresses to the bridge
device.  What you want is better accomplished with:

        iptables -A INPUT -i eth0 -p tcp --dport 22 -j ACCEPT
        iptables -A INPUT -j DROP


cheers,
Lennert
_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge

Reply via email to