User Tools

Site Tools


nic_bonding_teaming

This is an old revision of the document!


Dopo l'acquisto della carta Intel PCI ho settato così il network del server.

http://www.cyberciti.biz/tips/debian-ubuntu-teaming-aggregating-multiple-network-connections.html

francesco@serverHP:~$ sudo cat /etc/network/interfaces
[sudo] password for francesco: 
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

auto bond0
iface bond0 inet dhcp
	bond-slaves eth0 eth1 eth2
	bond-mode O
	bond-miimon 100
	bond-primary eth0 eth1 eth2

francesco@serverHP:~$ sudo cat /etc/hosts
127.0.0.1	localhost

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

192.168.1.44 serverHP 
192.168.1.88 serverHP
192.168.1.99 serverHP
nic_bonding_teaming.1355564230.txt.gz · Last modified: 2012/12/15 10:37 by admin