Share via

Direct Access

Anonymous
2023-12-29T23:04:36+00:00

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

Windows for business | Windows Server | Networking | Other

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.

0 comments No comments

2 answers

Sort by: Most helpful
  1. Anonymous
    2024-01-16T10:50:10+00:00

    Hi

    netsh int ipv6 set int "6to4" advertise=enabled

    Still produces the same error message.

    Any other ideas/recommendations?

    Thanks

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-01-02T08:35:34+00:00

    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

    Was this answer helpful?

    0 comments No comments