IT-Consultant
맥 어드레스 변경 방법
알 수 없는 사용자
2009. 2. 11. 12:39
여러 이유에 의해서 맥 어드레스를 변경할 때가 있다.
1. Linux
/etc/sysconfig/network-script/ifcfg-eth0 파일의 MAC Address를 변경해주면 된다.
일시적으로 변경하고 싶다면
ifconfig eth0 down
ifconfig eth0 hw ether "mac address"
ifconfig eth0 down
2. Windows
랜카드 등록 정보에서 변경해주면 된다.
이상 끝.
1. Linux
/etc/sysconfig/network-script/ifcfg-eth0 파일의 MAC Address를 변경해주면 된다.
일시적으로 변경하고 싶다면
ifconfig eth0 down
ifconfig eth0 hw ether "mac address"
ifconfig eth0 down
2. Windows
랜카드 등록 정보에서 변경해주면 된다.
이상 끝.