<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[solved] pfsense 2.2.4 cant get DNS Resolver to work]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">my system:<br />
pfsense 2.2.4 i386 embedded / Nanobsd + Serial Output , upgraded from 2.1x to 2.2.4 ..</p>
<p dir="auto">while i am trying to get the DNS Resolver to work i fail,</p>
<p dir="auto"><strong>System-&gt;Generel Setup:</strong><br />
DNS servers: blank<br />
Allow DNS server list to be overridden by DHCP/PPP on WAN [unchecked]</p>
<p dir="auto"><strong>Services-&gt;DNS Forwarder:</strong><br />
DNS Forwarder [unckeded] "disabled*</p>
<p dir="auto"><strong>Services-&gt;DNS Resolver:</strong><br />
Enable DNS Resolver [checked]<br />
Listen Port [53]<br />
Network Interfaces [ALL]<br />
Outgoing Network Interfaces [ALL]<br />
DNSSEC [checked]<br />
DNS Query Forwarding [checked]<br />
DHCP Registration [checked]<br />
Static DHCP [unckecked]<br />
TXT Comment Support [unchecked]<br />
Advanced [blank]</p>
<p dir="auto"><strong>Advanced Settings–&gt;</strong><br />
Hide Identity [checked]<br />
Hide Version [checked]<br />
Prefetch Support [checked]<br />
Prefetch DNS Key Support [checked]<br />
Harden DNSSEC data [checked]</p>
<p dir="auto">all the other options of this page are "Default Settings"</p>
<p dir="auto">and is it normal that the command "dig" is not found and also i tried as written into the docs "unbound-control", the following error i got if i try to lookup</p>
<pre><code>unbound-control lookup google.com
 error: Could not open /usr/local/etc/unbound/unbound.conf: No such file or directory
