Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2013 06:21:43 -0500
From:      "Gerard Seibert" <jerry@seibercom.net>
To:        <freebsd-questions@freebsd.org>
Subject:   unbound and ntp in FreeBSD 10 Beta 3
Message-ID:  <00dc01cedf99$5e1c0cd0$1a542670$@seibercom.net>

next in thread | raw e-mail | index | archive | help

I just did a fresh install of FreeBSD 10 Beta 3 on a clean machine. For whatever reason, I am having the following problem.

I added this to the rc.conf file:

local_unbound_enable="YES"

I also have:

ntpd_enable="YES"

in the file.

This is the resolv.conf file:

#Generated by resolvconf
#nameserver 209.18.47.61
#nameserver 209.18.47.62
#nameserver 192.168.1.1

nameserver 127.0.0.1
options edns0

Now, with this configuration, ntpd never resolves any of the addresses it needs to work. My screen fills up with error messages. If I uncomment the three nameserver entries it works fine until the next reboot. I had to comment out the unbound line in the rc.conf file to prevent it from causing the resolv.conf file from being over written

I obviously have something configured incorrectly. Can anyone help me with this? Also, what do the "options" mean? I cannot find any documentation on it.

-- 
Jerry




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00dc01cedf99$5e1c0cd0$1a542670$>