LWN.net Logo

LCE: Challenges for Linux networking

LCE: Challenges for Linux networking

Posted Nov 8, 2012 12:38 UTC (Thu) by erwbgy (subscriber, #4104)
In reply to: LCE: Challenges for Linux networking by Fowl
Parent article: LCE: Challenges for Linux networking

The PowerDNS recursive resolver has similar functionality. For example I have:

$ cat /etc/pdns-recursor/recursor.conf
setuid=pdns-recursor
setgid=pdns-recursor
local-address=127.0.0.1
dont-query=127.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12, ::1/128
forward-zones-file=/etc/pdns-recursor/forward_zones
$ cat /etc/pdns-recursor/forward_zones
local=10.7.96.21
10.in-addr.arpa=10.7.96.21
$ cat /etc/resolv.conf
nameserver 127.0.0.1
search local
for my '.local' domain managed using the pdns puppet module.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds