欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  网络运营

添加ipv6地址和远程桌面端口

程序员文章站 2022-09-21 11:53:15
添加ipv6地址和远程桌面端口   netsh interface ipv6 set address "本地连接" 2001:da8:9000:a401:...


添加ipv6地址和远程桌面端口

 

netsh interface ipv6 set address "本地连接" 2001:da8:9000:a401:5:9dfa:d1f7:8ee1

  www.2cto.com  

netsh interface ipv6 set address "本地连接" 2001:da8:9000:a401:1::1

 

netsh interface ipv6 set address "本地连接" 2001:da8:9000:a401:1::2

 

netsh interface portproxy add v6tov4 listenport=3389 connectport=3389

 

netsh interface ipv6 show address