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
10 hours 1 min ago
15 hours 14 sec ago
16 hours 26 min ago
17 hours 19 min ago
19 hours 2 min ago
23 hours 26 min ago
1 day 18 min ago
1 day 2 hours ago
1 day 15 hours ago
1 day 17 hours ago