mac adressen spoofing

ifconfig
ifconfig eth0 down
ifconfig eth0 hw ether 00:00:00:00:00
ifconfig eth0 up

oder mit iproute2:
ip link set dev eth0 down
ip link set dev eth0 address 00:00:00:00:00
ip link set dev eth0 up