- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuring resolv.conf
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
тАО10-14-2005 05:18 AM
тАО10-14-2005 05:18 AM
Configuring resolv.conf
I'm using Hp-Ux 11i...
I want to configure my /etc/resolv.conf file correctly...
Well, let me explain more or less how is our network:
We have Unix, Nt, W2k, OpenVms and Linux servers over our network all around the world.
Sometimes when i have the ip address of a server that is not here in our site (brazil) and I want to "nslookup" it to discover its name, it doesn't give me an answer, but if I "nslookup" it pasing its name, the response is the ip addres... Is it normal?
My resolv.conf file is configured like this:
nameserver 138.106.xxx.x
nameserver 138.106.xxx.xx
nameserver 138.106.xxx.xxx
search br.company.com mx.company.com pe.company.com ar.company.com cl.company.com
Where:
br = brazil
mx = mexico
pe = peru
ar = argentina
cl = chile
How can I configure it correctly?
Thanks in advance,
Rafael M. Braga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2005 05:41 AM
тАО10-14-2005 05:41 AM
Re: Configuring resolv.conf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2005 06:19 AM
тАО10-14-2005 06:19 AM
Re: Configuring resolv.conf
First yes resolv.conf is not the problem.
and probably it is config just fine.
This is not trye that DNS and nslookup aren't resposible for address to name query.
The real problem is that in your DNS are configure to answer name to address query.
If you want ip=> name query you need arp.addr zone into your DNS servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2005 06:20 AM
тАО10-14-2005 06:20 AM
Re: Configuring resolv.conf
Tell your DNS admins to add PTR records and you will be able to nslookup ip's.
Better yet - get dig instead of nslookup....
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2005 06:24 AM
тАО10-14-2005 06:24 AM
Re: Configuring resolv.conf
but with real address and real domain
$TTL 86400
@ IN SOA yourdomain. root.localhost. (
1997022700 ; Serial
28800 ; Refresh
14400 ; Retry
3600000 ; Expire
86400 ) ; Minimum
IN NS yourdomain.
1 IN PTR host1.domain.
10 IN PRT host10.domain.