F12 Bind and Dnssec

Wolfgang S. Rupprecht wolfgang.rupprecht at gmail.com
Tue Nov 24 12:54:30 UTC 2009


Ed Gurski <ed at gurski.com> writes:
> forwarders {
> // OpenDNS
> 208.67.222.222;
> 208.67.220.220;
> dnssec-enable yes;
> dnssec-validation yes;
> dnssec-lookaside . trust-anchor dlv.isc.org.;
> };
>
> };

Try:

...
forwarders {
    // OpenDNS
    208.67.222.222;
    208.67.220.220;
  };
  dnssec-enable yes;
  dnssec-validation yes;
  dnssec-lookaside . trust-anchor dlv.isc.org.;
};

You had the dnssec-* stuff inside your forwarders list by mistake.

-wolfgang
-- 
Wolfgang S. Rupprecht
If the airwaves belong to the public why does the public only get 3
non-overlapping WIFI channels?




More information about the fedora-list mailing list