<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#3333ff">
<big><big><font size="-1"><big><big><font face="Courier New">Hello, <br>
<br>
Anyone succeeded installing PowerDNS + Geo-Backend?<br>
<br>
I'm migrating from Bind to PowerDNS but I need to get Geo working...<br>
<br>
I'm using "launch=bind,geo" at pdns.conf, starts OK:<br>
<br>
...<br>
Nov 26 06:04:39 Set effective group id to 103<br>
Nov 26 06:04:39 Set effective user id to 100<br>
Nov 26 06:04:39 Creating backend connection for TCP<br>
Nov 26 06:04:39 [bindbackend] Parsing 2 domain(s), will report when done<br>
Nov 26 06:04:39 [bindbackend] Warning! Skipping 'hint' zone '.'<br>
% Nov 26 06:04:39 [bindbackend] Done parsing domains, 0 rejected, 1
new, 0 removed<br>
Nov 26 06:04:39 [geobackend] Parsing IP map zonefile<br>
Nov 26 06:04:40 [geobackend] Finished parsing IP map zonefile: added
65494 prefixes, stored in 163454 nodes using 1961448 bytes of memory<br>
Nov 26 06:04:40 [geobackend] Parsing director map
/usr/local/etc/geo-maps<br>
Nov 26 06:04:40 [geobackend] Finished parsing 1 director map files, 0
failures<br>
Nov 26 06:04:40 About to create 3 backend threads for UDP<br>
Nov 26 06:04:40 Done launching threads, ready to distribute questions<br>
....<br>
<br>
but geo is not working for me (nslookup):<br>
> www1.test.com<br>
Server:         xxx.xxx.xxx.44<br>
Address:        xxx.xxx.xxx.44#53<br>
<br>
www1.test.com   canonical name = geo.test.com.<br>
<br>
and the bind zone:<br>
<br>
$ORIGIN .<br>
$TTL 10800      ; 3 hours<br>
test.com.       IN      SOA     ns.test.com. admin.test.com. (<br>
                       2008020400   ; Serial<br>
                       10800           ; Refresh after 3 hours<br>
                       3600            ; Retry after 1 hour<br>
                       604800          ; Expire after 1 week<br>
                       86400 )         ; Minimum TTL of 1 day<br>
test.com.       IN      NS      ns.test.com.<br>
<br>
test.com.               IN      MX      1       mx.test.com.<br>
test.com.               IN      MX      5       mx2.test.com.<br>
<br>
<a class="moz-txt-link-abbreviated" href="http://www.test.com">www.test.com</a>.           IN      A       192.168.100.5<br>
ns.test.com.           IN      A       192.168.100.10<br>
mx.test.com.          IN      A       192.168.100.20<br>
mx2.test.com.         IN      A       192.168.100.21<br>
mail.test.com.          IN      CNAME   mx.test.com.<br>
<br>
www1.test.com.          IN      CNAME   geo.test.com.<br>
pdns.test.com.          IN      A       xxx.xxx.xxx.44<br>
geo.test.com.           IN      NS      pdns.test.com.<br>
<br>
sa.iso.test.com.                        IN A 192.168.100.40<br>
sa.iso.test.com.                        IN A 192.168.100.41<br>
<br>
eu.iso.test.com.                        IN A 192.168.100.50<br>
eu.iso.test.com.                        IN A 192.168.100.51<br>
<br>
Anyone can help? is there any good how-to about this?<br>
<br>
Thanks in advance<br>
Francisco<br>
</font></big></big></font></big></big>
</body>
</html>