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
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
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.
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
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
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
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?
If so, do I enable it like this:
ethtool -s eth0 speed 100 duplex full autoneg off
What happens if one of the jacks suddenly is not connected?
Thanks,
Jacob
7 matches
Mail list logo