From bca222b318880e2085ea64c36ed38384ae73b6f0 Mon Sep 17 00:00:00 2001 From: jdubois Date: Wed, 21 Mar 2018 14:22:10 +0100 Subject: [PATCH] ajout changement @MAC --- HowtoEthtool.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HowtoEthtool.md b/HowtoEthtool.md index 45cae5c3..6819f93a 100644 --- a/HowtoEthtool.md +++ b/HowtoEthtool.md @@ -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 +~~~ \ No newline at end of file