Hodžův blog

05 Říj

DNSSEC in BIND & Fast validation

Edit Bind config file
vi /etc/bind/named.conf.options
...
options {
...
dnssec-enable yes;
dnssec-validation auto;
...
};
...


Reload configuration
rndc reload

Test validation
dig sigok.verteiltesysteme.net @127.0.0.1
dig sigfail.verteiltesysteme.net @127.0.0.1

Leave a Reply

Hodžův blog is is proudly powered by Wordpress and the Magellan Theme