Networking notes
How to change MAC (hardware) address of NIC (network interface card)
$ ifconfig eth0 down $ ifconfig eth0 hw ether 00:ab:cd:ef:12:34 # new MAC address $ ifconfig eth0 up $ ifconfig eth0 | grep HWaddr # check new MAC address
$ ifconfig eth0 down $ ifconfig eth0 hw ether 00:ab:cd:ef:12:34 # new MAC address $ ifconfig eth0 up $ ifconfig eth0 | grep HWaddr # check new MAC address