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..
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
mac-address change
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
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