pfSense DNS Forwarding issue

Caporegime
Joined
18 Oct 2002
Posts
25,287
Location
Lake District
I've posted about this on the pfSense forum but thought I might as well try here.

Currently having problems with a multi-wan environment and DNS name resolution.

The lookups are being performed on the DNS Lookup under Diagnostics on the WebGUI.

The pfsense server is 10.233.105.10/26

The interface I have to use for the dns query is 10.232.100.63/25

There is a static route for 10.232.0.0/16 routed over the gateway 10.232.100.1

On the pfsense server, if I put the DNS server as 10.232.100.27 it resolves fine, if I try 10.232.3.131, it doesn't return a result.

If I dig the host on the pfsense machine, it resolves fine on each DNS server, if I capture packets, the packet is still received with a valid answer.

Code:
10.232.100.63.33090 > 10.232.3.131.53: [udp sum ok] 36518+ A? portal.cpn.vwg. (32)
10.232.3.131.53 > 10.232.100.63.33090: [udp sum ok] 36518 q: A? portal.cpn.vwg. 1/0/0 portal.cpn.vwg. A 10.112.198.242 (48)

Why is pfsense choosing to ignore the result? I've tried bind and unbound packages in case it is an issue with the default forwarder but I get the same problem.

Is this a problem of overlapping netblocks? If so, is there a solution?
 
Last edited:
If no-one on pfsense forum is answering then you might struggle here, I'm sure people know about it but it's very specific.

Try an irc channel, try #pfsense or if that's quiet I would say #openbsd on freenode but you might want to hide that fact you're using pfsense and just talk about it as a pf issue...they get pernickery about things.

Or the mailing list as there's lots of detail in your post.
 
Back
Top Bottom