Are there any jail friendly DCHP servers? Handbook mentions net/isc-dhcp43-server (actually, the previous version), but it bind to all interfaces on a host.
/etc/rc.conf
/etc/rc.conf
Code:
dhcpd_enable="YES"
dhcpd_ifaces="em0"
/usr/local/etc/rc.d/isc-dhcpd start
Code:
Starting dhcpd.
Internet Systems Consortium DHCP Server 4.3.2
Copyright 2004-2015 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
Config file: /usr/local/etc/dhcpd.conf
Database file: /var/db/dhcpd/dhcpd.leases
PID file: /var/run/dhcpd/dhcpd.pid
Wrote 0 leases to leases file.
Listening on BPF/em0/bc:ae:c5:91:74:2c/10.0.3.0/24
Sending on BPF/em0/bc:ae:c5:91:74:2c/10.0.3.0/24
Sending on Socket/fallback/fallback-net
sockstat -l |grep dhcp
Code:
dhcpd dhcpd 1075 7 udp4 *:67 *:*
dhcpd dhcpd 1075 20 udp4 *:63386 *:*