Optional commands for ipv6
Posted: Thu Aug 27, 2015 9:09 pm
Hello,
This fails on Windows on some computers where ipv6 is disabled on their interface:
I,NETSH: C:\WINDOWS\system32\netsh.exe interface ipv6 set address MyNetwork fd00::1 store=active"
This fails on the client because something similar to this is pushed by the server
PUSH_REPLY,ifconfig-ipv6 fd00::1 [..],
Even though this works on most computers it still fails on quite a few.
I'd like to leave the ipv6 route pushed because its just there as a blackhole to prevent ipv6 dns leaks on clients that support ipv6 - and ultimately I'd be able to have a server that routes both ipv4 and ipv6 traffic in the future without having two different machines.
Is there a way to make this config push optional ? If the client fails on that command then to continue and not quit the connection process?
Or is there anyway to make the netsh command not be fatal? Or any way the server pushes ipv6 configs/routes only if asked to push it?
P.S: What's the timeline on supporting DHCPv6?
Thanks,
This fails on Windows on some computers where ipv6 is disabled on their interface:
I,NETSH: C:\WINDOWS\system32\netsh.exe interface ipv6 set address MyNetwork fd00::1 store=active"
This fails on the client because something similar to this is pushed by the server
PUSH_REPLY,ifconfig-ipv6 fd00::1 [..],
Even though this works on most computers it still fails on quite a few.
I'd like to leave the ipv6 route pushed because its just there as a blackhole to prevent ipv6 dns leaks on clients that support ipv6 - and ultimately I'd be able to have a server that routes both ipv4 and ipv6 traffic in the future without having two different machines.
Is there a way to make this config push optional ? If the client fails on that command then to continue and not quit the connection process?
Or is there anyway to make the netsh command not be fatal? Or any way the server pushes ipv6 configs/routes only if asked to push it?
P.S: What's the timeline on supporting DHCPv6?
Thanks,