| 일 | 월 | 화 | 수 | 목 | 금 | 토 | 
|---|---|---|---|---|---|---|
| 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 | 
                                        Tags
                                        
                                    
                                    - 한국어
- synology
- youtube
- 벤치마크
- MFC
- 平野綾
- Okazaki Ritsuko
- Hirano Aya
- 옥션
- 백업
- vbscript
- VMware
- KBS
- 리눅스
- xml
- 윈도우즈
- 마비노기
- 파이어폭스
- Firefox
- 프로그램
- 맞춤법
- 프린터
- 자바스크립트
- Microsoft
- 岡崎律子
- 오카자키 리츠코
- php
- gentoo
- KBS한국어능력시험
- USB메모리
                                        Archives
                                        
                                    
                                    - Today
- Total
목록콘솔 (1)
ARCHIVE ...
			
			
				윈도우즈 콘솔에서 IP설정하기
				
	
                
            
                
            
				
				
				
				
                
    				
                
            # show network interface card info. netsh interface ip show config # Static netsh interface ip set address name="Local Area Connection" static 192.168.0.2 255.255.255.0 192.168.0.1 netsh interface ip set dns name="Local Area Connection" static 8.8.8.8 # DHCP netsh interface ip set address "Local Area Connection" dhcp "# netsh interface ip show config" 명령어로 네트워크 카드 이름을 확인하여 두번째 명령어의 'name'항목을 찾는다..
				카테고리 없음
				
				2012. 3. 23. 17:38