Skip to content

ethtool 사용법

조회 수 22199 추천 수 0 2009.06.04 02:26:21
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 이란 도구도 있으니 한번 사용해 보시기 바랍니다.
profile

일요일은 짜빠게뤼~ 먹는날~^^

엮인글 :
http://adminplay.com/1802/011/trackback
List of Articles
번호 제목 글쓴이 날짜 조회 수sort

vi(Visual) Editor 사용법

Centos 6.0 사용장비 교체후 eth0,1이 eth2,3으로 밀리거...

rsync 미러링 백업

[linux][명령어 백그라운드 실행]

각종 데몬 이름 및 설명

  • ADMIN
  • 2008-11-25
  • 조회 수 13782

linux bonding (네트워크 2개를 1개의 인터페이스로 구성)

squid.conf : Reverse Proxy

Linux 마우스 휠 방향 바꾸기 (mac 처럼 마우스 휠 바꾸기)

OS X 10.9 매버릭스의 기본 파일공유 프로토콜은 AFP가 아...

GSLB(Global Service Load Balancing)

rsync 를 이용하여 동기화 할때 특정 폴더 2개 이상 제외하기

TaskSet 으로 Process의 사용 CPU를 지정해 보자!

FreeBSD 참고 명령문 ( H/W 정보 확인 방법)

스트리밍 서비스 위한 각 회사 와우자,어도비,마이크로 ...

Sample rate(샘플레이트)와 Bit rate (비트레이트)

파일비교 명령어 diff 사용법

How to Enable EPEL Repository for RHEL/CentOS 6/5

[CentOS] sshfs - 리눅스 윈도우간 데이터 전송을 편리하게 file

Adaptec 컨트롤러 StorMan 에러 및 각종 확인 방법

Bigbluebutton Installation Ubuntu

Copyright ADMINPLAY corp. All rights reserved.

abcXYZ, 세종대왕,1234

abcXYZ, 세종대왕,1234