Por favor, tente isto:
nmcli connection up id <connection name>
Eu tenho uma placa-mãe com duas portas Ethernet e gostaria de obter uma conexão em ambas as portas. Eth0 já tem uma conexão e pode ser usado sem problemas. Eth1 no entanto aparece como "indisponível" em nmcli. Como posso tornar esta porta Ethernet utilizável também?
Algumas informações relacionadas:
ethtool eth1
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes: 100baseT/Half 100baseT/Full
Advertised pause frame use: Symmetric Receive-only
Advertised auto-negotiation: Yes
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
Link partner advertised pause frame us Symmetric
Link partner advertised auto-negotiation: Yes
Speed: 100Mb/s
Duplex: Full
Port: MII
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbag
Wake-on: d
Current message level: 0x00000007 (7)
drv probe link
Link detected: yes
ifconfig eth1
eth1 Link encap:Ethernet HWaddr F6:7B:7B:7B:E9:C2
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
ip addr
eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
link/ether f6:7b:7b:7b:e9:c2 brd ff:ff:ff:ff:ff:ff
EDITAR:
nmcli dev status
DEVICE TYPE STATE CONNECTION
eth0 ethernet connected eth0
eth1 ethernet unavailable --
lo loopback unmanaged --
sit0 sit unmanaged --
Por favor, tente isto:
nmcli connection up id <connection name>
Eu vejo dois motivos possíveis.
Você pode ser mordido por um bug semelhante a este . Tente reiniciar o NetworkManager
service depois de conectar um cabo a eth1
para confirmar.
Pode acontecer de você não ter nenhuma conexão automática para eth1
, então o gerente de rede não sabe o que fazer. Você pode executar nmcli con list | grep eth1
para confirmar. Se nenhuma conexão estiver listada, crie uma. Se houver conexões, verifique se uma delas está configurada para se conectar automaticamente.