然后查看已经有的 端口转发
netsh interface portproxy show all
netsh interface portproxy add v4tov4 listenport=445 listenaddress=远程地址 connectport=8445 connectaddress=远程地址
netsh interface portproxy add v4tov4 listenport=445 listenaddress=本地地址 connectport=8445 connectaddress=远程地址
然后查看已经有的 端口转发
netsh interface portproxy show all
计算机重启生效
删除所有已经有的转发
netsh interface portproxy reset
评论区