[DNS] Reverse zone association breaks when there are several A record for the same domain.
[DNS] Reverse zone association breaks when there are several A record for the same domain.
Hi, there is another bug about reverse records. In my situation I have one machine which is for router/dhcp purposes (linux box). On that machine FQDN is master.emisia.lan (hostname master) and I have several VLANs for 172.16.0.0/16 subnet and authorative DHCP for each VLAN: VLAN1 172.16.1.1/24 VLAN2 172.16.2.1/24 ..... ..... VLAN100 172.16.100.1/24
Now you can see in attached screenshot report from DNS tab for that machine. If I want to add PTR record for hostname master A 172.16.1.1 and master A 172.16.0.1 and master A 172.16.2.1 ........ master A 172.16.100.1 after click on Apply there will be ONLY ONE (last modified in this list) PTR record for host master
But if I set PTR for master A 172.16.0.1 and wiki A 172.16.0.1 that will work.
According to RFC I should be able to have same hostname with different IP address.
Thanks, Aleksandar
(from redmine: issue id 4635, created on 2016-03-22, closed on 2016-03-23)
- Changesets:
- Revision 477162cb by Côme Chilliet on 2016-03-22T12:17:56.000Z:
Fixes #4635 Fixed reverse records for several A records with same name or IP
- Revision 60ca5f9e by Côme Chilliet on 2016-03-22T12:19:07.000Z:
Fixes #4635 Fixed reverse records for several A records with same name or IP