Re: Feeding DHCP leases into unbound

2019-07-03 Thread Raimo Niskanen
On Thu, Jun 22, 2017 at 11:47:03AM +0200, Andreas Kusalananda Kähäri wrote: > Hi, > > I have unbound(8) and dhcpd(8) running on a router (OpenBSD 6.1-stable). > dhcpd currently hands out fixed addresses to my clients, but I'd like > these to be allocated dynamically from the common pool, while at

Re: Feeding DHCP leases into unbound

2019-07-03 Thread Sacha
Hi, a refresh on this request, can DHCPD aknowledge Unbound on dhcpleases names ? Sacha -- Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-user-misc-f3.html

Re: Feeding DHCP leases into unbound

2017-07-06 Thread Jason Hunt
On 06/22/17 05:47, Andreas Kusalananda Kähäri wrote: > Is there an existing solution for feeding the IP-addresses of the leases > that dhcpd hands out into the unbound configuration and reload it, or > would I have to write a script that parses the lease declarations in > /var/db/dhcpd.leases? I r

Re: Feeding DHCP leases into unbound

2017-06-22 Thread Nick Holland
On 06/22/17 05:47, Andreas Kusalananda Kähäri wrote: > Hi, > > I have unbound(8) and dhcpd(8) running on a router (OpenBSD 6.1-stable). > dhcpd currently hands out fixed addresses to my clients, but I'd like > these to be allocated dynamically from the common pool, while at the > same time being r

Re: Feeding DHCP leases into unbound

2017-06-22 Thread Stuart Henderson
On 2017-06-22, Jiri B wrote: > On Thu, Jun 22, 2017 at 11:47:03AM +0200, Andreas Kusalananda Khri wrote: >> >> I have unbound(8) and dhcpd(8) running on a router (OpenBSD 6.1-stable). >> dhcpd currently hands out fixed addresses to my clients, but I'd like >> these to be allocated dynamically fro

Re: Feeding DHCP leases into unbound

2017-06-22 Thread Jiri B
On Thu, Jun 22, 2017 at 11:47:03AM +0200, Andreas Kusalananda Khri wrote: > > I have unbound(8) and dhcpd(8) running on a router (OpenBSD 6.1-stable). > dhcpd currently hands out fixed addresses to my clients, but I'd like > these to be allocated dynamically from the common pool, while at the > sa