Ako zelite promjeniti MAC adresu vase wireless karte,prvo trebate iskljuciti mrezu,u suprotnom kad se pokusate konektovati imacete problema,znaci ako imate pokrenut NetworkManager ili Network servis, diskonektujte se sa mreze. Sad u terminalu uradite ovo: [nerko@localhost ~]$ su - Password: [root@localhost ~]# ifconfig wlan0 down hw ether 00:11:22:33:44:55 up naravno,vi cete ovdje unijeti mac adresu koju zelite i wireless interfejs (kod mene je wlan0). Ukoliko zelite promjene uciniti stalnim,uradite sljedece: [root@localhost ~]# gedit /etc/rc.local tako da bi fajl trebao ovako nekako izgledati: #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. touch /var/lock/subsys/local ifconfig wlan0 down hw ether 00:11:22:33:44:55 up