- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DDNS & DHCP
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
01-22-2003 11:48 PM
01-22-2003 11:48 PM
I have Bind 9.2.0 installed and want to use ddns. Everything is installed by the book and dhcp gives ip-addresses, but in the syslog I have a error message: "bootpd[8772] ADD operation of A and PTR RR's for
Bob Gulien
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 12:27 AM
01-23-2003 12:27 AM
Re: DDNS & DHCP
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 01:14 AM
01-23-2003 01:14 AM
Re: DDNS & DHCP
This fault appears on a HP-UX 11.11 DNS-server but couldn't find a seperate server log.
Only the /var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 01:31 AM
01-23-2003 01:31 AM
Re: DDNS & DHCP
Have you enabled Dynamic update facility in your DNS server for your zone with allow-update or update-policy statement
Example:
Put this line in named.conf after your "zone" statement (forward zone) defining your domain name,
allow-update { any; };
Restart named. It should work now.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 01:45 AM
01-23-2003 01:45 AM
Re: DDNS & DHCP
I would not allow dns update from "any", this could be in-secure
better add a line
allow-update {IP-add1;IP-add2;} ;
where IP-add* are those servers that are allowed to update the DNS server. (could be your bootp server for example)
To be honest I got quite some problems with HP's bootp server and DDNS
I finally switched to ISC's dhcpd .
http://www.isc.org/products/DHCP/
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 05:49 AM
01-23-2003 05:49 AM
Re: DDNS & DHCP
Yes, the allow-update lines are in place in the named.conf file.
this is my named.conf entry:
zone "lc-domain.int" {
type master;
file "db.lc-domain";
allow-update {ip-address;};
};
and some more zone's as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 06:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 07:04 AM
04-17-2003 07:04 AM
Re: DDNS & DHCP
For support you should be running both the DHCP and DDNS processes on the same system and it should be HP-UX 11.ii or better.
Also assure you are on the latest patch. PHNE_28196
dhcp_default_client_settings: lease-time=43200: ds=10.10.10.3: gw=10.10.10.4: call-on-decline=/etc/dhcpscripts/decline: call-on-release=/etc/dhcpscripts/release: call-on-lease-extend=/etc/dhcpsripts/extend
dhcp_pool_group: ddns-address=10.10.10.2: pcsn: pool-name=PC-Pool: hn: ba: dn=local.domain.com: na=10.10.10.1: addr-pool-start-address=10.10.10.4: addr-pool-last-address=10.10.20.20: subnet-mask=255.255.240.0: lease-time=43200: lease-policy=accept-new-clients: allow-bootp-clients=FALSE