Guest_imported
New member
- Jan 1, 1970
- 0
When trying to access a remote server within a WAN using its ComputerName it is sometimes necessary to define it by updating the LMHOST file.
e.g.
127.23.20.5 COMPUTERNAME
Once this has been defined, you can actually refer to the server just by calling its computer name :
e.g.
c:\>Ping COMPUTERNAME
Pinging COMPUTERNAME [127.23.20.5] with 32 bytes of data:
Reply from 127.23.20.5: bytes=32 time<10ms TTL=127
Reply from 127.23.20.5: bytes=32 time<10ms TTL=127
Reply from 127.23.20.5: bytes=32 time<10ms TTL=127
Reply from 127.23.20.5: bytes=32 time<10ms TTL=127
But how do you do this by using its DNS name instead of its IP Address?? We are trying to avoid using the IP address because in a contingency situation, we can not afford going into each individual PC to update their LMHOST file. If we can change the contingency server's DNS with the one used by the actual production server, then we don't have to worry about all the client PCs.
I appreciate any advise...
e.g.
127.23.20.5 COMPUTERNAME
Once this has been defined, you can actually refer to the server just by calling its computer name :
e.g.
c:\>Ping COMPUTERNAME
Pinging COMPUTERNAME [127.23.20.5] with 32 bytes of data:
Reply from 127.23.20.5: bytes=32 time<10ms TTL=127
Reply from 127.23.20.5: bytes=32 time<10ms TTL=127
Reply from 127.23.20.5: bytes=32 time<10ms TTL=127
Reply from 127.23.20.5: bytes=32 time<10ms TTL=127
But how do you do this by using its DNS name instead of its IP Address?? We are trying to avoid using the IP address because in a contingency situation, we can not afford going into each individual PC to update their LMHOST file. If we can change the contingency server's DNS with the one used by the actual production server, then we don't have to worry about all the client PCs.
I appreciate any advise...