일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- tomcat
- Ajax
- appspresso
- Android
- rowspan
- 선택적조인
- PHP
- PLSQL
- JSON
- dock
- 가우스
- Struts
- Google Map
- 전자정부프레임워크
- GPS
- MFC
- iBATIS
- WebLogic
- node.js
- JDOM
- sencha touch
- ibsheet
- jsr 296
- Eclipse
- MySQL
- oracle
- jQuery
- swingx
- Spring
- phonegap
Archives
- Today
- Total
Where The Streets Have No Name
노트북 ip변환 본문
회사.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
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