Home changing-mac-address
Post
Cancel

changing-mac-address

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 ` hw ether `

being interface back up

sudo ifup 

This post is licensed under CC BY 4.0 by the author.