From owner-freebsd-pf@freebsd.org Mon Dec 14 20:19:25 2015 Return-Path: Delivered-To: freebsd-pf@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EE80A47E98 for ; Mon, 14 Dec 2015 20:19:25 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.codepro.be", Issuer "Gandi Standard SSL CA 2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C0091E32 for ; Mon, 14 Dec 2015 20:19:25 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from [IPv6:2a02:1811:2419:4e02:7d76:2d8c:786b:90da] (unknown [IPv6:2a02:1811:2419:4e02:7d76:2d8c:786b:90da]) by venus.codepro.be (Postfix) with ESMTPSA id 5491E8489; Mon, 14 Dec 2015 21:19:21 +0100 (CET) Subject: Re: Unable to upload to S3 when pf is activated Mime-Version: 1.0 (Mac OS X Mail 9.2 \(3112\)) Content-Type: text/plain; charset=utf-8 From: Kristof Provost X-Checked-By-Nsa: Probably In-Reply-To: Date: Mon, 14 Dec 2015 21:19:19 +0100 Cc: "freebsd-pf@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <8F94731D-E0B3-4B94-83B8-1928ECBC20B8@FreeBSD.org> References: To: murdoch.john@moumantai.de X-Mailer: Apple Mail (2.3112) X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Dec 2015 20:19:25 -0000 > On 14 Dec 2015, at 21:04, murdoch.john@moumantai.de wrote: > this might sound as a strange question, but when I activate the PF > firewall using a minimal rule set (see below), uploading files to > AWS S3 becomes impossible. ... > I am lost. Anyone any ideas. Am I right in assuming that the FreeBSD machine is also running on = Amazon? There=E2=80=99s a know problem with pf and TSO which manifests (among = other places) in EC2 instances. It=E2=80=99s actually been fixed in stable/10, so the 10.3 release will = have the fix. In 10.2 you can work around the problem by disabling TSO (ifconfig foo0 = -tso should do the trick). See PR 154428, 193579, 198868 for more information. Regards, Kristof=