Está en la página 1de 1

:: Bonding - Instalando os pacotes apt-get install ifenslave - /etc/modprobe.d/aliases.

conf alias bond0 bonding options bonding mode=0 miimon=100 downdelay=200 updelay=200 - /etc/network/interfaces auto lo iface lo inet loopback auto bond0 iface bond0 inet static address 10.10.2.251 netmask 255.255.255.0 broadcast 10.10.2.255 network 10.10.2.0 gateway 10.10.2.1 up /sbin/ifenslave bond0 ethx0 up /sbin/ifenslave bond0 ethx1 auto ethx0 iface ethx0 inet manual auto ethx1 iface eth1 inet manual - Consultando o estado da interface cat /proc/net/bonding/bond0

También podría gustarte