Fwd: ddns-updates off; within pool doesn't work

Peter Rathlev peter at rathlev.dk
Mon May 12 06:29:05 UTC 2014


On Mon, 2014-04-28 at 17:14 +0400, Alexei V. Schukin wrote:
> I'm trying to exclude one pool of subnet from dynamic updates.
...
> subnet 192.168.0.1 netmask 255.255.255.0 {
>   pool {
>     range 192.168.0.10 192.168.0.20;
>     deny unknown-clients;
>     ddns-updates off;
>     ignore client-updates;
...
> But it doesn't work: dhcpd still updating dns within this address pool.
> What I'm missing?

Are you sure it's dhcpd that does the updating? Does it say so in the
logs? The above configuration would make the client try updating itself.
It of course needs permission to do this.

-- 
Peter




More information about the dhcp-users mailing list