I'm having issue with DNS replication using "named". Basically, I configured "named" as slave DNS (IP: 192.168.1.3) to retrieve the zones from a master DNS (IP: 192.168.1.2). cfs is installed on the slave DNS (IP: 192.168.1.3).
When I execute "named", the log indicates that the IP 192.168.1.2#53 is unreachable. If I stop csf on the slave DNS, then it replicates fine.
I tried adding the following in csf.allow but it doesn't seems to help.
Code: Select all
192.168.1.0/24
udp|out|d=1024_65535|d=192.168.1.2
udp|out|d=1024_65535|d=192.168.1.3
Any help would be greatly appreciated.