Saturday, November 20, 2010

Changing MAC address in Fedora 5?

Hey. Does anyone know how to change the MAC/hardware address in Linux? I know how to do it in windows but not in Linux. Can anyone please help?Changing MAC address in Fedora 5?
# /sbin/ifconfig eth0 down

# /sbin/ifconfig eth0 hw ether 00:00:00:00:00:00

# /sbin/ifconfig eth0 up



Just replace the 00:00:00:00:00:00 w/whatever you need.

No comments:

Post a Comment