Sometimes I need to spoof MAC address, I'm doing so with this command:
ip link set dev eth0 address XX:XX:XX:XX:XX:XX
Is there a way how to set MAC address back to default without reboot?
|
Sometimes I need to spoof MAC address, I'm doing so with this command:
Is there a way how to set MAC address back to default without reboot? |
|||
|
|
|
See also:
So, to set the MAC address back to its default (assuming GNU grep here):
|
||||
|
|
|
Your "real MAC" might be reported by the kernel on boot, so have a look at
and try using your |
|||
|