Linux笔记19-Linux修改MAC地址
2023-05-28 本文已影响0人
江湾青年
sudo ifconfig eno1 down && sudo ifconfig eno1 hw ether 78:b6:42:f1:a0:ef && sudo ifconfig eno1 up
sudo ifconfig eno1 down && sudo ifconfig eno1 hw ether 78:b6:42:f1:a0:ef && sudo ifconfig eno1 up