Hi, i solve this problem stoping netwok-manager service, disabling the
network inreface, then changing the mac, enabling the interface and
finally restarting the network-manager service
Here the step by step (need root)
service network-manager stop
ifconfig $1 down
ifconfig $1 hw ether $2 up
serv
Hi, i solve this problem stoping netwok-manager service, disabling the
network inreface, then changing the mac, enabling the interface and
finally restarting the network-manager service
Here the step by step
service network-manager stop
ifconfig $1 down
ifconfig $1 hw ether $2 up
service network-