| 
 
Random IPv6 Addressing on Windows XP 
  Shadow Hawkins on Thursday, 24 December 2009 16:39:52
Im running FreeBSD 6.2 RELEASE on the tunnel endpoint and it acts as my v6 router. This is my rtadvd.conf file contents:
rl0:\
        :addr="2001:4978:12e:a::1":prefixlen#64:
On my xp machine I have always had to manually config a v6 address but the route was done automatically. This is no problem for me. However this week I noticed that the xp machin is getting two more address all by itself with no way to delete them it seems.
Ethernet adapter Wireless Network Connection:
        Connection-specific DNS Suffix  . :
        Description . . . . . . . . . . . : Linksys Wireless-G PCI Adapter
        Physical Address. . . . . . . . . : 00-18-39-19-D2-F4
        Dhcp Enabled. . . . . . . . . . . : No
        IP Address. . . . . . . . . . . . : 2001:4978:12e::aaaa:61
        IP Address. . . . . . . . . . . . : 2001:4978:12e:a:d9b8:6141:b9a0:1f6b
        IP Address. . . . . . . . . . . . : 2001:4978:12e:a:218:39ff:fe19:d2f4
        IP Address. . . . . . . . . . . . : fe80::218:39ff:fe19:d2f4%8
Z:\>netsh interface ipv6 show address
Querying active state...
Interface 8: Wireless Network Connection
Addr Type  DAD State  Valid Life   Pref. Life   Address
---------  ---------- ------------ ------------ -----------------------------
Manual     Preferred      infinite     infinite 2001:4978:12e::aaaa:61
Temporary  Preferred   6d23h39m37s    23h39m30s 2001:4978:12e:a:d9b8:6141:b9a0:1f6b
Public     Preferred  29d23h58m42s  6d23h58m42s 2001:4978:12e:a:218:39ff:fe19:d2f4
Link       Preferred      infinite     infinite fe80::218:39ff:fe19:d2f4
The first listed mannual one is the one I want there. The next two, Temporary and Public, I have no idea why these just all of a sudden started showing up. There have been no changes in my router configuration in a 8 months. As far as windows goes... I thought maybe a recent M$ update might have caused it but I can't find anything. Any ideas as how to delete these and prevent it happening in the future? Thanks in advance for any assistance. :)
 
Random IPv6 Addressing on Windows XP 
  Shadow Hawkins on Thursday, 24 December 2009 16:55:47
Oh should probably point out it's a heartbeat tunnel using
AICCU 2007.01.15-console-kame by Jeroen Massar
And I typoed above. Im on FBSD 7.2 RELEASE
 
Random IPv6 Addressing on Windows XP 
  Shadow Hawkins on Thursday, 24 December 2009 17:18:57
OMG. Please disregard this entire post. I had ran the `netsh int ipv6 set privacy disabled` command already
but The xp machines manually configged v6 IP was outide the network. *cringe*
 
  |