리눅스 Mac address 변환
To change your MAC address in Linux (and most *nix system) is easy as pie. All it takes is two easy to script commands:
ifconfig eth0 down hw ether 00:00:00:00:00:01
ifconfig eth0 up
These two little commands would set your eth0 interface to use the MAC 00:00:00:00:00:01. Just plug in the NIC you want to set and the MAC address you want to use into the commands above and your done. Changing your MAC address is one of those things that is much easier to do in Linux then under Windows.
2 Responses
… [Trackback]
[…] There you can find 99050 more Info to that Topic: nblog.syszone.co.kr/archives/2895 […]
… [Trackback]
[…] Read More Info here to that Topic: nblog.syszone.co.kr/archives/2895 […]