iis端口80被阻止到子网上的服务器

iis端口80被阻止到子网上的服务器,iis,Iis,我遇到一个问题,端口80被某个东西阻塞。我的设置如下 - Server 1 win2008 (44.246) Server 2 win2008 R2 (40.219) - Server 1 is running iis 7 - When I try to access http://server1:80 from server2 the connection times out - The firewalls are off for both servers 1 and 2 - On serve

我遇到一个问题,端口80被某个东西阻塞。我的设置如下

- Server 1 win2008 (44.246) Server 2 win2008 R2 (40.219)
- Server 1 is running iis 7
- When I try to access http://server1:80 from server2 the connection times out
- The firewalls are off for both servers 1 and 2
- On server 1 running "netstat -ano | find ":80"" i can see server 2 trying to connect but it just stays on SYN_RECEIVED. Wireshark also shows the connection coming in.
- running "nmap -sT -p 80 --traceroute 192.168.44.246" shows "80/tcp filtered http"
- when i create another website on port 1234 or 9898 everything works correctly.
- port 80 on server 1 is accessible via the internet and works
- port 80 on another server that's on the 44 range works correctly i.e (http://server3:80 (44.231))
我知道有3个端口存在相同的连接问题。端口为11115555和80

我还可以使用什么来查看是什么阻塞了这些端口

谢谢