Search results for query: unbound SERVFAIL

  1. mayers

    Local Unbound Not Found

    local_unbound suddenly stopped working SERVFAIL then I restarted only using tsl and now it's not working again here are the configs # This file was generated by local-unbound-setup. # Modifications will be overwritten. server: use-syslog: yes verbosity: 3 interface...
  2. cy@

    Local network with dns problem

    Try dig @127.0.0.1 google.com or dig @localhost -4 google.com. Your name server is not listening on IPv6.
  3. Y

    Local network with dns problem

    I have a strange local network configuration to deal with. Connection is NATed in 172.16 segment, many useful ports are closed (no NTP service, for example). And DNS are only those from two addresses given in that segment by DHCP something like 172.16.1.254, no access to external DNS servers...
  4. Alexander88207

    Solved [local_unbound] Cant resolve some specific sites

    This have worked for me :) https://forums.FreeBSD.org/threads/local-unbound-dns-cache-returns-servfail-for-my-own-domain.82245/post-534253
  5. D-FENS

    Solved Local unbound DNS cache returns SERVFAIL for my own domain

    I have a couple of jails in a bridged network: ns0.test.domain (10.0.48.10): authoritative DNS server with dns/nsd ns1.test.domain (10.0.48.11): DNS cache with dns/unbound, in which ns0 is responsible for the zone "test.domain." and the rest is forwarded to the outside Internet DNS servers...
  6. D

    Solved Howto: unbound+TLS with full logging via syslog (unbound in chroot)

    The actual point of the whole exercise was to config a TLS lookup with unbound. My comment stripped unbound config file follows ("hobby" status on a LAN to try it out.) Prerequisites: pkg install ca_root_nss I wish this were more obvious and think the tls-cert-bundle should be...
  7. T

    Is anybody else seeing issues with the ports unbound locking up on 12.2-RELEASE-p2?

    I've been running dns/unbound for quite a while (at least a couple of years) on multiple machines - for starters, both my mail server and my firewall box use it as caching dns server. Both use the same configuration, and have done so for months without any issues, if not longer. Over the last...
  8. PMc

    unbound not working

    I have a system with some kind of default installation, using local_unbound. /etc/resolv.conf points to 127.0.0.1, and there is some config in /var/unbound, which contains the nameservers. If I put these nameservers into /etc/resolv.conf, things work correctly. Otherwise I occasionally see...
  9. nulloranje

    local-unbound cannot query LAN resolver

    I'm running a new installation of 12.1-RELEASE and enabled local-unbound. The service works well, except I cannot query machines through the local-unbound to the resolver running elsewhere on my network. Those queries return SERVFAIL. I'm running the configuration as it comes from the...
  10. chrbr

    Solved unbound log file

    Dear fernandel, please find below my working config serving the normal system plus a jail at 10.0.0.x as an example. It configures the version available in ports and as pkg. I have the package installed. server: logfile: "/var/log/unbound.log" auto-trust-anchor-file: "/var/unbound/root.key"...
  11. dave

    No Joy With Unbound

    % cat /etc/resolv.conf # Generated by resolvconf search example.com. sub.example.com. nameserver 192.168.1.1 % sudo service local_unbound start Performing initial setup. Extracting forwarders from /etc/resolv.conf. /var/unbound/forward.conf created /var/unbound/lan-zones.conf created...
  12. patpro

    Solved Unbound fails to resolve some hostnames

    I'm running a FreeBSD 10.1-RELEASE email server that uses unbound (from base system) as caching/forwarding DNS server. /etc/resolv.conf points to 127.0.0.1, and unbound config forwards to DNS servers on my LAN. Config is default. Almost any domain name will properly resolve: # drill...
  13. M

    Solved Problem with Unbound with mac_portacl

    I need to lock binding to all ports for all users. I have running: # uname -a FreeBSD gw.lan 10.1-RELEASE-p6 FreeBSD 10.1-RELEASE-p6 #0: Tue Feb 24 19:00:21 UTC 2015 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 with Unbound daemon. I need to use features which are in...
  14. O

    pf 4.5 issues with NAT on FreeBSD 9.0 i386

    Update: I originally thought the problem was with unbound, but it seems to only have manifested itself there. Original post follows, but I believe the real issue is due to pf. See the second post for info. I'm having a strange problem with unbound 1.4.14 on FreeBSD 9.0-RELEASE for i386...
Back
Top