diff --git a/recipes-extra/dnsmasq/files/sysmocom-idu/dnsmasq.conf b/recipes-extra/dnsmasq/files/sysmocom-idu/dnsmasq.conf index 03ded0b..5c7100d 100755 --- a/recipes-extra/dnsmasq/files/sysmocom-idu/dnsmasq.conf +++ b/recipes-extra/dnsmasq/files/sysmocom-idu/dnsmasq.conf @@ -135,6 +135,10 @@ dhcp-range=admin,172.16.6.2,172.16.6.255,255.255.255.0,24h # DHCP range for all BTS dhcp-range=gsm,172.16.7.10,172.16.7.255,255.255.255.0,168h +# DHCH range for WiFi networks +dhcp-range=wifi-admin,172.16.8.10,172.16.8.254,255.255.255.0,24h +dhcp-range=wifi-onboard,172.16.128.10,172.16.131.254,255.255.252.0,24h +dhcp-range=wifi-remote,172.16.132.10,172.16.135.254,255.255.252.0,24h # This is an example of a DHCP range with a network-id, so that # some DHCP options may be set only for this network.