Mac фдрусс

Здраствуйте, помогите мне ! Обьясните как сменить мак-адрес в генту 9

RTFM

так же, как и в любом линуксе

man ifconfig написал(а):
hw class address
Set the hardware address of this interface, if the device driver supports this operation. The keyword
must be followed by the name of the hardware class and the printable ASCII equivalent of the hardware
address. Hardware classes currently supported include ether (Ethernet), ax25 (AMPR AX.25), ARCnet and
netrom (AMPR NET/ROM).

_________________
GNU/Wonderland -- GNU/Страна чудес, страна, в которой вы часто бываете, но, в которую, что примечательно, не надо оформлять визу.

полистай /etc/conf.d/net.example

Если не нашёл, то вот так. Сам частенько инет ворую :)))
#!/bin/sh
/sbin/ifconfig eth0 down
/sbin/ifconfig eth0 hw ether AA:BB:CC:DD:EE:FF
/sbin/ifconfig eth0 inet 192.168.0.100
/sbin/ifconfig eth0 up

или так:

# /etc/conf.d/net
mac_eth0="random-anykind"

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".