windows 端口转发命令houlijiang2021-06-19linux, 经验 把windws 最为代理服务器,解决只有本机才能访问的有特殊ip限制的服务。 设置端口转发: netsh interface portproxy add v4tov4 listenaddress=172.16.8.212 listenport=33060 connectaddress=192.168.0.5 connectport=3306 查看端口转发: netsh interface portproxy show v4tov4