Blog Archive

Tuesday, February 1, 2011

Change MAC address debian

If you wish to explicitly set your MAC address upon a Debian system you can do so by adding an entry to your /etc/network/interfaces  file.

Beneath each interface you wish to setup add "hwaddress ether xx:xxx..". For example:

auto eth0 static
iface eth0 inet static
 address 1.2.3.4
 gateway ...
 broadcast ...
 hwaddress ether 02:01:02:03:04:08


0 comments:

Post a Comment

Followers