Where The Streets Have No Name

노트북 ip변환 본문

PC tip!!

노트북 ip변환

highheat 2006. 7. 13. 19:56
회사.bat
netsh -c int ip set address name="로컬 영역 연결" source=static addr=156.147.117.183 mask=255.255.255.0 gateway=156.147.117.1 gwmetric=0
netsh -c int ip set dns name="로컬 영역 연결" source=static addr=165.243.17.15 register=PRIMARY


집.bat
netsh -c int ip set address name="로컬 영역 연결" source=dhcp
netsh -c int ip set dns name="로컬 영역 연결" source=dhcp