Is there any way to change MAC address in startup scripts.
I know that i can put in rc.local but then i must
restart the network daemon from /etc/rc.d/network restart.

I have change the /etc/network-profiles/main this line
HWADDR="ether 00:00:00:00:00:00"
zeros are only for example.
and the /usr/bin/netcfg script and add
three lines

if [ "$HWADDR" ]; then
        ifconfig $INTERFACE down
        ifconfig $INTERFACE hw $HWADDR
        ifconfig $INTERFACE up
fi

but i must do this everytime the init-scripts
are uptadeted.
Is there any chance that in nest update 
will be improvment like mine??

Thanks

MaLiK


P.S. Sorry for my english.




_______________________________________________
arch mailing list
arch@archlinux.org
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to