CMD 를 이용한 IP 변경
페이지 정보
작성자 서방님 댓글 0건 조회 176회 작성일 10-03-19 18:08본문
1. 윈도우에서 Command(cmd)를 이용해 IP를 변경하는 방법 (Windows 2000 이상)
[고정 IP]
netsh interface ip set address "[Network Interface Name]" static [IP Address] [Subnet Mask] [Default Gateway] [Metric]
* Metric - 라우팅 경로가 여러개일 경우 우선순위를 나타냄.
ex) netsh interface ip set address "로컬 영역 연결" static 210.115.33.110 255.255.255.0 210.115.33.1 1
* Metric - 라우팅 경로가 여러개일 경우 우선순위를 나타냄.
ex) netsh interface ip set address "로컬 영역 연결" static 210.115.33.110 255.255.255.0 210.115.33.1 1
[유동 IP]
netsh interface ip set address "[Network Interface Name]" dhcp
ex) netsh interface ip set address "로컬 영역 연결" dhcp
ex) netsh interface ip set address "로컬 영역 연결" dhcp
[DNS 입력]
netsh interface ip add dns "[Network Interface Name]" static [DNS]
ex) netsh interface ip add dns "로컬 영역 연결" static 168.126.63.1
ex) netsh interface ip add dns "로컬 영역 연결" static 168.126.63.1
[DNS 추가 입력]
netsh interface ip add dns "[Network Interface Name]" [DNS]
ex) netsh interface ip add dns "로컬 영역 연결" 168.126.63.2
ex) netsh interface ip add dns "로컬 영역 연결" 168.126.63.2
[WINS Server 입력]
netsh interface ip set wins "[Network Interface Name]" static [WINS Server IP Address]
[유동 DNS]
netsh interface ip add dns "[Network Interface Name]" dhcp
[유동 WINS]
netsh interface ip set wins "[Network Interface Name]" dhcp
[WINS 설정 삭제]
댓글목록
등록된 댓글이 없습니다.