dnsmasq: Add DHCP for BTS in the new vlan

Fixes: SYS#1491
This commit is contained in:
Holger Hans Peter Freyther 2015-04-15 18:37:44 -04:00
parent 8d89f603d3
commit 259e1fa468
1 changed files with 3 additions and 0 deletions

View File

@ -132,6 +132,9 @@ dhcp-range=native,172.16.4.10,172.16.4.254,255.255.254.0,168h
# DHCP range for administrative access via eth1
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
# This is an example of a DHCP range with a network-id, so that
# some DHCP options may be set only for this network.