Hi,
due to the poor network performance with the r8169 I'd like to setup
bonding on the Thecus
Is the following setting sufficient?
# apt-get install ifenslave-2.6
--------
editing /etc/network/interfaces to look like this:
iface bond0 inet static
address 192.168.170.120
netmask 255.255.255.0
network192.168.170 .0
gateway 192.168.170.1
up /sbin/ifenslave bond0 eth0
up /sbin/ifenslave bond0 eth1
--------
/etc/modprobe.d/aliases:
alias bond0 bonding
options bonding mode=1 miimon=100 downdelay=200 updelay=200
^^^^^^^
Im not sure if /etc/modprobe.d/aliases is the right place
Thanks
uwe