Hi
netsh int ipv6 set int "6to4" advertise=enabled
Still produces the same error message.
Any other ideas/recommendations?
Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I cannot active 6TO4 advertising on my IPV6 adapter.
I have attached a screenshot..
I type in the command netsh int ipv6 set int "6" forwarding=enabled
I get the response OK but the advertising still remains disabled.
I try running command netsh int ipv6 set int "6" advertise=enabled or the same command with the word advertising but get the error
The parameter is incorrecr.
Please may someone provide the exact parameter to enable advertising and for Neighbor discovery
Thanks
Sacha
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi
netsh int ipv6 set int "6to4" advertise=enabled
Still produces the same error message.
Any other ideas/recommendations?
Thanks
Hello,
The error "The parameter is incorrect" appears when you try to run the command "netsh int ipv6 set int "6" advertise=enabled", possibly because your command syntax is incorrect.
Please try using the following command to enable IPv6 advertising:
netsh interface ipv6 set interface "6to4" advertise=enabled
Note: You need to replace "6to4" with your adapter name.
Thanks,
Shujun