Hello,
We are running three DNS-Only servers that are used as nameservers (ns1/ns2/ns3.domain.com). Our web servers are all connected using DNS Cluster, to each nameserver.
For maximum security, we want to use the Host Access Control to disallow all ssh access to the server except our own IPs. (We want to create a rule like this:
In other words.. how exactly are DNS updates "sent" from the web servers to the DNS-Only nameservers? Is it using ssh? Or http? or https? Or something else?
Thanks.
We are running three DNS-Only servers that are used as nameservers (ns1/ns2/ns3.domain.com). Our web servers are all connected using DNS Cluster, to each nameserver.
For maximum security, we want to use the Host Access Control to disallow all ssh access to the server except our own IPs. (We want to create a rule like this:
Will this setup cause any problems with the webservers and nameservers trying to connect to each other to make DNS updates?ssh 1.2.3.4 allow # Our IP address
sshd ALL deny
In other words.. how exactly are DNS updates "sent" from the web servers to the DNS-Only nameservers? Is it using ssh? Or http? or https? Or something else?
Thanks.