I have 3 ispconfig servers - multiserver environment. I want to have one master DNS server and all other serves would serve the same data, which is replicated from the master. The mysql replication is setup so that only tables dns_rr dns_soa are replicated to other two dbispconfig databases and it works great. Except that the local mydns daemon can not read the two tables because of the server ID. The sql query goes like this:
Code:
SELECT id,origin,ns,mbox,serial,refresh,retry,expire,minimum,ttl,active FROM dns_soa WHERE origin='domain.com.' AND server_id = 3;
but since the tables dns_rr dns_soa have data from server 1, that is the row server_id has value of 1....and the query looks from ID 3 the query is empty.
how to fix this?
Recent comments
8 hours 58 min ago
13 hours 57 min ago
15 hours 23 min ago
16 hours 16 min ago
17 hours 59 min ago
22 hours 23 min ago
23 hours 15 min ago
1 day 1 hour ago
1 day 14 hours ago
1 day 16 hours ago