Link to home
Start Free TrialLog in
Avatar of sethendres
sethendresFlag for Australia

asked on

clients unable to resolve internal DNS address's that point to another location

Hello,

I have internal users who are unable to resolve internal IP address's which are A records that point them to systems that run at our remote site. I am unable to ping or tracert to the internal address's. However if I change the A record entry and route over the internet it is okay and they can connect. When I attempt to do a nslookup on my client I am receiving this, which I have never seen before.

C:\Users\Seth>nslookup
21.63.70.10.in-addr.arpa
        primary name server = localhost
        responsible mail addr = nobody.inval
        serial  = 1
        refresh = 600 (10 mins)
        retry   = 1200 (20 mins)
        expire  = 604800 (7 days)
        default TTL = 10800 (3 hours)
Default Server:  UnKnown
Address:  10.70.63.21

Thank you
Avatar of kevinhsieh
kevinhsieh
Flag of United States of America image

Your nslookup syntax is wrong. If you want the A record, just do 'nslookup hostname.domain.tld'. If you want the reverse lookup, do 'nslookup 10.70.63.21'.

You tried to do a lookup on a non-existant zone.
ASKER CERTIFIED SOLUTION
Avatar of wdurrett
wdurrett
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial