"리눅스 ethtool"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 6개는 보이지 않습니다)
5번째 줄: 5번째 줄:


==실행예시==
==실행예시==
<source lang='cli'>
<source lang='console'>
root@zetawiki:~# ethtool eth0
Settings for eth0:
Link detected: yes
</source>
<source lang='console'>
root@zetawiki:~# ethtool -i eth0
root@zetawiki:~# ethtool -i eth0
driver: virtio_net
driver: virtio_net
16번째 줄: 21번째 줄:
supports-register-dump: no
supports-register-dump: no
supports-priv-flags: no
supports-priv-flags: no
</source>
==실행예시 2==
<source lang='cli'>
[root@xen01 ~]# ethtool eth0
Settings for eth0:
Supported ports: [ TP ]
Supported link modes:  10baseT/Half 10baseT/Full
                        100baseT/Half 100baseT/Full
                        1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Advertised link modes:  10baseT/Half 10baseT/Full
                        100baseT/Half 100baseT/Full
                        1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 1
Transceiver: internal
Auto-negotiation: on
MDI-X: Unknown
Supports Wake-on: d
Wake-on: d
Current message level: 0x00000007 (7)
      drv probe link
Link detected: yes
</source>
</source>


51번째 줄: 27번째 줄:
*[[리눅스 랜선 연결 확인]]
*[[리눅스 랜선 연결 확인]]
*[[VM인지 확인]]
*[[VM인지 확인]]
*[[ifconfig]]
*[[리눅스 mii-tool]]
*[[ip a]]
*[[리눅스 ifconfig]]
*[[리눅스 lspci]]
*[[리눅스 ip]]
*[[이더넷]]
*[[이더넷]]



2016년 6월 18일 (토) 15:50 기준 최신판

1 개요[ | ]

ethtool
/sbin/ethtool
  • 리눅스 네트워크 드라이버 및 하드웨어 설정 조회 및 변경 명령어

2 실행예시[ | ]

root@zetawiki:~# ethtool eth0
Settings for eth0:
	Link detected: yes
root@zetawiki:~# ethtool -i eth0
driver: virtio_net
version: 1.0.0
firmware-version: 
bus-info: 0000:00:03.0
supports-statistics: no
supports-test: no
supports-eeprom-access: no
supports-register-dump: no
supports-priv-flags: no

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}