[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Configuración de bonding



Si, eso está hecho.

Saludos, Mauro.

El 20/11/13 19:10, Cristian Mitchell escribió:
instalaste este paquete?

ifenslave-2.6

y cargaste los modulos?


2013/11/20 Mauro Antivero <mauro.antivero@gmail.com>
Estimados, estoy tratando de armar dos bonding entre dos placas de red por un lado (eth1 y eth2) y otras dos por el otro (eth3 y eth4) en un equipo con Debian Wheezy 7.1. La siguiente es mi configuración de /etc/network/interfaces:

auto lo
iface lo inet loopback

# Bonding entre la eth1 y la eth2

auto bond0
iface bond0 inet static
    address 192.168.0.100
    netmask 255.255.255.0
    broadcast 192.168.0.255
    gateway 192.168.0.1
    slaves eth1 eth2

# Bonding entre la eth3 y la eth4

auto bond1
iface bond1 inet static
    address 192.168.0.101
    netmask 255.255.255.0
    broadcast 192.168.0.255
    gateway 192.168.0.1
    slaves eth3 eth4

Según parece cuando reinicio el bonding está armado. No tuve tiempo de conectar los cables de red y hacer pruebas, pero la duda que tengo son los mensajes que obtengo al utilizar los siguientes comandos:

/etc/init.d/networking restart

[warn] Running /etc/init.d/networking restart is deprecated because it may not re-enable some interfaces ... (warning).
[....] Reconfiguring network interfaces...RTNETLINK answers: File exists
Failed to bring up bond0.
RTNETLINK answers: File exists
Failed to bring up bond1.
ifup: interface eth0 already configured

ifup bond0
RTNETLINK answers: File exists
Failed to bring up bond0.

ifdown bond0
ifdown: interface bond0 not configured

ifup bond1
RTNETLINK answers: File exists
Failed to bring up bond1.

ifdown bond1
ifdown: interface bond1 not configured

Osea que algo raro está pasando pero no logro darme cuenta de que. Se les ocurre a ustedes qué puede estar pasando?

Saludos y muchas gracias.

Mauro.


--
To UNSUBSCRIBE, email to debian-user-spanish-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Archive: [🔎] 528D3257.9060308@gmail.com" target="_blank">http://lists.debian.org/[🔎] 528D3257.9060308@gmail.com




--
MrIX
Linux user number 412793.
http://counter.li.org/

las grandes obras,
las sueñan los santos locos,
las realizan los luchadores natos,
las aprovechan los felices cuerdo,
y las critican los inútiles crónicos,



Reply to: