<!DOCTYPE html> <html> <head> </head> <body> <p><strong>Come aggiungere una rotta IPv6 su Windows</strong></p> <p><strong>Sintassi:</strong><br />netsh interface ipv6 add route [prefix =] ipv6 address / integer [[interface =] string] [[nexthop =] ipv6 address] [[siteprefixlength =] integer] [[metric =] Integer] [[publish =] {no | yes | immortal}] [[validlifetime =] {Integer | infinite}] [[preferredlifetime =] {integer | infinite}] [[store =] {active | persistent}]</p> <p><strong>Sintassi:<br /></strong> netsh interface ipv6 add route <rotta origine> <nome_if> <rotta destinazione> store=persistent<strong><br /></strong></p> <p><strong>Esempio 1:</strong><br />netsh interface ipv6 add route 2a02:4460:1:1::/64 LAN 2a02:4460:1:2::1 store=persistent</p> <p><strong>Esempio 2 (tutti i client AnyConnect IPv6 verso i server con doppio IPv6):<br /></strong>netsh interface ipv6 add route fcfe:2222::/64 LAN 2a02:4460:1:2::1 store=persistent<strong><br /></strong></p> <p><strong>Per eliminare la route statica IPv6</strong></p> <p>netsh interface ipv6 delete route 2a02:4460:1:1::/64 "LAN"</p> <p><strong>Se non sei sicuro dell'interfaccia usa questo comando:</strong></p> <p>netsh interface ipv6 show interfaces</p> </body> </html>
Subscribe
0 Comments
Oldest