Linux ETC

ethtool

2008.05.19 20:36

호스트웨이 조회 수:29609

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 이란 도구도 있으니 한번 사용해 보시기 바랍니다.
번호 제목 글쓴이 날짜 조회 수
26 ispell 명령어를 통한 철자 검사 및 수정하기 file 호스트웨이 2012.10.12 2523
25 rsync / 파티션 전체 동기화 방법 호스트웨이 2012.12.14 2427
24 500 FTP server shut down 문제 해결 호스트웨이 2015.09.09 2394
23 리눅스 시스템상에서 하드웨어사양 확인 호스트웨이 2012.10.24 2368
22 vim fileformat 변경하기: -bash: ./LINUX_03.sh: /bin/sh^M: bad interpreter: No such file or directory 호스트웨이 2012.11.29 2292
21 TCp syn Flooding 공격시 대처방법 TIP 호스트웨이 2012.10.26 2234
20 free -m 에서 free (남는 메모리 양) 최소량 제한하기 호스트웨이 2012.12.21 2144
19 limits.conf 설명 file 호스트웨이 2012.11.09 2127
18 top 사용 추가 tip 호스트웨이 2015.09.15 2015
17 /proc 디렉터리내 파일 정보 알아보기 호스트웨이 2012.11.21 1911
16 kbd_mode 명령어를 통해 인식중인 키보드모드 출력 및 변경하기 file 호스트웨이 2012.11.06 1896
15 queryperf 설치 및 사용 방법 (DNS 스트레스 테스트) 호스트웨이 2012.11.29 1864
14 locate 명령어를 이용해 빠르게 지정한 파일 찾기 file 호스트웨이 2012.12.12 1859
13 리눅스 free 명령어 호스트웨이 2012.12.26 1817
12 arch 명령어를 통해 컴퓨터 종류 알기 file 호스트웨이 2012.11.16 1796
11 특정 파일이 소속된 rpm 패키지 찾기 호스트웨이 2012.12.14 1777
10 Log file 주기적으로 정리하기 호스트웨이 2015.09.08 1644
9 리눅스 whereis 명령어 file 호스트웨이 2012.09.28 1634
8 2015년 7월1일 윤초 발생 관련 점검 방안 file 호스트웨이 2015.06.30 1558
7 Linux 외장 저장장치 mount file 호스트웨이 2015.09.10 1397