idu: Add dnsmasq configuration for WiFi networks

This commit is contained in:
Harald Welte 2015-04-25 16:54:17 +02:00
parent 7c0152141a
commit fd275216a9
1 changed files with 4 additions and 0 deletions

View File

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