여러 이유에 의해서 맥 어드레스를 변경할 때가 있다.
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
랜카드 등록 정보에서 변경해주면 된다.
이상 끝.
'IT-Consultant' 카테고리의 다른 글
이클립스에서 소스 수정한 클래스를 WAS 재구동하지 않고 적용하는 방법 (0) | 2009.02.11 |
---|---|
apache tomcat 연동하기 (0) | 2009.02.11 |
COP의 개념 (0) | 2009.02.06 |
ArraryList, HashMap 사용법 (0) | 2009.02.06 |
vista + eclipse + tomcat 에서 tomcat의 비정상적인 작동 (0) | 2009.02.04 |