From cc45ecae110c56e7e5a189992a146035f5a50ad3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Mon, 19 May 2014 18:53:25 +0200 Subject: [PATCH] udhcpd.conf: Provide DNS server IP for BTSs If we don't provide a DNS server via DHCP to the BTSs, then their ntpdate will not succeed in contacting pool.ntp.org (resolver failure), which in turn means they have the wrong date, which again in turn leads to failing opkg update or openvpn certificate verification failures. --- .../sysmocom-udhcpd-config/files/sysmocom-bsc/udhcpd.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-apps/sysmocom-udhcpd-config/files/sysmocom-bsc/udhcpd.conf b/recipes-apps/sysmocom-udhcpd-config/files/sysmocom-bsc/udhcpd.conf index 723ad1f..d6a9334 100644 --- a/recipes-apps/sysmocom-udhcpd-config/files/sysmocom-bsc/udhcpd.conf +++ b/recipes-apps/sysmocom-udhcpd-config/files/sysmocom-bsc/udhcpd.conf @@ -6,3 +6,4 @@ interface eth1 option subnet 10.23.24.0 option router 10.23.24.1 option broadcast 10.23.24.255 +option dns 8.8.8.8