Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
At work at the moment my pc's mac address is set up to a fixed ip and my ip is not allowed to do everything like bypass the internet logs. Does anyone know where i could find my mac address on the server? So i can changed i would think its the dns but some guy at work says its not in there and has challenge me find it and change it?
Obviously replace eth0 with your interface's name, and 00:11:22:33:44:55 with the MAC address you want it to have. You have to do this every time you reboot [or remove and reinsert the driver, if it uses a module].
Originally posted by mpeg4codec Try running this on the interface in question:
ifconfig eth0 hw ether 00:11:22:33:44:55
Obviously replace eth0 with your interface's name, and 00:11:22:33:44:55 with the MAC address you want it to have. You have to do this every time you reboot [or remove and reinsert the driver, if it uses a module].
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.