Debian базирани дистрибуции
1 2 3 |
/etc/init.d/networking stop ifconfig ethX hw ether XX:XX:XX:XX:XX:XX /etc/init.d/networking start |
SuSE
1 2 3 |
/etc/init.d/network stop ifconfig ethX hw ether XX:XX:XX:XX:XX:XX /etc/init.d/network start |
Slackware
1 2 3 |
/etc/rc.d/rc.inet1 stop ifconfig ethX hw ether XX:XX:XX:XX:XX:XX /etc/rc.d/rc.inet1 start |
Gentoo
1 2 3 |
/etc/init.d/net.ethX stop ifconfig ethX hw ether XX:XX:XX:XX:XX:XX /etc/init.d/net.ethX start |
където ‘ethX’ е името на вашия Ethernet интерфейс (например eth0, eth1 и т.н.), а ‘XX:XX:XX:XX:XX:XX’ е желаният MAC адрес.