18
0
Fork 0

ajout changement @MAC

This commit is contained in:
jdubois 2018-03-21 14:22:10 +01:00
parent bb7333f2c6
commit bca222b318
1 changed files with 6 additions and 0 deletions

View File

@ -59,3 +59,9 @@ Par exemple, configurer la vitesse à 10Mb/s, le duplex half, et désactiver l'a
~~~
# ethtool -s eth0 speed 10 duplex half autoneg off
~~~
Pour changer l'adresse mac :
~~~
# ethtool -s eth0 phyad 01:23:45:67:89:0a
~~~