Hello,

I'd like to know what is the best way to separate private network IP
DNS entries from public ones with powerdns? Currently we have one
single zone "foo.com" in which all entries are together and there are
entries like:


host1   IN    A     161.53.232.3 (public ip)

and

host1.priv   IN   A   10.129.0.1 (private ip)


And that's bad because anybody can query host1.priv.foo.com from
outside. Is there a way to tell powerdns not to resove private IPs
from outside private networks or could you do that by zone, so that I
make priv.foo.com zone and then restrict access to that zone? Or is
the only way to run a sepparate DNS server?


Thanks,

Hrvoje
_______________________________________________
Pdns-users mailing list
[email protected]
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to