![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DNS client nslookup | xnightcrawl | UNIX for Advanced & Expert Users | 3 | 03-24-2006 03:29 PM |
| nslookup problem | xnightcrawl | UNIX for Advanced & Expert Users | 8 | 03-22-2006 10:07 PM |
| NSLOOKUP script | gavcollins | Shell Programming and Scripting | 1 | 02-09-2005 10:38 AM |
| nslookup on linux ??? | piltrafa | UNIX for Dummies Questions & Answers | 2 | 03-20-2003 05:19 PM |
| named and nslookup | tamemi | UNIX for Advanced & Expert Users | 3 | 09-24-2002 10:51 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
nslookup strangness
hi,
what would cause the nslookup to work one way but not the other? for most machine it works both ways. Code:
>nslookup 172.18.10.235 Server: 172.16.17.3 Address: 172.16.17.3#53 235.10.18.172.in-addr.arpa name = machine1.prod.local >nslookup machine1 Server: 172.16.17.3 Address: 172.16.17.3#53 Name: machine1.prod.local Address: 172.18.10.235 but for one of the machines it only works on one direction!?!: Code:
>nslookup machine2 Server: 172.16.17.3 Address: 172.16.17.3#53 Name: machine2.prod.local Address: 172.18.94.89 >nslookup 172.18.94.89 Server: 172.16.17.3 Address: 172.16.17.3#53 Non-authoritative answer: *** Can't find 89.94.18.172.in-addr.arpa.: No answer Authoritative answers can be found from: . nameserver = I.ROOT-SERVERS.NET. . nameserver = J.ROOT-SERVERS.NET. . nameserver = K.ROOT-SERVERS.NET. . nameserver = L.ROOT-SERVERS.NET. . nameserver = M.ROOT-SERVERS.NET. . nameserver = A.ROOT-SERVERS.NET. . nameserver = B.ROOT-SERVERS.NET. . nameserver = C.ROOT-SERVERS.NET. . nameserver = D.ROOT-SERVERS.NET. . nameserver = E.ROOT-SERVERS.NET. . nameserver = F.ROOT-SERVERS.NET. . nameserver = G.ROOT-SERVERS.NET. . nameserver = H.ROOT-SERVERS.NET. |
|
||||
|
Address to name isn't called reverse-lookup for nothing. Name to address and address to name are technically different lookups and use different files as mentioned in the previous post.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|