Re: pf integration with dhcpd

2017-10-27 Thread Carlos Cardenas

On 10/27/17 12:04, Sonic wrote:

On Fri, Oct 27, 2017 at 2:48 PM, Carlos Cardenas  wrote:

On a 6.2-syspatch box, I wanted to start leveraging the pf integration dhcpd



pfctl -t dhcpd_X -T show


Do you see the current leases in "/var/db/dhcpd.leases"? A "reserved"
address would not show up there, nor would it be placed in the leased
table. Must truly be a dynamic lease.



That's what I thought...operator error.

I was expecting entries to appear in tables for reserved addresses as well.

Verified everything works (various tables being populated, entries being 
added/deleted)
using dynamic leases.

+--+
Carlos



Re: pf integration with dhcpd

2017-10-27 Thread Sonic
On Fri, Oct 27, 2017 at 2:48 PM, Carlos Cardenas  wrote:
> On a 6.2-syspatch box, I wanted to start leveraging the pf integration dhcpd

> pfctl -t dhcpd_X -T show

Do you see the current leases in "/var/db/dhcpd.leases"? A "reserved"
address would not show up there, nor would it be placed in the leased
table. Must truly be a dynamic lease.