How can you find out ip address using computer name?

1 answer

Answer

1192820

2026-03-14 16:25

+ Follow

Linux
Linux

Answer:

Most operating systems support the NSLOOKUP command. Use the following example to perform the address-to-name translation:

nslookup 127.0.0.1

If the system is properly registered in the global Domain Name System (DNS), a name will be provided in response to your query.

Answer

In 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

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.