IPV6

Brian Fulbrook
Brian Fulbrook Member CHOCOLATE MILK

I need a script or agent procedure to disable ipv6 in my windows environment

1
1 votes

Active · Last Updated

Comments

  • tom@tbkconsulting.biz
    [email protected] Member, Managed Service Provider RED EYE

    Create a script that runs the following 3 shell commands - You should have the results parsed to a file and check to make sure you get OK as the result of each command to continue to the next command, and this will disable all IPv6 connectivity on a system for all interfaces (WARNING - Microsoft does NOT recommend disabling IPv6!!)

    netsh interface teredo set state disabled

    netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled

    netsh interface ipv6 isatap set state state=disabled