Changing MAC address on Linux
Written by edmond in Applications, Controls & Shell, Debian, Gnu-Linux, Networking, SecurityT o change our MAC address must not do anything but 3 simple steps.
First you need to remember that the numbers and letters are welcome: 1 2 3 4 5 6 7 8 9 0 abcdef
After that it is built like a MAC address that type 1a: 2b: 3c: 4d: 5e: 6f
Then as root
ifconfig eth0 down
ifconfig eth0 hw ether 1a: 2b: 3c: 4d: 5e: 6f
ifconfig etho up
To check the new MAC address
ifconfig
Post similar (or almost):
- Shorewall Installation and configuration Shorewall (Shoreline Firewall) is a firewall that is ...
- Scripts for Gmail to fetch mail from Gmail I ...
- WG111v3 wireless USB and Linux I have a couple of keys between wireless ...
- TV Linux and Hauppauge WinTV-HVR1110 DVB-T/Hybrid Finally I decided to put in place ...
- Public IP from shell To see our public IP there are several ways ...















