Hostname to IP is not getting resolved.

Hi Team,

We are trying to do nslookup to hostname but it's not getting resolved, but when we try to nslookup to IP it gets resolved, can someone please help me on this ? Thanks
 
If you show a transcript of exactly what you are doing and nslookup response may be we can help or suggest further tests.
 
Code:
C:\Users\abhijit_dhamane>nslookup hostname.server.de
Server:  UnKnown
Address:  10.43.20.16

DNS request timed out.
    timeout was 2 seconds.
*** UnKnown can't find datascantest.server.knhmn.de: Non-existent domain

C:\Users\abhijit_dhamane>
C:\Users\abhijit_dhamane>nslookup x.x.x.x
Server:  UnKnown
Address:  x.x.x.x

Name:    hostname.server.de
Address:  x.x.x.x


C:\Users\abhijit_dhamane>
This is the output we are getting with IP I can get hostname but with hostname I cannot get IP.

If you show a transcript of exactly what you are doing and nslookup response may be we can help or suggest further tests.
 
My guess is your dns server is not setup right but don’t really know. You are better off asking your ISP’s support line or on networking related forums such as reddit r/network or something where you may find people who know more about networking on winDOS.
 
Back
Top