Switch to kea dhcp server for jail network.

This commit is contained in:
Tom Alexander
2023-04-25 19:01:57 -04:00
parent ba7567ad9c
commit 0939203377
5 changed files with 32 additions and 20 deletions

View File

@@ -1,3 +1,3 @@
ifconfig_host_link3="inet 10.213.177.254 netmask 255.255.255.0"
defaultrouter="10.213.177.1"
dhcpd_enable="YES"
ifconfig_jailnat_dhcp="inet 10.215.1.254 netmask 255.255.255.0"
defaultrouter="10.215.1.1"
kea_enable="YES"