- Apr 26, 2015
- 1,029
- 896
- 216
Just like Xury did for windows
On linux you just need to change your mac address.
as root do :
replace eth0 by your interface name
The mac address wil reset on reboot !
On linux you just need to change your mac address.
as root do :
Code:
ifconfig eth0 down
ifconfig eth0 hw ether aa:aa:aa:aa:aa:aa
ifconfig eth0 up
The mac address wil reset on reboot !