2006/9/20, Rafa Grimán:
Channel bonding, es bastante sencillo. Cuando lo configures, usa el modo 6. Con este modo tienes: alta disponibilidad agregación de ancho de banda no hace falta configurar nada en el switch
Yo lo llamo el modo "vagos" porque hace de todo y configuras muy poco ;) Otros modos interesantes son el 2 y el 4.
Me he animado a configurar "channel bonding" en uno de los servidores siguiendo las instrucciones de la FAQ de IBM que comentaba Javier (el archivo que comentas /etc/modules.conf.local no lo tengo). Al reiniciar la red, el registro me muestra: kernel: bonding: Warning: either miimon or arp_interval and arp_ip_target module parameters must be specified, otherwise bonding will not detect link failures! see bonding.txt for details. kernel: bonding: Warning: failed to get speed and duplex from eth0, assumed to be 100Mb/sec and Full. kernel: bonding: Warning: failed to get speed and duplex from eth1, assumed to be 100Mb/sec and Full. ifup: Bonding interface 'bond0' could not be set up correctly ifup: eth0 is already a slave La red funciona, los servicios también. El comando ifconfig muestra: bond0 Link encap:Ethernet HWaddr 00:30:48:76:BF:52 inet addr:10.0.0.11 Bcast:10.0.0.255 Mask:255.255.255.0 inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1 RX packets:1400 errors:0 dropped:0 overruns:0 frame:0 TX packets:1239 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:136228 (133.0 Kb) TX bytes:506507 (494.6 Kb) eth0 Link encap:Ethernet HWaddr 00:30:48:76:BF:52 inet6 addr: fe80::230:48ff:fe76:bf52/64 Scope:Link UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets:676 errors:0 dropped:0 overruns:0 frame:0 TX packets:621 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:66251 (64.6 Kb) TX bytes:252604 (246.6 Kb) Base address:0x2000 Memory:d6000000-d6020000 eth1 Link encap:Ethernet HWaddr 00:30:48:76:BF:52 inet6 addr: fe80::230:48ff:fe76:bf52/64 Scope:Link UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1 RX packets:724 errors:0 dropped:0 overruns:0 frame:0 TX packets:618 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:69977 (68.3 Kb) TX bytes:253903 (247.9 Kb) Base address:0x2040 Memory:d6020000-d6040000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:14 errors:0 dropped:0 overruns:0 frame:0 TX packets:14 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:1312 (1.2 Kb) TX bytes:1312 (1.2 Kb) ¿Alguna idea de este error? Saludos, -- Camaleón