Hi Amir, On Sun, 24 Jul 2016 13:06:46 +0000 (UTC) amir helforush <[email protected]> wrote:
> َAbout this issue , i have two questions : > 1- how can i insert zone records through a user friendly interface or a > suitable script CLI ?(e.g. poweradmin NOT support MS-SQL backend). There are no UIs with MS SQL support that I know of. However, you should use the API along with an API-based UI: https://github.com/PowerDNS/pdns/wiki/WebFrontends > 2- I can not transfer zone records from my microsoft dns server to the > powerdns . I have read all of the articles in this issue but But I did not > succeed . > You can see pdns.conf at the following : > daemon=yes > #guardian=yes > launch=godbc > godbc-datasource=mssql > godbc-username=amir > godbc-password=SalamAmir11 > setgid=pdns > setuid=pdns > > disable-axfr=yes > allow-axfr-ips=185.44.36.36/24 > #master=no > #slave=yes > #slave-cycle-interval=60 > ########## rsyslog logging > logging-facility=1 > loglevel=7 You should remove the `#` in front of slave (so PowerDNS will actually AXFR the zones in). After that, add the zones from the MS DNS in the domains table with type 'SLAVE' and the master field set to the MS DNS IP Address. When your zones are transferred, you can e.g. change the zone type in the database and disable slave support again (should this be required). Best regards, Pieter -- Pieter Lexis PowerDNS.COM BV -- https://www.powerdns.com _______________________________________________ Pdns-users mailing list [email protected] https://mailman.powerdns.com/mailman/listinfo/pdns-users
