diff --git a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 index a812eb5..c240964 100644 --- a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 +++ b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 @@ -48,7 +48,9 @@ failover peer "failover-partner" { # Binary Kitchen subnets # Management -subnet 172.23.1.0 netmask 255.255.255.0 {} +subnet 172.23.1.0 netmask 255.255.255.0 { + option routers 172.23.1.1; +} # Services subnet 172.23.2.0 netmask 255.255.255.0 { @@ -81,6 +83,16 @@ subnet 172.23.4.0 netmask 255.255.255.0 { # Fixed IPs +host ap01 { + hardware ethernet 44:48:c1:ce:a9:00; + fixed-address ap01.binary.kitchen; +} + +host ap04 { + hardware ethernet 44:48:c1:ce:90:06; + fixed-address ap04.binary.kitchen; +} + host bowle { hardware ethernet ac:1f:6b:25:16:b6; fixed-address bowle.binary.kitchen;