Page 1 of 1

mac-address change

Posted: 12 Sep 2008, 09:44
by novis
Thanks to my ISP, I need to change Bubba's hardware address (aka mac-address) to something else.

Is there a way in Bubba to change it for eth0? Ifconfig wasn't installed on the system.

I suppose this would be a nice addition to the web-interface..

Cheers.

Edit. Ifconfig is installed at /sbin/ifconfig, it just requires su rights. But it doesn't really help..

Posted: 13 Sep 2008, 03:00
by Eek
Hi

this should do it
/etc/init.d/networking stop

ifconfig eth0 hw ether 02:01:02:03:04:08

/etc/init.d/networking start

also checkout
http://adminuser.wordpress.com/2008/02/ ... ntudebian/

cheers
Eek