From 57e1184d074010f84c84edfd70d98e28cb11d210 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 1 May 2015 16:54:09 +0200 Subject: [PATCH] [idu] dnsmasq: Advertise NTP server to DHCP clients --- recipes-extra/dnsmasq/files/sysmocom-idu/dnsmasq.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extra/dnsmasq/files/sysmocom-idu/dnsmasq.conf b/recipes-extra/dnsmasq/files/sysmocom-idu/dnsmasq.conf index 3a493d0..5455260 100755 --- a/recipes-extra/dnsmasq/files/sysmocom-idu/dnsmasq.conf +++ b/recipes-extra/dnsmasq/files/sysmocom-idu/dnsmasq.conf @@ -221,8 +221,8 @@ dhcp-range=wifi-remote,172.16.132.10,172.16.135.254,255.255.252.0,24h # DNS server - 6 # broadcast address - 28 -# Set the NTP time server addresses to 192.168.0.4 and 10.10.0.5 -#dhcp-option=42,192.168.0.4,10.10.0.5 +# Set the NTP time server addresses to 172.16.1.1 +dhcp-option=42,172.16.1.1 # Set the NTP time server address to be the same machine as # is running dnsmasq