Is it possible to do In-line Signing for local root zone

2020-04-12 Thread Mundile
I have local (private) root domain domainX.example and subdomains : subdomainY.domainX.example and subdomainZ.domainX.example. I can do chain of trust if all zones are In-line signed zone "domainX.example" { type master; file "named.domainX.example"; key-directory "/var/na

Using TSIG Keys Between Linux OS and Windows OS

2019-11-24 Thread Mundile
How do I accomplish zone transfers (Master and Slave) between Master Linux Nameserver and Slave Windows 2016 Nameserver using TSIG Keys Sent from Mail for Windows 10 ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe fro

Using different OS for Master and Slaves

2019-11-12 Thread Mundile
Is it good idea and possible to create Master and Slaves nameservers using different OSes. For example , Master OS =Centos 7 and Slaves Os=Ubuntu 18 or Windows 2016 Sent from Mail for Windows 10 ___ Please visit https://lists.isc.org/mailman/listinfo/

Server Keys

2019-11-11 Thread Mundile
How do include a list of keys in BIND9 server clause: server ip-addr { [ keys "key-name"; ["key-name"; ... ; ] ;} For example, I have tried the following but it is giving errors server 162.0.4.49 { keys { tsig.example.org1 ; tsig.example.org2; tsig.example.org3 }; }; Sent from Mail for Windows