On 5/26/11 9:32 PM, Matt Ryanczak wrote:
> You probably want something like this in /etc/network/interfaces:
> 
> iface br0 inet static
> bridge_ports eth1 eth2 eth3 eth4
> address 192.168.1.1
> netmask 255.255.255.0
> 
> see:
> 
> http://wiki.debian.org/BridgeNetworkConnections#A.2BAC8-etc.2BAC8-network.2BAC8-interfaces_and_bridging

Neither example creates br0 upon reboot or upon restarting the network
services, this is in debian squeeze.  I guess it will take some
fiddling.  If I reboot and then try bringing up br0 with ifconfig, I get
this:

        $ ifconfig br0 up
        br0: error fetching interface information: Device not found

/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


Thanks.
/Lars
_______________________________________________
Soekris-tech mailing list
[email protected]
http://lists.soekris.com/mailman/listinfo/soekris-tech

Reply via email to