I have Packet captures from the Firewall and the test computer showing the server "talking" to the computer but no sending any Data.
This is a capture on the firewall I can see the client computer sending SYN
1 16:11:39.836123 10.4.32.78 1a.5b.1cd.14e TCP 66 56550 → 80 [SYN] Seq=0 Win=8192 Len=0 MSS=1460 WS=256 SACK_PERM=1
Then the server sending the SYN/ACK
3 16:11:39.872254 1a.5b.1cd.14e 10.4.32.78 TCP 66 80 → 56550 [SYN, ACK] Seq=0 Ack=1 Win=65535 Len=0 MSS=1380 WS=16 SACK_PERM=1
And the server answering
5 16:11:39.872498 10.4.32.78 1a.5b.1cd.14e TCP 54 56550 → 80 [ACK] Seq=1 Ack=1 Win=131072 Len=0
Then the client asks for a web page
7 16:11:39.872986 10.4.32.78 1a.5b.1cd.14e HTTP 512 GET / HTTP/1.1 *(TCP Seq# 458)
Then the server sends
9 16:11:39.908842 199.58.195.147 10.4.32.78 TCP 54 80 → 56550 [ACK] Seq=1 Ack=459 Win=65520 Len=0 12 16:11:39.909529 199.58.195.147 10.4.32.78 TCP 54 80 → 56550 [FIN, ACK] Seq=1 Ack=459 Win=262144 Len=0
and the Client sends back
13 16:11:39.909758 10.4.32.78 1a.5b.1cd.14e TCP 54 56550 → 80 [ACK] Seq=459 Ack=2 Win=131072 Len=0 14 16:11:39.910246 10.4.32.78 1a.5b.1cd.14eTCP 54 56550 → 80 [FIN, ACK] Seq=459 Ack=2 Win=131072 Len=0
Then the server sends.
16 16:11:39.944927 1a.5b.1cd.14e 10.4.32.78 TCP 54 80 → 56550 [RST] Seq=2 Win=0 Len=0
I know the site is UP and working as I can get to it on other networks. But can't figure out why I can ping it, can see two traffic to and from it, but no web page