diff --git a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 index 8442d81..c6d9660 100644 --- a/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 +++ b/roles/dhcpd/templates/dhcp/dhcpd.conf.j2 @@ -119,7 +119,7 @@ subnet 172.23.14.0 netmask 255.255.255.0 { # MQTT Auweg subnet 172.23.15.0 netmask 255.255.255.0 { - option routers 172.23.4.1; + option routers 172.23.15.1; pool { {% if dhcpd_failover == true %} failover peer "failover-partner";