- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Max number of DNS domains for BIND
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
09-04-2002 01:45 AM
09-04-2002 01:45 AM
Max number of DNS domains for BIND
Have BIND 4.9.7 installed on our HPUX 10.20 Server. We are doing multiple DNS domain lookups (7 to be exact, inclusive of the local DNS domain). I was told that there is a limit. Does anyone know why/what the limit? Is there a way to overcome the limit?
tamia
Mo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 04:13 AM
09-04-2002 04:13 AM
Re: Max number of DNS domains for BIND
afaik:
- there is no limit for domains (while enough memory and disk space)
- limit of distinct zones:
up to bind 8.1.1: max 32768 zones
bind 8.1.2: 65536 zones
bind 8.2 or higher: 16777216 zones
I think that should be enough.
Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 04:22 AM
09-04-2002 04:22 AM
Re: Max number of DNS domains for BIND
Thanks for the info. Maybe I did not explain myself too well :-) The issue is more with using the resolve.conf on an HPUX system where you need to resolve more than 6 DNS domains (we are using an HP product called VPO that is used too monitor systems in 6 different domains at the moment).
Is there a patch i can load or a file i can modify to allow me to resolve names for more than 6 domains?
domain1.com
domain2.com
....
domainx.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 04:28 AM
09-04-2002 04:28 AM
Re: Max number of DNS domains for BIND
$man resolv.conf
nameserver Internet (IP) address, in dot notation, of a name
server that the resolver should query. Up to
MAXNS (currently 3) name servers can be listed,
one per keyword. If there are multiple servers,
the resolver library queries them in the order
listed. If no nameserver entries are present, the
default is to use the name server on the local
machine. (The algorithm used is: Try a name
server; if the query times out, try the next and
continue until all name servers have been tried,
then repeat trying all the name servers until a
maximum number of retries have been made).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 04:39 AM
09-04-2002 04:39 AM
Re: Max number of DNS domains for BIND
A man on resolv.conf says:
search The search list is currently limited to six domains with a total of 256 characters.
The above is what concerns me since I have already reached the 6 domain search limit and now need to add an additional domain to the search list.
Regards
Mo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 05:11 AM
09-04-2002 05:11 AM
Re: Max number of DNS domains for BIND
we now are at the limit also and will have to change eventually
we use
rc.us.hertz
dc.us.hertz
etc
and will have to change to just .hertz.com and have the rest as subdomains looked up on the root server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 05:48 AM
09-04-2002 05:48 AM
Re: Max number of DNS domains for BIND
e.g.
type a.b.c.com
instead of
a
or
to partially qualify the name and at the rest of the domain to the search directive.
resolv.conf
search c.com
on the command line:
telnet a.b
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 06:06 AM
09-04-2002 06:06 AM
Re: Max number of DNS domains for BIND
In any case, why the need for 6 servers in resolv.conf?
Are these domains not registered in the root servers? If they are than any one server should be able to resolve the names. If they are not then I would suggest setting up a dns server to forward those domains to the appropriate server.
These is easy enough to do, simply add the zone in the named.conf file and tell it what server to forward the requests to.