<div dir="ltr">Hi there,<div><br></div><div>I have successfully setup a pdns instance using the geoip backend and a copy of the legacy GeoIP database (from <a href="https://dev.maxmind.com/geoip/legacy/install/country/">https://dev.maxmind.com/geoip/legacy/install/country/</a>). Throughout the MaxMind website, I read that this database is end of life in favor for GeoIP2 (available at <a href="https://dev.maxmind.com/geoip/geoip2/geolite2/">https://dev.maxmind.com/geoip/geoip2/geolite2/</a>).</div><div><br></div><div>The GeoIP legacy database is in the .DAT format, and the GeoIP2 database is in a MMDB format. Reading the pdns documentation, it is confusing whether MMDB is nativity supported or if I have to do something to the database file to make it work.</div><div><br></div><div>My pdns.conf file contains the following parameters when using the GeoIP legacy database:</div><div><font face="monospace, monospace"><br></font></div><div><div><font face="monospace, monospace">launch=geoip</font></div><div><font face="monospace, monospace">geoip-database-files=/etc/pdns/GeoIP.dat</font></div><div><font face="monospace, monospace">geoip-zones-file=/etc/pdns/geo.yml</font></div></div><div><br></div><div>That works fine. But when I change the <b>geoip-database-files</b> parameter to use the MMDB file, it does not work (geo requests are timing out - standard records work fine though).</div><div><br></div><div><div><font face="monospace, monospace">launch=geoip</font></div><div><font face="monospace, monospace">geoip-database-files=/etc/pdns/GeoLite2-City.mmdb<br></font></div><div><font face="monospace, monospace">geoip-zones-file=/etc/pdns/geo.yml</font></div></div><div><br></div><div>Has anyone got an example or suggestions on how I can use the GeoIP2 databases with the pdns-geoip backend?</div><div><br></div><div>System: CentOS 7 + pdns 4.1.3</div><div><br></div><div>Thanks,</div><div>Chris.</div></div>