增加端口映射,将10.10.10.10的11111映射到10.10.10.11的80端口 netsh interface portproxy add v4tov4 listenport=11111 listenaddress=10.10.10.10 connectport=80 connectaddress=10.10.10.11 删除端口映射 netsh interface portproxy del v4tov4 listenport=11111 listenaddress=10.10.10.10 查看已存在的端口映射 netsh interface portproxy show v4tov4
相关文章
- 12-26windows系统编译nginx和添加模块http_gzip_static_module
- 12-26Windows中cmd运行得到提示“发生系统错误 5。拒绝访问。”
- 12-26Windows系统CMD端口映射,添加防火墙
- 12-26Windows系统镜像自动添加驱动程序
- 12-26windows系统cmd命令行设置、查看、更改环境变量
- 12-26windows 系统防火墙 添加端口号方法
- 12-26在Windows系统下用命令把应用程序添加到系统服务
- 12-26Windows系统右键添加cmd
- 12-26Windows系统CMD端口映射,添加防火墙
- 12-26C# 获取当前Windows 10用户的SID|CMD命令行获WIN取操作系统的SID| 获取自己开发系统的的SID