2011/5/27 Lars Noodén <[email protected]>

> /etc/network/interfaces contains :
>
>        iface br0 inet static
>                bridge_ports eth0 eth1
>                 address 192.168.1.1
>                 broadcast 192.168.1.255
>                 netmask 255.255.255.0
>

I think you should try adding "auto br0" before iface...

auto br0
iface br0 inet static
          bridge_ports eth0 eth1
           address 192.168.1.1
           broadcast 192.168.1.255
           netmask 255.255.255.0
_______________________________________________
Soekris-tech mailing list
[email protected]
http://lists.soekris.com/mailman/listinfo/soekris-tech

Reply via email to