Adding static records

Mark Andrews Mark_Andrews at isc.org
Thu Mar 2 21:40:58 UTC 2006


> I'm trying to add some records into my master zone and every time I  
> do, it will stay in the .hosts files for about 15 minutes then get  
> removed.  I'm assuming it goes away every time the DHCP Records get  
> updated.  And even when the record is in the file and I reload the  
> server the record I add doesn't seem to take effect.
> 
> Here's my setup for the master zone in question.
> 
> zone "flyers.stark.k12.oh.us" {
>          type master;
>          notify yes;
>          file "/etc/bind/flyers.stark.k12.oh.us.hosts";
>          allow-update {
>                  okay_hosts;
>                  localhost;
>                  };
>          also-notify {
>                  10.110.57.3;
>                  };
>          allow-transfer {
>                  10.110.57.3;
>                  };
>          };
> 
> 
> Any ideas why the changes I make don't take effect, but the DHCP  
> updates do?
> 
> Chad

	Just use nsupdate to add / remove the records.
--
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: Mark_Andrews at isc.org



More information about the bind-users mailing list