내 마더보드에는 두 개의 이더넷 포트가 있는데 두 포트 모두에 연결을 설정하고 싶습니다. Eth0은 이미 연결되어 있어 문제없이 사용할 수 있습니다. 그러나 Eth1은 nmcli에서 "사용할 수 없음"으로 표시됩니다. 이 이더넷 포트도 사용할 수 있게 하려면 어떻게 해야 합니까?
관련 정보:
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
편집하다:
nmcli dev status
DEVICE TYPE STATE CONNECTION
eth0 ethernet connected eth0
eth1 ethernet unavailable --
lo loopback unmanaged --
sit0 sit unmanaged --
답변1
나는 점점 Connection 'eth1' is not available on the device eth1 at this time
. 네트워크 케이블 표시등을 살펴보니 모두 꺼져 있었습니다. 케이블의 커넥터 중 하나에 이물질(먼지 또는 플라스틱 잔여물)이 있어 연결을 방해합니다.
답변2
이것을 시도해 보십시오:
nmcli connection up id <connection name>
답변3
나에게 있어서 이 문제를 일으키는 문제는 네트워크 관리자가 인터페이스가 여전히 /etc/network/interfaces
.
이 문제를 해결하기 위해 인터페이스 실패에 대한 모든 줄을 주석 처리 /etc/network/interfaces
하고 service networking restart
.
이것이 누군가에게 도움이 되기를 바랍니다
답변4
제 생각에는 두 가지 이유가 있을 수 있습니다.
당신은 다음과 같은 벌레에 물렸을 수도 있습니다.이것. 확인을
NetworkManager
위해 케이블을 연결한 후 서비스를 다시 시작해 보세요eth1
.자동 연결이 없어
eth1
네트워크 관리자가 무엇을 해야 할지 모를 수도 있습니다.nmcli con list | grep eth1
실행하여 확인할 수 있습니다 . 연결이 나열되지 않으면 연결을 만듭니다. 연결이 있는 경우 그 중 하나가 자동으로 연결되도록 설정되어 있는지 확인하세요.