In pfSense 2.0 RC1 you can't run tinydns and the DNS forwarder
(dnsmasq) at the same time. The suggest configuration seems to be run
tinydns listening on 127.0.0.1:53 and create a NAT rule to forward DNS
requests on the external interface to 127.0.0.1:53 and configure
dnsmasq to override a specific domain and send the requests to
127.0.0.1.

I found a similar problem at http://forum.pfsense.org/index.php?topic=25897.0

The trouble is that that solution didn't work for me. Specifying
--except-interface=lo0 didn't work.

 What I ended up doing is adding
'--listen-address={$config['interfaces']['lan']['ipaddr']}' to line
697 of /etc/inc/services.inc.

Perhaps the "right" solution is to have a knob for where dnsmask
should listen? 


---------------------------------------------------------------------
To unsubscribe, e-mail: support-unsubscr...@pfsense.com
For additional commands, e-mail: support-h...@pfsense.com

Commercial support available - https://portal.pfsense.org

Reply via email to