티스토리 툴바

블로그 이미지
ooos

카테고리

분류 전체보기 (214)
스마트폰 (4)
삽질방지 (19)
Tips (21)
Freeware (12)
Music (1)
Have Fun (5)
Photo (11)
Stuff (54)
English (17)
Research (6)
Web (2)
Wish List (6)
Temp (1)
보고 듣고 느끼고 (0)
Total136,666
Today10
Yesterday44

달력

« » 2012.01
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        

공지사항



1. netsh 이용(배치파일)


* [Network Interface Name]: 보통 "로컬 영역 연결" 혹은 "Local Area Network"

1-1. Windows XP
DHCP
netsh interface ip set address name="[Network Interface Name]" source=dhcp
netsh interface ip set dns name="[Network Interface Name]" source=dhcp

고정IP
netsh interface ip set address name="[Network Interface Name]" static [IP Address] [Subnet Mask] [Default Gateway] 1
netsh interface ip set dns name="[Network Interface Name]" static [DNS1] primary
netsh interface ip add dns name="[Network Interface Name]" [DNS2] index=2

1-2. Windows Vista(버전업되서 조금 다르다)
DHCP
netsh interface ipv4 set address name="[Network Interface Name]" source=dhcp
rem netsh interface ipv4 set dnsserver name="[Network Interface Name]" source=dhcp

고정IP
netsh interface ipv4 set address name="[Network Interface Name]" static [IP Address] [Subnet Mask] [Default Gateway] 1
netsh interface ipv4 set dnsserver name="[Network Interface Name]" static [DNS1] primary
netsh interface ipv4 add dnsserver name="[Network Interface Name]" [DNS2] index=2

예제


2. 유틸리티 이용
 - Network Configurator(http://wonmin82.mchol.com/)
 - Shock IP Changer(http://www.docs.kr/): 이놈이 좀 더 직관적
   다운링크: http://www.docs.kr/entry/Download-Shock-IPChanger-en

여러가지 다 해 봐도 써보면 배치파일이 제일 편하다는거
Shock IP Changer 강추
아래는 v1.2 직접 다운 링크



Creative Commons License
Posted by ooos

Trackback | http://ooos.tistory.com/trackback/37 관련글 쓰기