Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Changing Hardware addresses
Name: Gena Date: March 23, 2001 at 12:03:29 Pacific
Comment:
I am building a cluster and using DHCP to configure the net info on the nodes, but the hardware addresses being reported by the NICs are never the same as what is printed on the card, and sometimes these addresses change. Has anyone ever seen this, or does anyone know of a way to stablize this? Thanks.
Name: Mik Date: March 26, 2001 at 00:05:52 Pacific
Reply:
The hardware address is not always hardcoded. If the card and driver supports this then you can change it using the ifconfig command. Try "man ifconfig" to find out how.
Mik
0
Response Number 2
Name: Gena Date: March 29, 2001 at 13:49:15 Pacific
Reply:
Thanks for the info -- I've tried that. What if the address changes after I've set it there? (That's what happened...)
Summary: sure its possible to change your mac address under linux, and it has some reasons which are to trick some smart switches ;) it does not change hardware address, it just change data in structure of ker...
Summary: Here is what the man page for ifconfig says. I really don't suggest changing your MAC address unless you REALLY know what you are doing, because you could seriously screw something up. hw class addre...