Running Windows Server 2016. I set up a domain in IIS. Works fine externally. From home and work I can browse to myfakewebsite.com
and it works just fine. Bindings are correct.
When I remote into the machine, using Chrome, myfakewebsite.com
times out. Hosts file is clear, browser cache is clear, command line Ping of myfakewebsite.com
resolves to the correct IP of the server I'm on.
Even my PHP function file_get_contents(http://myfakewebsite.com);
fails because it's unable to resolve (the call is run locally by PHP).
When I bind localhost
and browse to http://localhost/
, the site works just final locally.
How can I track down why this is happening?