-
change MAC address permenantly (Debian, Ubuntu)Computer/linux 2009. 3. 31. 04:13
Remove network-manager (apt-get remove network-manager)
add the following line in /etc/network/interface
auto eth0
iface eth0 inet dhcp
hwaddress ether 00:00:00:00:00:00
# 00:00:00:00:00:00 is the fake MAC address
reboot....
Not permenant methods
ifconfig eth0 down
ifconfig eth0 hw ether 00:00:00:00:00:00
ifconfig eth0 up
ifdown and ifup eth0 or /etc/init.d/networking restart
or
macchanger --mac=00:00:00:00:00:00 eth0
(apt-get install macchanger)'Computer > linux' 카테고리의 다른 글
login a web page or a site automatically by using Lynx (0) 2009.04.01 gsview on Ubuntu Hardy (8.04.02) (0) 2009.03.13 GPG error in apt-get update (0) 2009.03.08