windows 自带的 端口映射 端口转向功能


安装IPV6 netsh interface ipv6 install
查看 netsh interface portproxy show all
添加 netsh interface portproxy add v4tov4 listenaddress=* listenport=14333 connectaddress=10.165.43.190 connectport=1433
删除 netsh interface portproxy delete v4tov4 listenaddress=* listenport=14333

修复"出现了扩展错误" esentutl /p %windir%securityDatabasesecedit.sdb

原文地址:https://www.cnblogs.com/chengulv/p/5042900.html