Im on Windows Server 2012 and earlier today I stopped being able to connect to my website. I tried to connect to RDP to check the error log. I could connect and login, but the error log was empty.
I pinged the server but I was unable to reach it.... strange.
I AM able to RDP into the server.
I AM able to connect to the server's VPN
I am NOT able to connect to my website
I am NOT able to ping the system
ICMP echo is enabled on the server.
54 Answers
It is possible the local machine is blocking the ICMP response (though this would be particularly unusual) as well as the web content.
Try pinging and opening the web site from a different machine.
For IIS specifically, on the server in the IIS Manager, restart the web site to reset sockets. You can also restart the Windows Firewall service on the server to ensure it parses open/closed/limited IP/ports correctly.
1In my case, I can RDP to my server in LAN, but just failed to ping or access MS SQL Server. Finally I checked firewall setting, it was turned on. Once I turned it off, everything back to normal. Hope this helps.
Ok, I have the answer. I had NAT enabled for my VPN. that was the last thing I did before I wasnt able to ping. I removed the NAT interface and suddenly I could ping again!
Could somebody please explain this to me?
1In my case firewall was ON on RDP server. Because of firewall exceptions we could manage to RDP it, but it wasn't pingable.