2007/12/20

netsh - 네트워크 인터페이스에 IP,DNS 설정

netsh interface>show interface

관리 상태      상태           종류             인터페이스 이름
-------------------------------------------------------------------------
사용             도달할 수 없음       전용               로컬 영역 연결 2
사용             도달할 수 없음       전용               VMware Network Adapter VMnet8
사용             도달할 수 없음       전용               로컬 영역 연결
사용             도달할 수 없음       전용               VMware Network Adapter VMnet1
사용             도달할 수 없음       내부               내부
사용             도달할 수 없음       루프백              루프백

C:\>netsh
netsh>interface
netsh interface>ip
netsh interface ip>config
netsh interface ip>show config

"로컬 영역 연결" 인터페이스 구성
    DHCP 사용함:                          예
    인터페이스 메트릭:                    0
    DHCP로 구성된 DNS 서버:               168.126.63.1
                                          10.0.0.1
    DHCP로 구성된 WINS 서버:              없음
    다음 접미사로 등록:                   주만


netsh interface ip set address "로컬 영역 연결" static ipaddr subnetmask gateway metric


- 192.168.1.10 번 IP 주소를 "로컬 영역 연결" 인터페이스에 할당.,

netsh interface ip set address "로컬 영역 연결" static 10.0.0.10 255.255.255.0 10.0.0.1 1

- 고정 IP 가 아닌, DHCP 로 전환을 할 경우,.

netsh interface ip set address "로컬 영역 연결" dhcp


netsh interface ip set dns "로컬 영역 연결" [source=]dhcp|static [addr=]<IP 주소>|none [[register=]none|primary|both]

- DNS 서버를 설정할 경우는,.

 set dns name="로컬 영역 연결" source=dhcp
 set dns "로컬 영역 연결" static 10.0.0.1 primary

댓글 없음:

댓글 쓰기

가장 많이 본 글