How to change MAC address in Ubuntu Linux
Type the following in a terminal with root permission
# ifconfig eth0 down
# ifconfig eth0 hw ether 1b:2a:4c:4d:8e:9f ( this is only for example)
# ifconfig etho up
Check your new MAC address by using
# ifconfig
No comments:
Post a Comment