Search This Blog

Wednesday, February 23, 2011

IPv6 on WinXP

Install from command line.

C:\>ipv6 install

List interface
C:\>ipv6 if

Configure IPV6 interface
C:\>ipv6 -p adu 5/2002:abcd:abcd::11

typing “netsh” and then pressing the enter key.
by typing “interface” and press enter.
by typing “ipv6” and pressing enter.
“add address [interface=] [address=]

add address interface="LAN1" 2002:abcd:abcd::11


Configure IPV6 gateway
C:\>ipv6 rtu ::/0 5/2002:abcd:abcd::1

or use NETSH
netsh int ipv6 add route prefex::/64 5 store=persistent
netsh int ipv6 add route ::/0 "LAN1" 2002:abcd:abcd::1



C:\>netsh interface ipv6 6to4 set relay 192.88.99.1 enable

No comments:

Post a Comment