unbound and (isc) dhcpd startup order
DutchDaemon - FreeBSD Forums Administrator
DutchDaemon at FreeBSD.org
Mon Jun 15 14:06:13 UTC 2020
On 2020-06-15 15:58, Rodney W. Grimes wrote:
> named is specifically the name of the binary included in the bind
> product, which included the resolver stub, named, and some other
> support utilities like rndc and nslookup.
>
> It would make since to unify these, though that is going to take
> some cafeful thought and co-ordination as to not break peoples
> running systems. I suspect the ports conflict stuff is keeping
> one from installing unbound, and bind at the same time, arguable
> wrong as one should be able to install both, but only run one
> at a time, or even run both on different ports.
Certainly how I'm doing it:
BIND serves my domains authoritatively, but does no recursive queries
for anyone.
Unbound serves the local resolving tasks.
--- /etc/rc.conf:
named_enable="YES"
unbound_enable="YES"
--- /usr/local/etc/named.conf:
listen-on { xx.22.108.xx; };
--- /usr/local/etc/unbound/unbound.conf:
interface: 127.0.0.1
--- /etc/resolv.conf:
nameserver 127.0.0.1
Works absolutely fine.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-net/attachments/20200615/e92a0304/attachment.sig>
More information about the freebsd-net
mailing list