Search found 2 matches

by programatix
12 Jul 2013, 16:42
Forum: General Discussion (csf)
Topic: DNS replication blocked?
Replies: 2
Views: 2945

Re: DNS replication blocked?

Hi, Thanks for the heads up. It turns out that the following line in csf.redirect is the cause of the issue. #60.1.1.1|53|192.168.1.2|53|tcp #60.1.1.1|53|192.168.1.2|53|udp The 60.1.1.1 (not the real IP) is the external IP. When added, csf generate a FORWARD from * to 192.168.1.2 for port 53. May I ...
by programatix
12 Jul 2013, 15:21
Forum: General Discussion (csf)
Topic: DNS replication blocked?
Replies: 2
Views: 2945

DNS replication blocked?

Hi, 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 indica...