설치한 지 며칠 되었지만 인지하지 못하고 있었다.
웹 서핑에서는 좀 느리다는 느낌이 있긴했지만...
네트웍이 너무 느려서 환경을 살펴봤다. 10MBPS로 설정되어 있다. 1000MBPS로 바꿨다. reboot.. 좋다.
$ su -
# yum install ethtool 또는 # apt-get install ethtool
# ethtool eth0
...
Speed: 10Mb/s
...
# ethtool -s eth0 speed 1000 duplex full
# reboot
...
$ su -
# ethtool eth0
Settings for eth0:
Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Link partner advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Full
Link partner advertised pause frame use: No
Link partner advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: MII
PHYAD: 0
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: pumbg
Wake-on: g
Current message level: 0x00000033 (51)
Link detected: yes
우리 회사 넷속도가 100MBPS지만 기분상, 1GBPS로 설정해버렸다. (네트워크 카드가 지원하니까...)
조으다 ㅎㅎ |