Change reverse ip ptr record with pdnsutil
For Powerdns 4.7 You need to change reverse ip record for 192.168.1.11,So login to powerdns server via ssh an type; pdnsutil replace-rrset 1.168.192.in-addr.arpa 11 PTR 3600 “rdns.abc.com” System should now answer like this. Current records for 11.1.168.192.in-addr.arpa IN PTR will be replaced New rrset: 11.1.168.192.in-addr.arpa. 3600 IN PTR rdns.abc.com Also you can check […]

Linux Support Here