- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Bind 9.2.0 and IPv6
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-23-2003 11:23 PM
тАО10-23-2003 11:23 PM
There are numberous postings about Bind 9.2, and others about IPv6. What I need is info for configuring Bind 9.2 to handle IPv6. We don't use IPv6 yet, and don't have plans to in the near furture, so how can I configure Bind to ignore IPv6 altogether? I have Bind 9.2.0 installed on a D-class HP-UX 11i server.
Thanks in advance!!
D
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 11:31 PM
тАО10-23-2003 11:31 PM
SolutionIPv6 is only available for HP-UX 11i, btw.
Though it may be part of the installation, a standard installation of bind 9.2.x will ignore IPv6 unless you tell it otherwise.
A standard installation includes a /etc/named.conf file which points to zone files in /var/named
Implementing IPv6 involves changes to the network structure of the machine, in /etc/rc.config.d/netconf . If you don't implment it there BIND will ignore it.
Background:
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5187-2255/5187-2255_top.html&con=/hpux/onlinedocs/5187-2255/00/01/112-con.html&toc=/hpux/onlinedocs/5187-2255/00/01/112-toc.html&searchterms=Ipv6%7cBIND&queryid=20031024-052811
http://docs.hp.com/hpux/onlinedocs/B5969-4338/B5969-4338.pdf
There is a good BIND doc on this linux site and thats what I used to set up both HP-UX and Linux servers
http://tldp.org/HOWTO/DNS-HOWTO.html
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
тАО10-23-2003 11:32 PM
тАО10-23-2003 11:32 PM
Re: Bind 9.2.0 and IPv6
options {
listen-on-v6 {any;};
}
Two great BIND books are
"DNS & BIND Cookbook" ISBN 0-596-00410-9
"DNS & BIND" ISBN 0-596-00158-4
--Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2003 11:55 PM
тАО10-23-2003 11:55 PM
Re: Bind 9.2.0 and IPv6
I appreciate your entries in such a timely manner (WOW!!). I have the book "DNS & BIND Cookbook." So, let me explain my issue more thoroughly, since IPv6 shouldn't be installed. This error is shutting my DNS off, and the ITRC search I did told me to configure the "OPTION listen-on-v6 { any; } ;" <-- even though I'm not using IPv6!!
Here is the error, any clues why I'm seeing this?
Oct 23 14:53:57
Oct 23 14:53:57
Oct 23 14:53:57
Oct 23 14:53:59
Oct 23 14:53:59
Oct 23 14:53:59
Oct 23 14:53:59
Oct 23 14:53:59
#53
Oct 23 14:53:59
Oct 23 14:53:59
Oct 23 14:53:59
Oct 23 14:53:59
s, which is insecure
Oct 23 14:53:59
Oct 23 14:53:59
Oct 23 14:53:59
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2003 03:15 AM
тАО10-24-2003 03:15 AM
Re: Bind 9.2.0 and IPv6
Oct 23 14:53:59
Find out what that is. Either a named service is still running or some other app has that port.
Second your rndc.key is either missing or was not created.
Oct 23 14:53:59
Since you have the cookbook I'll just point you there and not repeat it here. Go to 3.2 page 50 and read about the rndc feature.
Once that is working everything else should fall into place.
Last, go ahead and ignore the IPv6 line. It's just telling you that there is no IPv6 interface to worry about. It's simply information and not a error.
Oct 23 14:53:59
--Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-24-2003 03:21 AM
тАО10-24-2003 03:21 AM
Re: Bind 9.2.0 and IPv6
Your inputs are well worth the points!!! Thank you much!!!! Now I have some reading to do....
D