标签:bsp 火墙 net alt 查看端口 端口号 技术 lis http
1、查看防火墙入站规则是否把站点端口给拦截了,如果有那么把该端口放开
2、使用命令查看端口是否和IP有绑定
netstat -nao | findstr 端口号
如果查询的结果没有像上图 0.0.0.0 这个IP,那么就执行下面的命令
netsh http add iplisten ipaddress=192.168.129.242 //你的本机IP netsh http add iplisten ipaddress=0.0.0.0
标签:bsp 火墙 net alt 查看端口 端口号 技术 lis http
原文地址:https://www.cnblogs.com/xurongjian/p/12168598.html