- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Dynamic updates to DNS from hpux host.
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
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
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
тАО06-07-2001 08:25 PM
тАО06-07-2001 08:25 PM
I'm getting rather confused about this now, and I thougth I would ask you all...
From http://www.software.hp.com/products/DNS_BIND/index.html --- It looks like BIND 8.1.2 (with version 1.3 update) supports Dynamic DNS updates...
Okay, so that's fine... But, what does this actually mean ?
Does it mean that you can configure your DHCP server to notify and dynamically change the DNS when it allocates IPs to hosts?
Or does it mean that the DHCP client (ie HPUX node) actually notifies the DNS by itself of its new IP address...
Or does the DNS detect that a node has changed IP ?
Or does it mean you can just, even so often, run this 'nsupdate' tool to update your DNS with the current DHCP allocations...
I've looked at RFC2136, which defines Dynamic DNS updates, but it still isn't clear...
Does anyone know how this works ?
Thanks in advanced... (points will be given)
Andrew
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2001 04:41 AM
тАО06-08-2001 04:41 AM
Re: Dynamic updates to DNS from hpux host.
Performance is improved, and the updates of the secondaries are more timely. (i.e. you don't have to reload the secondary to get it to pick up the new zone).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2001 06:41 AM
тАО06-08-2001 06:41 AM
SolutionFrom a tech document on dynamic DNS:
Dynamic DNS update allows the DHCP server to tell the DNS server or servers when a name-to-address association has been created or changed. When a host obtains a lease for an address, the DHCP server tells DNS to add it to its database. When the lease expires, or when the client gives up an address, the DHCP server tells DNS to remove the association. In normal operation you, as administrator, do not have to reconfigure DNS, no matter how frequently the clients' addresses change through the use of DHCP. The DHCP server uses the host name that the client computer provides.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2001 06:42 AM
тАО06-08-2001 06:42 AM
Re: Dynamic updates to DNS from hpux host.
Support for DNS change Notification (RFC 1996).
The DNS NOTIFY transaction allows master servers to inform slave servers when the zone has changed - an interrupt as opposed to poll model. This interrupt model will typically reduce propagation delay while not unduly increasing the master server's load.
The DNS update is defined as
Using this specification of the UPDATE opcode, it is possible to add or delete RRs or RRsets from a specified zone. Prerequisites are specified separately from update operations, and can specify a dependency upon either the previous existence or nonexistence of an RRset, or the existence of a single RR.
So, if the DHCP server supports this standard, it can send updates to the DNS server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2001 04:47 PM
тАО06-08-2001 04:47 PM
Re: Dynamic updates to DNS from hpux host.
it is possible to use the lease file to generate periodic
updates as well. Make sure you trust your clients.
You may also want to create a separate domain for
dynamic DNS clients. Otherwise you risk having a client
hijack a servers name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-11-2001 11:43 PM
тАО06-11-2001 11:43 PM
Re: Dynamic updates to DNS from hpux host.
Sorry for the delay in assigning points, i've been away...
Have a good day !
Andrew