Qual é a diferença de ligação no Linux 7 versus Linux 6? Note que eu sei que há também teaming disponível no Linux 7, mas estou procurando especificamente por ligação.
Estou fazendo a ligação de duas interfaces de rede no RedHat 7 e isso causa um erro:
bond0: An illegal loopback occurred on adapter (eth0)
Check the configuration to verify that all adapters are connected to 802.3ad compliant switch ports.
Observe que estou executando o Linux como VM.
Ao executar exatamente as mesmas etapas que geram exatamente o mesmo resultado (ifcfg-bond0 e alterações em ifcfg-eth0 e ifcfg-eth1), tudo funciona bem.
No Linux 7, quando eu chamo service network restart
, estou sendo desconectado de vez, e preciso ir ao 'console' para corrigir o problema.
Aqui estão meus arquivos ifcfg-eth0, ifcfg-eth1 (os dois que eu estou ligando) e ifcfg-bond0.
$>cat ifcfg-bond0
DEVICE=bond0
IPADDR=10.12.3.33
NETMASK=255.255.255.0
USERCTL=no
BOOTPROTO=none
ONBOOT=yes
MTU=1500
BONDING_OPTS="mode=4 miimon=100 updelay=60000"
$>cat ifcfg-eth0
DEVICE=eth0
ONBOOT=yes
BOOTPROTO=none
#IPADDR=10.12.3.192
#NETMASK=255.255.255.0
MASTER=bond0
SLAVE=yes
$>cat ifcfg-eth1
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
TYPE=Ethernet
#IPADDR=10.12.3.33
#NETMASK=255.255.255.0
MTU=1500
DHCP_HOSTNAME=
MASTER=bond0
SLAVE=yes
Aqui está a última linha da saída quando estou sendo desconectado:
Restarting network (via systemctl):