Date: Tue, 18 Oct 2005 10:14:24 -1100 From: "Stec John" <stecjohn2005@mail.ws> To: <freebsd-questions@freebsd.org> Subject: ipfw2 - too many dynamic rules Message-ID: <00ca01c5d428$ec7b6fa0$df010a0a@csl.ws>
next in thread | raw e-mail | index | archive | help
I need some help with ipfw2 on my squid box I have too many dynamic rules errors for dns Can I insert a dns static rule into my rules (as below) and how? allow ip from any to any via lo0 allow ip from any to any via lo1 deny ip from any to 127.0.0.0/8 deny ip from 127.0.0.0/8 to any check-state allow ip from me to any keep-state divert 8668 tcp from 202.4.48.0/22 to any dst-port 80 fwd 127.0.0.1,3128 tcp from 202.4.48.0/22 to any dst-port 80 allow ip from any to any deny ip from any to any
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00ca01c5d428$ec7b6fa0$df010a0a>