2011년 4월 17일 일요일

리눅스 맥주소 변경 - how to change mac address in linux

맥 주소 변경은 아래와 같이 3줄만 쓰면 된다.
If you want to change the mac address, type instruction like below.

#ifconfig [interface name] down
#ifconfig [interface name] hw ether [fake mac addr]
#ifconfig [interface name] up


예를들면,
for example,

#ifconfig eth0 down
#ifconfig eth0 hw ether 00:11:22:33:44:55:66
#ifconfig eth up

댓글 없음:

댓글 쓰기