IPv6安装 先在操作系统盘根目录,如:C:\ 下输入 ipv6 install
然后,在由cmd输入:netsh
interface ipv6
show address
添加ipv6地址的指令:
add address Automatic 3000:120:0:0:0:0:0:195
两台v4环境下的机器使用V6通信,还需要手动添加路由, add route原型add route [prefix=]IPv6Address/Integer [[interface=]String] [[nexthop=]IPv6Address] [[siteprefixlength=]Integer] [[metric=]Integer] [[publish=]{no | yes | immortal}] [[validlifetime=]{Integer | infinite}] [[preferredlifetime=]{Integer | infinite}] [[store=]{active | persistent}]