Window XP에서 IPv6 주소 설정 방법

by l2zeo posted May 29, 2010
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

Window XP에서 IPv6를 enable(IPv6 install)하고 IPv6주소를 설정하기 위해서는 다음과 같은 작업이 필요하다. 아래 내용중 굵은 글씨로 적힌 부분만 입력하면 된다.

물론 XP에 SP2는 설치된 상태이여야 정상적으로 동작함.

 

Microsoft Windows XP [Version 5.1.2600]

(C) Copyright 1985-2001 Microsoft Corp.

 

C:\Documents and Settings>netsh

netsh>interface

netsh interface>ipv6 install

확인됨

 

netsh interface>show interface

netsh interface>ipv6

netsh interface ipv6>show interface

활성 상태 쿼리하는 중...

 

Idx  Met   MTU    상태             이름

---  ----  -----  ------------     -----

  5     0   1500  연결됨           로컬 영역 연결

 

netsh interface ipv6>add address interface="5" address=3ffe:2e00:16:10::1

확인됨

 

netsh interface ipv6>show address

활성 상태 쿼리하는 중...

 

 

netsh interface ipv6>add route 3ffe:2e00:16:10::1/64 interface="5" 3ffe:2e00:16:10::10 publish=yes

확인됨

 

netsh interface ipv6>show routes

활성 상태 쿼리하는 중...

 

게시     형식      Met   접두사                    Idx  게이트웨이/인 터페이스 이

-------  --------  ----  ------------------------  ---  --------------

yes      수동           0  3ffe:2e00:16:10::/64        5  3ffe:2e00:16:10::10