I am trying to configure, local_unbound.
1. I added
2. I specified the DNS server address as OpenDNS on file /var/unbound/forward.conf
3. I specified the local DNS server address in the /etc/resolv.conf file to the local address of the Unbound server.
4. But unfortunately it does not ping
It does not ping after reboot either.
1. I added
local_unbound_enable="YES"
to the file /etc/rc.conf and turned it on.2. I specified the DNS server address as OpenDNS on file /var/unbound/forward.conf
Code:
# This file was generated by local-unbound-setup.
# Modifications will be overwritten.
forward-zone:
name: .
forward-addr: 208.67.222.222
forward-addr: 208.67.220.220
3. I specified the local DNS server address in the /etc/resolv.conf file to the local address of the Unbound server.
Code:
nameserver 127.0.0.1
options edns0
4. But unfortunately it does not ping
Code:
# ping google.com
ping: Unknown host
It does not ping after reboot either.