bonding and bridging

2007-08-13 Thread Russell Coker
I want to have a server with two Ethernet links in a redundant configuration, and to bridge it as the primary interface. So far the below is the only configuration in /etc/network/interfaces that I can get to work. It would be cleaner and clearer if I could have a separate bond0 device

Re: bonding and bridging

2007-08-13 Thread Guus Sliepen
On Tue, Aug 14, 2007 at 01:25:49AM +1000, Russell Coker wrote: I want to have a server with two Ethernet links in a redundant configuration, and to bridge it as the primary interface. So far the below is the only configuration in /etc/network/interfaces that I can get to work. It would

Re: bonding and bridging

2007-08-13 Thread Stephan Seitz
In debian.devel.user Guus Sliepen [EMAIL PROTECTED] wrote: Add the bonding module to /etc/modules, so that bond0 exists when the network interfaces are brought up. Then you can do something like: iface bond0 inet static address 0.0.0.0 netmask 0.0.0.0 slaves eth0 eth1

Re: bonding and bridging

2007-08-13 Thread Guus Sliepen
On Mon, Aug 13, 2007 at 08:21:35PM +0200, Stephan Seitz wrote: iface bond0 inet static address 0.0.0.0 netmask 0.0.0.0 slaves eth0 eth1 I would use: iface bond0 inet manual Ah, I forgot about the inet manual method. slaves eth0 eth1 pre-up

Re: bonding and bridging

2007-08-13 Thread Marco d'Itri
On Aug 13, Stephan Seitz [EMAIL PROTECTED] wrote: iface bond0 inet manual slaves eth0 eth1 pre-up /sbin/ifconfig bond0 up pre-up ip link set $IFACE up down ip link set $IFACE down -- ciao, Marco signature.asc Description: Digital signature