리눅스 network speed 확인 및 설정
1) network speed 확인
[root@LGEAUTOSE1Q ~]# mii-tool -v eth0
eth0: 100 Mbit, full duplex, link ok
product info: Intel 82555 rev 4
basic mode: 100 Mbit, full duplex
basic status: link ok
capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
eth0부분에 해당 카드의 하드웨어 명을 넣어주면 검사가능
2) network speed 설정
[root@LGEAUTOSE1Q ~]# ethtool -s eth1 autoneg off speed 100 duplex full
100 Full 로 설정
(임시로 설정 되어짐)
해당 방법으로 설정하면 네트워크 카드를 리로드 하는경우 다시 auto로 불러옴
cd /etc/sysconfig/network-scripts
[root@LGEAUTOSE1Q network-scripts]# ls
ifcfg-eth0 ifdown-ipv6 ifup-aliases ifup-plip ifup-wireless
ifcfg-eth1 ifdown-isdn ifup-ib ifup-plusb init.ipv6-global
ifcfg-lo
ifcfg-ethx 의 각 카드의 파일을 연다.
DEVICE=eth1
BOOTPROTO=none
HWADDR=00:02:55:47:BA:A2
IPADDR=172.21.97.145
NETMASK=255.255.254.0
#NETWORK=172.21.97.0
ONBOOT=yes
TYPE=Ethernet
#GATEWAY=165.243.166.1
USERCTL=no
IPV6INIT=no
PEERDNS=yes
ETHTOOL_OPTS="speed 100 duplex full autoneg off" <- 해당 항목 추가