Linux ETC

ethtool

2008.05.19 20:36

호스트웨이 조회 수:29610

ethtool 명령을 이용하여 랜카드 속도 및 전송 모드 지정하는 방법입니다.

1. 현재 eth0 설정 확인

아래와 같이 현재 eth0 카드의 설정을 확인합니다.

[root@sakang /]# ethtool eth0
Settings for eth0:
       Supported ports: [ TP MII ]
       Supported link modes:   10baseT/Half 10baseT/Full
                               100baseT/Half 100baseT/Full
       Supports auto-negotiation: Yes
       Advertised link modes:  10baseT/Half 10baseT/Full
                               100baseT/Half 100baseT/Full
       Advertised auto-negotiation: Yes
       Speed: 100Mb/s
       Duplex: Full

       Port: MII
       PHYAD: 1
       Transceiver: internal
       Auto-negotiation: on
       Supports Wake-on: pumbg
       Wake-on: d
       Current message level: 0x00000001 (1)
       Link detected: yes


현재 스피드가 100M 이고 전송모드는 Full Duplex  임을 확인할 수 있습니다.



2. 10M 로 변경하기

ethtool -s eth0 speed 10 duplex full autoneg on

위 명령으로 스피드를 10M 변경하고 확인해 봅시다.

[root@sakang /]# ethtool eth0
Settings for eth0:
       Supported ports: [ TP MII ]
       Supported link modes:   10baseT/Half 10baseT/Full
                               100baseT/Half 100baseT/Full
       Supports auto-negotiation: Yes
       Advertised link modes:  10baseT/Full
       Advertised auto-negotiation: Yes
       Speed: 10Mb/s
       Duplex: Full
       Port: MII
       PHYAD: 1
       Transceiver: internal
       Auto-negotiation: on
       Supports Wake-on: pumbg
       Wake-on: d
       Current message level: 0x00000001 (1)
       Link detected: yes

스피드가 10M 로 변경 되었습니다.

3. duplex 변경

아래 명령으로 전송모드를 변경할 수 있습니다.

ethtool -s eth0 speed 10 duplex half autoneg on

eth0 을 확인해 보면

Settings for eth0:
       Supported ports: [ TP MII ]
       Supported link modes:   10baseT/Half 10baseT/Full
                               100baseT/Half 100baseT/Full
       Supports auto-negotiation: Yes
       Advertised link modes:  10baseT/Half
       Advertised auto-negotiation: Yes
       Speed: 10Mb/s
       Duplex: Half

       Port: MII
       PHYAD: 1
       Transceiver: internal
       Auto-negotiation: on
       Supports Wake-on: pumbg
       Wake-on: d
       Current message level: 0x00000001 (1)
       Link detected: yes

전송 모드가 half Duplex 로 변경되었습니다.

이 상태에서 ethtool -s eth0 autoneg off 명령으로 자동협상기능을 끄고

ethtool -s eth0 autoneg on 명령으로 다시 켭니다.

그리고 나서 eth0 카드를 확인해 보면 100M Full Duplex 로 바뀌어져 있습니다.

이유는 eth0 카드와 연결된 스위치의 설정이 100M Full Duplex 이기 때문입니다.



사용 방법이 비슷한 mii-tool 이란 도구도 있으니 한번 사용해 보시기 바랍니다.
번호 제목 글쓴이 날짜 조회 수
86 Sysbench를 통한 System, MySQL 성능 테스트 file 호스트웨이 2015.06.26 9877
85 2015년 7월1일 윤초 발생 관련 점검 방안 file 호스트웨이 2015.06.30 1558
84 ulimit 설정 관련 호스트웨이 2015.07.29 77654
83 명령어 dstat 사용하기 호스트웨이 2015.09.01 4370
82 패스워드 정책 변경 호스트웨이 2015.09.03 3726
81 우분투 기본 쉘 dash 에서 bash로 변경하기 호스트웨이 2015.09.07 10883
80 cdp 백업 프로세스 관련 호스트웨이 2015.09.07 1007
79 리눅스 UTF-8 언어 설정 호스트웨이 2015.09.07 27680
78 UTF-8 환경에서 리눅스 한글 꺠짐 현상 해결법 호스트웨이 2015.09.08 2774
77 Log file 주기적으로 정리하기 호스트웨이 2015.09.08 1644
76 리눅스 파일 소유자, 권한 일괄 변경하기 호스트웨이 2015.09.08 7786
75 디렉토리(폴더) 색상 변경하기 file 호스트웨이 2015.09.08 4299
74 apache log rotatelogs 관리 호스트웨이 2015.09.08 3791
73 linux 특정 용량으로 파일을 찾기, 삭제하기 호스트웨이 2015.09.08 4694
72 useradd 명령어 사용방법 및 옵션 호스트웨이 2015.09.08 4441
71 Linux vmstat 명령어 호스트웨이 2015.09.08 1095
70 500 FTP server shut down 문제 해결 호스트웨이 2015.09.09 2406
69 UTF-8 환경의 Linux 에서 SAMBA 한글 인코딩 문제 해결 방법 호스트웨이 2015.09.09 3293
68 XFS 파티션 설치 및 마운트 (CentOS 기준) 호스트웨이 2015.09.09 25404
67 SNMPD LOG 안남게 하기 호스트웨이 2015.09.10 2892