IP Stories

“A Written IP Related Activities”

Archive for November, 2008

[IPv6] Add Static IPv6 DNS in Windows XP – SP2

Posted by a. Rahman Isnaini r. Sutan on November 4, 2008

Due to ipv6 limitation configuration in Windows XP, in a IPv6 Network.
Once your windows XP assigned IPv6 by DHCP Server either dedicated IPv6 DHCP server (linux/unix) or Cisco Router (12.3 (4) T).

###########################################
NOTE :

Windows XP would not get IPv6 Address from DHCP server until it has IPv4 installed on as well either input manually or IPv4 DHCP server as well.
############################################

You’ll see no DNS installed supposed to be dynamically on your IPCONFIG /ALL.

This case will not happen in Vista as it supports IPv6 in fully configuration.
Here the way to add static DNS in your Windows XP

a. Make sure IPv6 Installed [IPv6 Install]
b. Follow this steps :

C:\Documents and Settings\a. rahman isnaini> netsh
netsh>interface ipv6
netsh interface ipv6>add dns “wireless network connection” 2404:170:32::2
Ok.

netsh interface ipv6>exit

C:\Documents and Settings\a. rahman isnaini>ipconfig /all

Ethernet adapter Wireless Network Connection:

Connection-specific DNS Suffix  . : hotspot-dea.indo.net.id
Description . . . . . . . . . . . : Intel(R) PRO/Wireless 3945ABG Network Connection
Physical Address. . . . . . . . . : 00-1F-3C-14-6E-25
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.0.88
Subnet Mask . . . . . . . . . . . : 255.255.255.0
IP Address. . . . . . . . . . . . : fe80::21f:3cff:fe14:6e25%6
Default Gateway . . . . . . . . . : 192.168.0.1
DHCP Server . . . . . . . . . . . : 192.168.0.1
DNS Servers . . . . . . . . . . . : 202.159.32.2
2404:170:32::2 <<

Posted in Cisco, IPv6, microsoft | 6 Comments »