From c01a906cbc64d94821df8359e99de087561481fd Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 6 Mar 2023 18:26:36 +0100 Subject: [PATCH] Remove DHCP Server from Vyos --- roles/vyos-config/templates/config.j2 | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/roles/vyos-config/templates/config.j2 b/roles/vyos-config/templates/config.j2 index cd75dea..81ecba4 100644 --- a/roles/vyos-config/templates/config.j2 +++ b/roles/vyos-config/templates/config.j2 @@ -337,24 +337,6 @@ protocols { } } service { - dhcp-server { - listen-address 172.16.7.1 - shared-network-name freifunk { - subnet 172.16.7.0/24 { - default-router 172.16.7.1 - name-server 1.1.1.1 - name-server 1.0.0.1 - range dhcp { - start 172.16.7.10 - stop 172.16.7.200 - } - static-mapping vpn-01 { - ip-address 172.16.7.2 - mac-address 36:f3:82:18:9b:03 - } - } - } - } ntp { allow-client { address 0.0.0.0/0