| 
how to disable autoconfiguration in Vista ? ![[pl]](/s/countries/pl.gif) Shadow Hawkins on Sunday, 30 August 2009 13:09:16 
hello,
I'm wondering is it possible to disable IPv6 autoconfiguration in Vista/Serv 2008 ?
Everytime I issue ipconfig /all I see:
 Autoconfiguration Enabled........: YesDoes anyone know how to disable this feature ?
/kr 
how to disable autoconfiguration in Vista ? ![[si]](/s/countries/si.gif) Shadow Hawkins on Sunday, 30 August 2009 22:49:18 
Look into "netsh" commands. Google if needed.
 
how to disable autoconfiguration in Vista ? ![[us]](/s/countries/us.gif) Shadow Hawkins on Monday, 31 August 2009 02:12:21 
IPv6 Reference notes
Carl Holzhauer
11/21/08
Follow this step by step to get a DHCPv6 address
==> This will show you what interfaces are available on your computer
netsh int ipv6 show int 
==> Next, set "Managed address configuration" to enabled
netsh int ipv6 set int <interface #> managedaddress=enable
==> Set other stateful configuration to disabled
netsh int ipv6 set int <interface #> otherstateful=enable
==> To get a DHCPv6 request, you need to to disable router discovery
netsh int ipv6 set int <interface #> routerdiscovery=disabled
==> Next, set "Managed address configuration" to enabled
netsh int ipv6 set int <interface #> managedaddress=enable
==> Set other stateful configuration to disabled
netsh int ipv6 set int <interface #> otherstateful=enable
==> Release IPv6 address
ipconfig /release6
==> Renew IPv6 address
ipconfig /renew6
To add IPv6 DNS server
netsh int ipv6 add dnsserver "local area connection" ipv6 address
 
how to disable autoconfiguration in Vista ? ![[pl]](/s/countries/pl.gif) Shadow Hawkins on Monday, 31 August 2009 12:51:46 
hi Carl, thx for replay,
I know how to setup flags to obtain IPv6 address from DHCPv6, but as far as I know stateless autoconfiguration is something different from DHCPv6 addresses.
I'm wondering if there's any way to set autoconfiguration from
 Autoconfiguration enabled.......: Yesto Autoconfiguration enabled.......: Noin Vista or 2008 serv ?
thx
/kr 
 |