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.
This commit is contained in:
Harald Welte 2014-05-19 18:53:25 +02:00
parent 08e4e4c26a
commit cc45ecae11
1 changed files with 1 additions and 0 deletions

View File

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