Penguin

Differences between version 13 and revision by previous author of DHCPNotes.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 13 Last edited on Monday, March 7, 2005 11:17:38 am by MichaelBarnwell Revert
Older page: version 12 Last edited on Wednesday, January 12, 2005 3:29:28 pm by BrendonJones Revert
@@ -36,16 +36,16 @@
  
 Note: it is very important that you copy the key verbatim! 
 For the zones you wish to enable DDNS updates on, add the following to the zone definition in named.conf 
  
- allow-update { key DHCP_ UPDATER; }; 
+ allow-update { key DHCP- UPDATER; }; 
  
 e.g., I have: 
  
  zone "dyn.mydomain.something." { 
  type master; 
  file "/etc/bind/zone/db.dyn.mydomain.something"; 
- allow-update { key DHCP_ UPDATER; }; 
+ allow-update { key DHCP- UPDATER; }; 
  }; 
  
 Remember to add it to the reverse zone as well: 
  
@@ -64,21 +64,21 @@
  ddns-domainname "dyn.mydomain.something"; 
  ddns-updates off; 
  ddns-update-style interim; 
  
- key DHCP_ UPDATER { 
+ key DHCP- UPDATER { 
  algorithm hmac-md5; 
  secret "bC9Up7x9abx5mnOKujzgEg=="; 
 
  
  zone dyn.mydomain.something. { 
  primary 127.0.0.1; 
- key DHCP_ UPDATER; 
+ key DHCP- UPDATER; 
 
  
  zone 0.0.10.in-addr.arpa. { 
  primary 127.0.0.1; 
- key DHCP_ UPDATER; 
+ key DHCP- UPDATER; 
 
  
  
 This sets up the ddns keys, and which zones to use them for. ddns-domainname sets the forward domain name that ddns will update. You can leave this out, 
The following authors of this page have not agreed to the WlugWikiLicense. As such copyright to all content on this page is retained by the original authors. The following authors of this page have agreed to the WlugWikiLicense.

lib/blame.php (In template 'html'):177: Warning: Invalid argument supplied for foreach() (...repeated 2 times)

lib/plugin/WlugLicense.php (In template 'html'):99: Warning: Invalid argument supplied for foreach()

lib/plugin/WlugLicense.php (In template 'html'):111: Notice: Undefined variable: ignore_authors

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument

lib/plugin/WlugLicense.php (In template 'html'):111: Notice: Undefined variable: ignore_authors