Date: Sun, 29 May 2005 11:27:26 -0700 From: Scott Stevenson <scott@maxify.com> To: freebsd-questions@freebsd.org Subject: Clients receive only first 4k (issue with pf.conf) Message-ID: <B49A5447-E955-4A25-8D7D-8F272985FCB7@maxify.com>
next in thread | raw e-mail | index | archive | help
I originally asked about this back in February: <http://www.monkey.org/freebsd/archive/freebsd-questions/200502/ msg03071.html> Then just posted again recently with more details: <http://monkey.org/freebsd/archive/freebsd-questions/200505/ msg00846.html> I *finally* figured out that pf was responsible. Specifically, this line: out on $ext_if proto { tcp, udp } all keep state Everything's fine if I change it to this: out on $ext_if proto { tcp, udp } all The stock version of pf.conf has the "keep state" version, though it's commented out by default. Is this a bug in pf, or is it normal behavior? Is it reasonable to use the version without the "keep state" qualifier? Thanks, - Scott
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B49A5447-E955-4A25-8D7D-8F272985FCB7>