DHCP stateless and stateful modes
hi,
how can tell mode (stateless or stateful) windows 2008 r2 dhcp server in?
thanks,
greg
hi greg_33 ,
base on study ,i thought it’s depend on client side setting ,not dhcp server side.
by default, if os windows vista or later version ,client set ipv6 stateless how auto-assigned link-local ipv6 addresses.
if set clients dhcpv6 stateful mode, , renew dhcp lease ,then can see client has both link-local , assigned site-local ipv6 address.
to enable vista clients dhcpv6 stateful mode (receives ipv6 dhcp)
netsh interface ipv6 set interface <<interface id/name>> managedaddress = enable
netsh interface ipv6 set interface <<interface id/name>> otherstateful = enable
netsh interface ipv6 set interface <<interface id/name>> advertise = enable
note: <<interface id/name>> name of ethernet adapter , example "local area connection"
thanks.
tiger li
Windows Server > Network Infrastructure Servers
Comments
Post a Comment