- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DNS Questions
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
Forums
Discussions
Discussions
Discussions
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
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
07-07-2003 05:14 AM
07-07-2003 05:14 AM
I have 2 DNS server on 2 hpux11.00 hosts.
I have this problem when I try to resolve public internet names the DNS host add the suffix localhost.com to the name.
This is not correct, the DNS must resolve locally the names with localhost.com suffix and the othe namex on the exeternal DNS.
The other question is:
How I must configure the DNS server to use correctly the external DNS?
Regards...
PSS
-
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 06:17 AM
07-07-2003 06:17 AM
Re: DNS Questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 06:26 AM
07-07-2003 06:26 AM
Re: DNS Questions
nameserver 192.168.0.15
nameserver 192.168.0.16
nameserver 192.168.0.17
Just have real ip addresses there of an external DNS server your ISP gives you.
If you have external access, you're done.
If the HP box does not have external Internet Access, which is a good idea btw, then set the nameserver to your firewall or a machine that has External access and make sure whichever the solution is is configured to pass DNS information along.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 06:45 AM
07-07-2003 06:45 AM
Re: DNS Questions
Did you have correct config of named.conf ( for Bind 8 and higher)
1)have you configured hint zone for "."?
2)Have you correct db.cache?
3)If you forward messages to other DNS server it is configured in options?
What version of BIND are you using?
Franta.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 07:32 AM
07-07-2003 07:32 AM
Re: DNS Questions
Then HUP named, and you should be all set.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 08:01 AM
07-07-2003 08:01 AM
Re: DNS Questions
The version of the bind is 4.9.7
I don't understand the questione 1 e 2
I don't know how to configure the "options"
Regards...
PSS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 08:11 AM
07-07-2003 08:11 AM
Solutionhttp://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdb005fe8b250d71190080090279cd0f9,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 08:14 AM
07-07-2003 08:14 AM
Re: DNS Questions
If you clean up /etc/hosts and make it standard, it will generate proper records for a single domain.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 08:18 AM
07-07-2003 08:18 AM
Re: DNS Questions
you need in named.boot, cache zone for "."
cache . db.cache
if you use forward server.
forwarders ip_of_forward_DNS
Bind 8 and higher have in named.conf for zone "." as type hint, it means if it the zone is not defined, bind try to ask root cache servers in db.cache, or if is forwarder defined, bind forward its question to other server.
Franta.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 08:34 AM
07-07-2003 08:34 AM
Re: DNS Questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2003 08:36 AM
07-07-2003 08:36 AM
Re: DNS Questions
hmmm.
trying again.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 02:21 AM
07-08-2003 02:21 AM
Re: DNS Questions
http://www.isc.org/products/BIND/
I prefer use Bind 8 or 9.
You must know that Bind 4 have DIFFERENT config file that bind 8 or bind 9.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 04:15 AM
07-08-2003 04:15 AM
Re: DNS Questions
Theres some great information already posted to your query. I thought I'd follow it up w/ some more resources for you.
If you have a login to the ITRC you can view a Cookbook for setting up BIND 8.1.2 and BIND 9.2. Search on Document id DNSKBAN00000901
Its a good idea to update from 4.9.7 to 8.1.2 or 9.2. You can download the newer versions from here: http://www.software.hp.com/ISS_products_list.html
HP's Manual Installing and Administering Internet Services has some basic configuration information for DNS.
http://www.docs.hp.com/hpux/onlinedocs/B2355-90147/B2355-90147.html
The Best Resource for Configuring BIND is the DNS and BIND book From O'Reilly y Paul Albitz & Cricket Liu.
I hope this information is helpful
Todd Whitcher