Linux
Linux
You can also use ifconfig to change your MAC address (or HWaddr). The MAC address is
globally unique and is often used as a security measure to keep hackers out of networks
—or to trace them. Changing your MAC address to spoof a different MAC address is
almost trivial and neutralizes those security measures. Thus, it’s a very useful technique
To spoof your MAC address, simply use the ifconfig command’s down option to take
down the interface (eth0 in this case). Then enter the ifconfig command followed by the
interface name (hw for hardware, ether for Ethernet) and the new spoofed MAC address.
Finally, bring the interface back up with the up option for the change to take place.
Here’s an example:
Now, when you check your settings with ifconfig, you should see that HWaddr has changed
The DHCP
server assigns IP addresses to all the systems on the subnet and keeps log files of which
IP address is allocated to which machine at any one time. This makes it a great resource