Remove DHCP Server from Vyos

This commit is contained in:
Stefan Hoffmann 2023-03-06 18:26:36 +01:00
parent bc5a0ada52
commit c01a906cbc

View File

@ -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