- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Multi Homing My DNS primary and secondary.
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
10-24-2000 03:55 AM
10-24-2000 03:55 AM
Multi Homing My DNS primary and secondary.
On a different host we updated resolv.conf with the new hames and removed the old names, but nslookup can not resolve pri-dns or sec-dns as nameservers. The IP addresses of the nameservers are pingable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 04:53 AM
10-24-2000 04:53 AM
Re: Multi Homing My DNS primary and secondary.
- What you can do, is to have the names that you have configured in pri-dns and sec-dns (assuming they are in the hosts file) copied over to the new system. - Or simply have them added properly to DNS this will save you lots of problems in the future.
- Note that you have to make the nsswitch to look for hosts, then DNS this will force the lookup (nslookup) to query /etc/hosts first then DNS.
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 04:56 AM
10-24-2000 04:56 AM
Re: Multi Homing My DNS primary and secondary.
Have you made PTR records for the "second" IP-addresses. The first thing nslookup does is to do a query for the IP-address of the name server it is contacting. This might be why it is failing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 05:06 AM
10-24-2000 05:06 AM
Re: Multi Homing My DNS primary and secondary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 05:07 AM
10-24-2000 05:07 AM
Re: Multi Homing My DNS primary and secondary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 05:09 AM
10-24-2000 05:09 AM
Re: Multi Homing My DNS primary and secondary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 05:22 AM
10-24-2000 05:22 AM
Re: Multi Homing My DNS primary and secondary.
$nslookup -
Specified server is not available.
The configured name services and switch policy will be used.
*** Can't find server name for address
*** Can't find server name for address
Using /etc/hosts
>
Remember here that nslookup will successfully reverse lookup the pri-dns and sec dns when our original nameserver's hostname or ip is specified as the default server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 05:45 AM
10-24-2000 05:45 AM
Re: Multi Homing My DNS primary and secondary.
Try:
netstat -an | grep ^udp | grep 53
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 06:08 AM
10-24-2000 06:08 AM
Re: Multi Homing My DNS primary and secondary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 06:11 AM
10-24-2000 06:11 AM
Re: Multi Homing My DNS primary and secondary.
Are you btw. running Bind 4 or Bind 8 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 06:13 AM
10-24-2000 06:13 AM
Re: Multi Homing My DNS primary and secondary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 06:22 AM
10-24-2000 06:22 AM
Re: Multi Homing My DNS primary and secondary.
No process is listening on port 53 (this is the port used for DNS)
If everything was running you should have an output like mine:
udp 0 0 172.27.112.54.53 *.*
udp 0 0 127.0.0.1.53 *.*
If you do not get any result it means that your 'named' process is not running properly. (is it - check using ps -ef) and also check /var/adm/syslog/syslog.log (might need to stop/start named using /sbin/init.d/named stop; /sbin/init.d/named stop)
Are your NAMED set to '1' in /etc/rc.config.d/namesvrs
Also what is your output of "what /usr/sbin/named" for determining Bind 4 or 8 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 06:23 AM
10-24-2000 06:23 AM
Re: Multi Homing My DNS primary and secondary.
Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 06:37 AM
10-24-2000 06:37 AM
Re: Multi Homing My DNS primary and secondary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 06:41 AM
10-24-2000 06:41 AM
Re: Multi Homing My DNS primary and secondary.
4.9.7 is the version of bind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 06:48 AM
10-24-2000 06:48 AM
Re: Multi Homing My DNS primary and secondary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 06:53 AM
10-24-2000 06:53 AM
Re: Multi Homing My DNS primary and secondary.
Also consider upgrading to Bind 8 (better in all aspects) - Only available for HP-UX 11.00 but very easy to compile yourself if you are running 10.20.
Sorry - I'm off for today.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 07:05 AM
10-24-2000 07:05 AM
Re: Multi Homing My DNS primary and secondary.
Bind 8: Possible.
I'm gonna take this to the response center. Thanks guys for your time and help.
PS. I just heard a rumour that HP won't support the multi-homing on the same interface for DNS. To the Resp. Ctr. I go.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 07:45 AM
10-24-2000 07:45 AM
Re: Multi Homing My DNS primary and secondary.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 10:40 AM
10-24-2000 10:40 AM
Re: Multi Homing My DNS primary and secondary.
Ian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2000 11:30 PM
10-24-2000 11:30 PM
Re: Multi Homing My DNS primary and secondary.
It might be that Bind 4 has got a problem with multiple interfaces - you should have port 53 listening on *all* your addresses - it might not be doing that.
You said that "nslookup -
My final suggestion to you is to get Bind 8.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 01:43 AM
10-25-2000 01:43 AM
Re: Multi Homing My DNS primary and secondary.
How do you creat the new socket for the new ip address?
How do you configure named to listen to the new socket?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 01:58 AM
10-25-2000 01:58 AM
Re: Multi Homing My DNS primary and secondary.
I see no particular options to Bind 4 as far as this is concerned - I would have imagined that it *did* listen to all interfaces, but it might not be so.
I am running Bind 8 here (my own compilation though) and it works great - also on multihomed hosts. Maybe you should give it a go - it's a different syntax (little more complex because greater complexity of Bind itself) of the config file but otherwise it is the same thing. http://www.isc.org
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 02:12 AM
10-25-2000 02:12 AM
Re: Multi Homing My DNS primary and secondary.
Any chance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2000 03:21 AM
10-25-2000 03:21 AM
Re: Multi Homing My DNS primary and secondary.
I figure you have an index number combined with the second address like "ifconfig lan0:1
I do not know how Bind 4 determines the list of interfaces. I suspect restarting it will not make it "see" the indexed interface. It might not be so fond of "sub-indexed" interfaces:
I just verified this on one of my hosts with Bind 8 - no problem - c'mon Ian make the step and go for Bind 8 - evidence is here:
listening on [172.27.112.28].53 (lan8:1)
listening on [192.0.1.25].53 (lan3)
listening on [172.27.112.25].53 (lan8)
listening on [127.0.0.1].53 (lo0)