get existing mac address of interface to change
sudo ip addr
get a look at existing mac’s on network
arp -a
take down interface
sudo ifdown
change mac
sudo ifconfig
being interface back up
sudo ifup
get existing mac address of interface to change
sudo ip addr
get a look at existing mac’s on network
arp -a
take down interface
sudo ifdown
change mac
sudo ifconfig
being interface back up
sudo ifup
A new version of content is available.