Re: enable bonding

2004-08-24 Thread Jacob Friis Larsen
This works: # apt-get install ifenslave In /etc/modules I put "bonding miimon=250". In /etc/network/interfaces I put this: auto bond0 iface bond0 inet static address 1.2.3.4 netmask 1.2.3.4 gateway 1.2.3.4 up ifenslave bond0 eth0 up ifenslave bond0 eth1 post-down ifconfig et

Re: enable bonding

2004-08-24 Thread Jacob Friis Larsen
Sorry, by Googling I found some options. Is it correct below? No, dmesg said this: tg3.c:v2.9 (March 8, 2004) eth0: Tigon3 [partno(BCM95704A6) rev 2002 PHY(5704)] (PCIX:133MHz:64-bit) 10/100/1000BaseT Ethernet 00:0f:20:7a:ca:1f eth1: Tigon3 [partno(BCM95704A6) rev 2002 PHY(5704)] (PCIX:133MHz:64-

Re: enable bonding

2004-08-23 Thread Joost De Cock
Quoting Jacob Friis Larsen <[EMAIL PROTECTED]>: > > But I don't know how to enable ifenslave at boot? > > # ifenslave bond0 eth0 eth1 > > > > Can I put that in /etc/network/interfaces? > > Sorry, by Googling I found some options. > Is it correct below? > > # apt-get install ifenslave > In /etc/mod

Re: enable bonding

2004-08-23 Thread Joost De Cock
Quoting Jacob Friis Larsen <[EMAIL PROTECTED]>: > Now it's working. > > But I don't know how to enable ifenslave at boot? > # ifenslave bond0 eth0 eth1 > > Can I put that in /etc/network/interfaces? Hmm, not sure. I don't actually think so since it's not realy an interface configuration option is

Re: enable bonding

2004-08-23 Thread Jacob Friis Larsen
But I don't know how to enable ifenslave at boot? # ifenslave bond0 eth0 eth1 Can I put that in /etc/network/interfaces? Sorry, by Googling I found some options. Is it correct below? # apt-get install ifenslave In /etc/modules i put "bonding". In /etc/network/interfaces I put this: auto bond0 iface

Re: enable bonding

2004-08-23 Thread Jacob Friis Larsen
But I don't know how to enable ifenslave at boot? # ifenslave bond0 eth0 eth1 Can I put that in /etc/network/interfaces? Sorry, by Googling I found some options. Is it correct below? # apt-get install ifenslave In /etc/modules i put "bonding". In /etc/network/interfaces I put this: auto bond0 iface

Re: enable bonding

2004-08-23 Thread Jacob Friis Larsen
Now it's working. But I don't know how to enable ifenslave at boot? # ifenslave bond0 eth0 eth1 Can I put that in /etc/network/interfaces? My howto: (Is it correct?) # apt-get install ifenslave In /etc/modules i put "bonding". In /etc/network/interfaces I put this: auto bond0 iface bond0 inet stati

Re: enable bonding

2004-08-23 Thread Joost De Cock
Quoting Jacob Friis Larsen <[EMAIL PROTECTED]>: > > Yes I can see bond0 in ifconfig, but not if I boot. If I boot it forgets > > about bonding. > > How can I make sure that bonding is still enabled when I boot? > You can set it up in the interfaces file. See: man interfaces joost DISCLAIMER Th

Re: enable bonding

2004-08-23 Thread Jacob Friis Larsen
Yes I can see bond0 in ifconfig, but not if I boot. If I boot it forgets about bonding. How can I make sure that bonding is still enabled when I boot? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: enable bonding

2004-07-26 Thread Joost De Cock
On Monday 26 July 2004 14:19, Jacob Friis Larsen hurled the following on the wire: ... > > What's the output of ifconfig? What's your routing table like after the > > bonding? route -n > > I can't play with this now as I connect via SSH. Should I try that when > I'm with the maschine? What should

Re: enable bonding

2004-07-26 Thread Jacob Friis Larsen
When I enable both eth0 and eth1 the network only works after boot when I do /etc/init.d/networking restart That's odd. Check the dmesg output to see what goes wrong suring boot. dmesg looks ok: tg3.c:v2.9 (March 8, 2004) eth0: Tigon3 [partno(BCM95704A6) rev 2002 PHY(5704)] (PCIX:133MHz:64-bit) 1

Re: enable bonding

2004-07-15 Thread Jacob Friis Larsen
Joost De Cock wrote: On Thursday 15 July 2004 11:00, Jacob Friis Larsen hurled the following on the wire: I have a HP ProLiant DL140 with Integrated Dual Broadcom 10/100/1000 NICs. If you want to use both interfaces as one (so that the link stays up if one is disconnected) you need to use bondin