Re: enable duplex

2004-07-22 Thread Joost De Cock
Quoting Jacob Friis Larsen <[EMAIL PROTECTED]>: > 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. [...] > Also when I set up bonding I can not use the network. This

Re: enable duplex

2004-07-22 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 /etc/network/interfaces: auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 81.7.167.226 netmask 255.255.255.240 gateway 81.7.167.225 auto eth1

Re: enable duplex

2004-07-20 Thread Jacob Friis Larsen
Quick howto (but please read the documentation first): modprobe bonding miimon=250 mode=1 ifconfig bond0 10.100.20.230 ifenslave bond0 eth0 eth1 Must the virtual interface use non global ip addresses or can I use global ones, and could I then have 3 accessable ip addresses? Thanks for your guide.

Re: enable duplex

2004-07-15 Thread Joost De Cock
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. > > Am I correct that duplex means that I can use the two jacks as one? No, I'm affraid not. The 'duplex full' means that the NIC is in

Re: enable duplex

2004-07-15 Thread Robert William Hutton
Jacob Friis Larsen wrote: I have a HP ProLiant DL140 with Integrated Dual Broadcom 10/100/1000 NICs. Am I correct that duplex means that I can use the two jacks as one? Nah, duplex means that the NIC can transmit and receive at the same time. You'll have a duplex connection if you're connected to

Re: enable duplex / Ethernet bonding

2004-07-15 Thread Dave Howorth
Jacob Friis Larsen wrote: I have a HP ProLiant DL140 with Integrated Dual Broadcom 10/100/1000 NICs. Am I correct that duplex means that I can use the two jacks as one? Duplex means that the interface can send and receive information at the same time. It can be used on switched networks. It cannot