informatique:logiciels:ethtool
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| informatique:logiciels:ethtool [2008/10/17 17:51] – créée pteu | informatique:logiciels:ethtool [2016/11/07 10:09] (current) – [Les paramètres] pteu | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ======ethtool====== | ======ethtool====== | ||
| - | **ethtool** est un utilitaire en ligne de commande qui permet de configurer les paramètres de configuration "bas niveau" | + | **ethtool** est un utilitaire en ligne de commande qui permet de configurer les paramètres de configuration "bas niveau" |
| - | Il permet d' | + | Il permet d' |
| - | ethtool eth0 | + | <code bash> |
| - | | + | ethtool eth0 |
| - | Supported ports: [ TP ] | + | |
| - | Supported link modes: | + | Supported ports: [ TP ] |
| - | | + | Supported link modes: |
| - | | + | |
| - | Supports auto-negotiation: | + | |
| - | Advertised link modes: | + | Supports auto-negotiation: |
| - | | + | Advertised link modes: |
| - | | + | |
| - | Advertised auto-negotiation: | + | |
| - | Speed: 100Mb/s | + | Advertised auto-negotiation: |
| - | Duplex: Full | + | Speed: 100Mb/s |
| - | Port: Twisted Pair | + | Duplex: Full |
| - | PHYAD: 0 | + | Port: Twisted Pair |
| - | Transceiver: | + | PHYAD: 0 |
| - | Auto-negotiation: | + | Transceiver: |
| - | Supports Wake-on: pumbg | + | Auto-negotiation: |
| - | Wake-on: g | + | Supports Wake-on: pumbg |
| - | Current message level: 0x00000033 (51) | + | Wake-on: g |
| - | Link detected: yes | + | Current message level: 0x00000033 (51) |
| + | Link detected: yes | ||
| + | </ | ||
| + | |||
| + | On peut agir sur ces paramètres pour les modifier avec l' | ||
| + | <code bash> | ||
| + | ethtool -s eth0 autoneg off duplex full speed 1000 | ||
| + | </ | ||
| + | |||
| + | Pour appliquer ces paramètres au démarrage de la machine, on peut spécifier les arguments de la commande **ethtool** dans le fichier de configuration '' | ||
| + | <code bash> | ||
| + | vi / | ||
| + | | ||
| + | </ | ||
| + | |||
| + | =====Les paramètres===== | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| - | On peut agir sur ces paramètres pour les modifier : | ||
| - | ethtool -s eth0 autoneg off duplex full speed 1000 | ||
informatique/logiciels/ethtool.1224265891.txt.gz · Last modified: 2013/10/14 20:55 (external edit)