Linux

MAC Address Spoofing

Linux

Just in case if you need to change the MAC address of your NIC on Linux to trick your ISP:

ifconfig eth0 down hw ether 12:34:56:78:90:AB
ifconfig eth0 up

Replace 12:34:56:78:90:AB with a “valid” MAC address. πŸ™‚

Leave a Comment

1 Comment