named error sending response: permision denied

Chuck Swiger cswiger at mac.com
Fri May 20 13:50:37 GMT 2005


Stephane Raimbault wrote:
> Does anyone have any further thoughts on this, or could maybe point  me 
> in a direction that could help me solve the problem?

Take a look at "ipfw -a l", and see which rules are being matched.  The output 
from that command is critical for understanding what the firewall is actually 
doing, and should help you figure out what is going on. [1]

Do these make your DNS work better:

ipfw add 1 pass udp from any to any 53
ipfw add pass udp from any 53 to any

...?

These rules are too open, and should just be used for testing, but you can see 
if the problem is with the firewall rules you have now, and adjust things from 
there.

-- 
-Chuck

[1]: It would also help *us* figure out what the issue is.  If you still need 
help after this, providing more info would be useful.



More information about the freebsd-ipfw mailing list