If you cannot connect to the remote server by host name, but can by IP address-which utility should be used to identify the cause of the problem?
Chat with our AI personalities
nslookup is basically used to see the dns address and actual server address.
nslookup
nslookup is a network command that returns the IP address of a device on the local domain.
Nslookup: displays information about domain names and their ip addresses Winipcfg: A win9x/me utility to display ip address and other configuration in a user friendly window. Ipconfig: Displays the ip address of the host and other connection information Microsoft snmp agent: provides system management tools for networks
Answer:Most operating systems support the NSLOOKUP command. Use the following example to perform the address-to-name translation:nslookup 127.0.0.1If the system is properly registered in the global Domain Name System (DNS), a name will be provided in response to your query.AnswerIn addition to the above, the "host" command is also now supported on most Linux distrubutions. In fact, on most Linux distros the 'nslookup' command is considered to be deprecated.host 192.168.2.5