1. ifconfig 명령을 사용하여 네트워크 카드 정보를 봅니다.
ifconfig는 Linux에서 네트워크 장치를 표시하거나 구성하는 데 사용됩니다. (네트워크 인터페이스) 카드) 명령의 전체 영어 이름은 네트워크 인터페이스 구성입니다. ifconfig는 네트워크 장치의 상태를 설정하거나 현재 설정을 표시할 수 있습니다.
예:
2을 사용하여 네트워크 카드를 확인하세요
#🎜🎜 #Ethtool은 Linux에서 네트워크 카드 매개변수를 쿼리하고 설정하는 데 사용되는 명령입니다. 사용 요약:ethtool ethx //ethx 네트워크 포트의 기본 설정을 쿼리합니다. 여기서 x는 해당 네트워크 카드의 번호입니다. eth0, eth1, etc.#🎜 🎜#ethtool –h //ethtool 명령 도움말 표시(도움말)
ethtool –i ethX //ethX 네트워크 포트 관련 정보 조회
ethtool – d ethX //ethX 네트워크 포트 등록 정보 쿼리
ethtool –r ethX //ethX 네트워크 포트를 적응 모드로 재설정
ethtool –S ethX //ethX 네트워크 포트 패킷 송수신 통계 조회
ethtool –s ethX [speed 10|100|1000] [duplex half|full] [autoneg on|off] //네트워크 포트 설정 속도 10/100/1000M, 네트워크 포트 반이중/전이중 설정, 네트워크 포트가 자체 협상인지 설정
예:
[root@CentOS76 ~]# ethtool ens192 Settings for ens192: Supported ports: [ TP ] Supported link modes: 1000baseT/Full 10000baseT/Full Supported pause frame use: No Supports auto-negotiation: No Supported FEC modes: Not reported Advertised link modes: Not reported Advertised pause frame use: No Advertised auto-negotiation: No Advertised FEC modes: Not reported Speed: 10000Mb/s Duplex: Full Port: Twisted Pair PHYAD: 0 Transceiver: internal Auto-negotiation: off MDI-X: Unknown Supports Wake-on: uag Wake-on: d Link detected: yes [root@CentOS76 ~]#
무료 비디오 자습서 공유:
리눅스 비디오 튜토리얼# 🎜🎜#위 내용은 Linux에서 네트워크 카드 정보를 확인하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!