- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nslookup resolving dns name in reverse order
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-12-2009 09:07 PM
тАО09-12-2009 09:07 PM
nslookup resolving dns name in reverse order
When i tried to resolve ip i got reverse order ip format similar to below one:
-------------------------------------
$nslookup 192.22.11.123
Non-authoritative answer:
123.11.22.192.in-addr.arpa name = somename.com.
Authoritative answers can be found from:
-------------------------------------
Can someone explain what could be the reason ?
Thanks,
Shiv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2009 01:38 AM
тАО09-13-2009 01:38 AM
Re: nslookup resolving dns name in reverse order
I Could guess, You need to Check with your DNS Server Configuration file reverser.dns
Could be some have mistaken the meaning of reverse.dns file while putting entry on the reverse.dns.file ..... :(
Example :-
DNS (Domain Name System) is responsible for translating Internet names (such as www.yourdomain.com) into IP addresses (such as 192.168.1.10). You can think of it like a telephone book for the Internet. Organizations publish DNS records to tell the rest of the world how to reach them.
The DNS is comprised of zones. A zone is either a domain name or an IP network for which a given server is authoritative. When you register a domain you define one or more nameservers -- these are the nameservers which are advertised to the Internet as having authoritative information for the domain.
DNS supports two types of zones: forward, which converts names to addresses, and reverse, which converts addresses to names
HTH,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2009 02:01 AM
тАО09-13-2009 02:01 AM
Re: nslookup resolving dns name in reverse order
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2009 03:53 AM
тАО09-13-2009 03:53 AM
Re: nslookup resolving dns name in reverse order
A DNS server always starts from the right side of the name. It picks the right-most component of the name (.com or .arpa) and makes a query about it to the Internet root nameservers. The root nameservers will tell it where to find the .com or .arpa Top Level Domain nameservers.
Then the DNS server makes a second round of queries to the appropriate TLD nameserver(s). To find out where the authoritative nameserver for somename.com is, the server asks from the .com TLD nameserver. For in-addr.arpa, the .arpa TLD nameserver is queried. The process continues like this until the authoritative nameserver for the required domain is found. That can then supply the answer that the client requred.
The nameserver typically caches the results of all these steps, so that some (or all) can steps can be skipped if the same or similar name is queried again.
A hostname has the domain part on the right and the individual hostname on the left.
An IP address has the network part on the left and the host address on the right. To allow DNS servers to use the same logic to resolve both IP addresses and hostnames, one or the other must be reversed. When the DNS was designed, a decision was made to reverse the IP address.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2009 08:25 PM
тАО09-13-2009 08:25 PM
Re: nslookup resolving dns name in reverse order
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2009 01:34 AM
тАО09-14-2009 01:34 AM
Re: nslookup resolving dns name in reverse order
See my previous reply for an explanation what is happening and *why*.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2009 06:24 AM
тАО09-14-2009 06:24 AM
Re: nslookup resolving dns name in reverse order
inquiry? (You did get an answer.)
> I checked with DNS team and they said DNS
> configuration is fine.
Perhaps you should be arguing with them.