fatal error: could not read config file
</code></pre>
<p dir="auto">but unbound as service is running.</p>
<p dir="auto">thanks</p>
]]></description><link>https://forum.netgate.com/topic/88583/solved-pfsense-2-2-4-cant-get-dns-resolver-to-work</link><generator>RSS for Node</generator><lastBuildDate>Thu, 12 Mar 2026 01:11:15 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/88583.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 02 Sep 2015 11:07:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [solved] pfsense 2.2.4 cant get DNS Resolver to work on Wed, 02 Sep 2015 14:09:07 GMT]]></title><description><![CDATA[<p dir="auto">woo thats it…, turning off (unchecked) the "Enable Forwarding Mode" did the trick.</p>
<p dir="auto">thank you very much.</p>
<p dir="auto">thanks</p>
]]></description><link>https://forum.netgate.com/post/568257</link><guid isPermaLink="true">https://forum.netgate.com/post/568257</guid><dc:creator><![CDATA[ren22]]></dc:creator><pubDate>Wed, 02 Sep 2015 14:09:07 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] pfsense 2.2.4 cant get DNS Resolver to work on Wed, 02 Sep 2015 13:41:16 GMT]]></title><description><![CDATA[<p dir="auto">did you turn off FORWARDER mode??  That you had checked?</p>
<p dir="auto">Clearly from that command it says "forwarding request:"</p>
]]></description><link>https://forum.netgate.com/post/568248</link><guid isPermaLink="true">https://forum.netgate.com/post/568248</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 02 Sep 2015 13:41:16 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] pfsense 2.2.4 cant get DNS Resolver to work on Wed, 02 Sep 2015 12:30:54 GMT]]></title><description><![CDATA[<p dir="auto">thanks for the quick reply</p>
<p dir="auto">i am sure my ISP(pppoe Vodafone ADSL) doenst hijack the DSN request, i tried to set 8.8.8.8 in the Generel Setup and was using the unbound-control command:<br />
i set the outgoing interface to WAN</p>
<pre><code>unbound-control -c /var/unbound/unbound.conf lookup google.com
The following name servers are used for lookup of google.com.
forwarding request:
Delegation with 0 names, of which 0 can be examined to query further addresses.
It provides 2 IP addresses.
127.0.0.1       	not in infra cache.
8.8.8.8         	rto 65 msec, ttl 873, ping 25 var 10 rtt 65, tA 0, tAAAA 0, tother 0, EDNS 0 probed.
</code></pre>
<p dir="auto">but if i remove the 8.8.8.8 DNS Server and set the outgoing interface to WAN for the DNS Resolver i get this :</p>
<pre><code>unbound-control -c /var/unbound/unbound.conf lookup google.com
The following name servers are used for lookup of google.com.
forwarding request:
Delegation with 0 names, of which 0 can be examined to query further addresses.
It provides 1 IP addresses.
127.0.0.1       	not in infra cache.
</code></pre>
<p dir="auto">i dont know what is wrong … pls help me to get (unbound) DNS Resolver to work</p>
<p dir="auto">thanks</p>
]]></description><link>https://forum.netgate.com/post/568232</link><guid isPermaLink="true">https://forum.netgate.com/post/568232</guid><dc:creator><![CDATA[ren22]]></dc:creator><pubDate>Wed, 02 Sep 2015 12:30:54 GMT</pubDate></item><item><title><![CDATA[Reply to [solved] pfsense 2.2.4 cant get DNS Resolver to work on Wed, 02 Sep 2015 11:55:33 GMT]]></title><description><![CDATA[<p dir="auto">Why would you have ALL selected as your outgoing network interface??  All you have is wan ports and they are all able to get to the internet via some gateway???</p>
<p dir="auto">You sure your isp allows you to query other dns?  Some isp hijack dns or do not allow you to do direct queries.</p>
<p dir="auto">I would for starters do a simple test to dns from pfsense.  No dig is not included but drill is.</p>
<p dir="auto">As to that with unbound-control - well that is not where the conf file is on pfsense so you need to use -c and point to where it is</p>
<p dir="auto">[2.2.4-RELEASE][root@pfSense.local.lan]/: unbound-control -c /var/unbound/unbound.conf lookup google.com<br />
The following name servers are used for lookup of google.com.<br />
;rrset 8064 4 0 2 0<br />
google.com.    94464  IN      NS      ns2.google.com.<br />
google.com.    94464  IN      NS      ns1.google.com.<br />
google.com.    94464  IN      NS      ns3.google.com.<br />
google.com.    94464  IN      NS      ns4.google.com.<br />
;rrset 8064 1 0 1 0<br />
ns4.google.com. 94464  IN      A      216.239.38.10<br />
;rrset 8064 1 0 1 0<br />
ns3.google.com. 94464  IN      A      216.239.36.10<br />
;rrset 8064 1 0 1 0<br />
ns1.google.com. 94464  IN      A      216.239.32.10<br />
;rrset 8064 1 0 1 0<br />
ns2.google.com. 94464  IN      A      216.239.34.10<br />
Delegation with 4 names, of which 4 can be examined to query further addresses.<br />
It provides 4 IP addresses.<br />
216.239.34.10          rto 122 msec, ttl 262, ping 30 var 23 rtt 122, tA 0, tAAAA 0, tother 0, EDNS 0 probed.<br />
216.239.32.10          rto 127 msec, ttl 262, ping 19 var 27 rtt 127, tA 0, tAAAA 0, tother 0, EDNS 0 probed.<br />
216.239.36.10          rto 200 msec, ttl 543, ping 28 var 43 rtt 200, tA 0, tAAAA 0, tother 0, EDNS 0 probed.<br />
216.239.38.10          rto 311 msec, ttl 884, ping 3 var 77 rtt 311, tA 0, tAAAA 0, tother 0, EDNS 0 probed.</p>
<p dir="auto">If your wanting to use the resolver why would you have it set to forwarding mode?</p>
<p dir="auto">"DNS Query Forwarding [checked]"</p>
<p dir="auto">But then you have nothing for it to forward too?</p>
]]></description><link>https://forum.netgate.com/post/568226</link><guid isPermaLink="true">https://forum.netgate.com/post/568226</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Wed, 02 Sep 2015 11:55:33 GMT</pubDate></item></channel></rss>