1. 랜케이블 불량 (가장많은 증상)
1000Mbps 속도가 나오던 대역이 갑자기 100Mbps로 내려가는 경우 케이블을 뽑았다 다시 꼽아서 제대로 나오는 경우도 있습니다. (해결후에 사용도중 비슷한 증상이 나타나면 케이블 교체)
그렇게 해도 해결이 안된다면 RJ45를 새로 찍어보거나 케이블 교체하면 됩니다.
랜 테스터기로 정상임을 확인해도 불량인 경우가 있습니다. 랜케이블 거리가 짧다면 교체해보고 테스트해보길 권장합니다.
케이블 문제로 10Mbps로 내려가는 경우도 있습니다.
기가구성인 네트윅에 RJ45커넥터를 잘못 찍었을때 입니다. (통신업체때문에 고생. 실사례)
2. 스위칭 허브 불량
스위칭 허브 포트 불량으로 100Mbps로 내려오는 경우도 있습니다.
3. 이더넷 불량
마지막으로 테스트해볼수 있는데 USB랜카드(1Gbps)를 설치해서 속도 테스트 후 정상이면 랜카드를 추가장착
4. ethtool으로 대역폭 확인 (watch로 1초 간격으로 대역폭 체크)
# watch -n1 ethtool enp4s0
Every 1.0s: ethtool enp4s0 Sun Jun 6 17:24:58 2021
Settings for enp4s0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Link partner advertised pause frame use: Symmetric
Link partner advertised auto-negotiation: Yes
Link partner advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: d
Current message level: 0x00000033 (51)
drv probe ifdown ifup
Link detected: yes
Speed (10 | 100 | 1000Mbps)
케이블 연결 대역폭
Duplex ( Full | Half Duplex )
통신방식
Port ( tp | aui | bng | mii | fibre )
디바이스 포트 형태(UTP, FIBRE)
Transceiver ( internal | external )
송수신 방식
Auto-negotiation (on | off)
스위칭 장비와 케이블로 연결되어 있을때 통신속도,통신방식을 자동으로 맞추는 방식 on/off
Wake-on ( p | u | m | b | a| g | s | d )
Wake-on 설정
Link detected
Link 연결상태 ( yes | no )
5. ethtool 속도제어
# ethtool -s enp4s0 speed 1000 duplex full autoneg on
'Linux > 설치 및 셋팅' 카테고리의 다른 글
Ubuntu 22.04 Server 초기설정 (작업중) (0) | 2022.06.02 |
---|---|
ssh 스크린 메세지(motd) (0) | 2021.09.22 |
리눅스 네트워크 대역폭 모니터링 (nload, iptop) (0) | 2021.06.06 |
CentOS 7.5 NIC Link is Down, NIC Link is 100 Mbps Full Deplex (0) | 2020.10.19 |
CentOS 7 + CUPS + HPLIP = 인쇄서버 (0) | 2020.05.06 |