IPV6 autoconfiguration windows xp windows 2003
![]()
Is autoconfiguration of ipv6 enabled bij default if install ipv6 protocol
Or do i need add a comman with netsh?
Bas
IPV6 autoconfiguration windows xp windows 2003
![]()
Installing the protocol is sufficient. Your computers will autoconfigure themselves provided that you have radvd announcing the subnet and route. The only thing you might want to do with 'netsh' is to disable the privacy extension that causes windows to switch IPv6 addresses every X minutes.
netsh
interface
ipv6
set privacy disabled
|