I believe this bug and your previous one are related, isn't it?

> # The primary network interface
> auto eth0
> iface eth0 inet static
>     address x x x x
>     netmask x x x x
>     gateway x x x x
> 
> #auto br0
> iface br0 inet static
>         bridge_ports eth0
>         bridge_fd 0
>         bridge_hello 2
>         bridge_maxage 12
>         bridge-aging 3200
>         address         192.168.150.1
>         netmask 255.255.255.0
>         broadcast 192.168.150.255
>         post-up echo "1" > /proc/sys/net/ipv4/ip_forward

I fail to understand all this network interfaces file, if you are using eth0
as the port of br0, please do not setup anything on eth0, I mean, remove hte
first part and set upd the addresses on br0, also setup br0 as auto.

Once you have this done if it still fail I'd sugest you send me ipconfig
info as well as brctl show or similar commands.

Regards.
-- 
Manty/BestiaTester -> http://manty.net


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to