Date: Mon, 8 Dec 2008 17:17:59 -0300 From: "Fernando Tonus" <fernandotonus@gmail.com> To: doc@freebsd.org Subject: Handbook - Section IPFW Message-ID: <be0c2c4f0812081217t30ee0123gc4eceb0d695f74f1@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
I found an error in the last script called "Example Ruleset #2". The error is in the rule number 020. Wrong: $cmd 020 $skip *tcp* from any to x.x.x.x 53 out via $pif setup keep-state Right: $cmd 020 $skip *udp* from any to x.x.x.x 53 out via $pif setup keep-state Thanks. Regards, Fernando Tonus.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?be0c2c4f0812081217t30ee0123gc4eceb0d695f74f1>