From 259e1fa468e8af48c6e3382fe5de025d10bb8fbc Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 15 Apr 2015 18:37:44 -0400 Subject: [PATCH] dnsmasq: Add DHCP for BTS in the new vlan Fixes: SYS#1491 --- recipes-extra/dnsmasq/files/sysmocom-idu/dnsmasq.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-extra/dnsmasq/files/sysmocom-idu/dnsmasq.conf b/recipes-extra/dnsmasq/files/sysmocom-idu/dnsmasq.conf index 1d50a91..03ded0b 100755 --- a/recipes-extra/dnsmasq/files/sysmocom-idu/dnsmasq.conf +++ b/recipes-extra/dnsmasq/files/sysmocom-idu/dnsmasq.conf @@ -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.