Quoting Mark Andrews :
In message <5187c559.6040...@sidn.nl>, "Marco Davids (SIDN)" writes:
On 05/06/13 16:09, Jaap Winius wrote:
>
> This shows two DS records in the parent zone, one not secure and one
> bogus, and three DNSKEY records in the child zone, none of whi
Hi folks,
Setting up DNSSEC for a parent domain is relatively simple. The fiddly
bit is probably where you have to figure out what your KSK is so that
you can give it to your ISP. They can then create a DS record to
verify a DNSKEY record in your domain and so complete the chain of
trust.
Quoting Mark Andrews :
You can just have the internal view transfer from the external view.
key external {
};
view internal {
match-clients { !key external; 127.0.0.1; };
zone xxx {
type slave;
masters { 127.0.0.1 key external;
Hi folks,
Occasionally I set up a slave zone on my DNS so that I don't always
have to wait for updates from the master. However, my named.conf has
separate internal and external views. This file has separate internal
and external entries for the above slave zone, although these share
the
4 matches
Mail list logo