We have 2 x Windows 2012R2 servers. They are non-domain servers sitting in the DMZ as External Web servers.
IPv6 is disabled on both servers. Windows firewall is off for both servers
When I ping the hostname on server A (its own hostname) it replys with the IP Address of the server (its own ip address)
When I ping the hostname on server B (its own hostname) it replys with ::1
We need both servers to reply the ping with ::1
As far as I am aware both servers are configured the same
I have tried editing the local host file to have server A point to127.0.0.1 but this was unsuccessful.
Below is the local host files for both servers
Server A
127.0.0.1 authoring.mywebsite.com
authoring
10.208.197.144server C
10.208.197.142server Bmywebsite mywebsite.com
127.0.0.1server A
Server B
127.0.0.1www.mywebsite.com
10.207.195.134 server C
I hope this makes sense to you, please let me know if you have any questions. I greatly appreciate your help
Thanks