i need to know where i put these 2 lines and weather the second one
dnssec-keygen goes into the /etc/bind/named.conf.options on both master and slave or just the slave
and if i need any special characters or do i just include it into the file as is cause i noticed that when i do this and run a named-checkconf i get two error on those 2 lines
For both master AND slave edit /etc/bind/named.conf.options and add:
dnssec-enable yes;
Now we need a secure key. This will generate a .private and a .key file. The 'key=' line in the .private file represents the hashkey.
dnssec-keygen -a hmac-md5 -b 128 -n host linux.lan
Recent comments
7 hours 30 min ago
8 hours 30 min ago
12 hours 17 min ago
13 hours 31 min ago
17 hours 7 min ago
1 day 22 min ago
1 day 9 hours ago
1 day 10 hours ago
2 days 1 hour ago
2 days 4 hours ago