ajout changement @MAC

This commit is contained in:
jdubois 2018-03-21 14:22:10 +01:00
parent bb7333f2c6
commit bca222b318

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
~~~