On 10/8/06, Justin Franks <[EMAIL PROTECTED]> wrote:
Have been using PF for over two years and recently ran into "problem" which I am sure is something I am overlooking. So I need some direction. Here it is: I recently enabled BIND9 on FreeBSD 6.1. I have PF running too (PF config below). If I ping yahoo.com nothing happens. However, if I comment out the PF rule "block in all" then suddenly I can ping yahoo.com. Why will my server not resolve names (like yahoo.com) if the "block in all" statement exists? Why does that statement mess it up? What am I missing? Please help because I am totally frustrated.
add 'set skip on lo' before scrub, so you can pass traffic on the loopback interface (which many things use). Also, might want to space out your pf.conf a little differently so it has some distinct sections. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-pf To unsubscribe, send any mail to "[EMAIL PROTECTED]"
