From owner-freebsd-arm@FreeBSD.ORG Wed Oct 1 02:58:25 2014 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1881B6A for ; Wed, 1 Oct 2014 02:58:25 +0000 (UTC) Received: from mail-pa0-x22d.google.com (mail-pa0-x22d.google.com [IPv6:2607:f8b0:400e:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E2368BB3 for ; Wed, 1 Oct 2014 02:58:24 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id rd3so299562pab.4 for ; Tue, 30 Sep 2014 19:58:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=wQ/fA31JOUdVgAyXVE10jG8sfpCTzMsWivNBZnzPp4Y=; b=jj7tC1IcVz7N0LoY9wsbZPgeR5a9f6zEy3IQ4P0ubQVkCJsL9BJB6AyrokLP1yq2Ep jnQNezqRRnM+92lfGAZOMwqzT583MajmQ/2lcI0pdf353wiKaUveIYM6H+qg5Qo0uPoN WCz/taDbj/PYMQPkNCRVedMEsDEVmT/zN7RVh9sEL++JH31hsACV7/b+uz9dMjp396d5 YsWl7VikcEBpPRYtKp7zeacxnxv63WdyygOWF96HF3VuteFJk6fF3nimPdZ/ad9+HBKs 8INoOJaoftInGr8EPErTWB9ARcJDMbS8XYszJh0JIRATvOkhl659FYux/nD9KnU69Ym1 M/bQ== X-Received: by 10.66.150.5 with SMTP id ue5mr72850824pab.129.1412132304449; Tue, 30 Sep 2014 19:58:24 -0700 (PDT) Received: from [172.16.1.21] (123-100-93-24.dynamic.dsl.netguardian.co.nz. [123.100.93.24]) by mx.google.com with ESMTPSA id uf6sm16524782pac.16.2014.09.30.19.58.21 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 30 Sep 2014 19:58:23 -0700 (PDT) From: Stephen Woolerton Subject: Forwarding traffic on Pi - no longer works Message-Id: <8B684D61-641A-4D47-B37B-8C2699BCA0C9@gmail.com> Date: Wed, 1 Oct 2014 15:58:16 +1300 To: freebsd-arm@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) X-Mailer: Apple Mail (2.1878.6) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2014 02:58:25 -0000 Hi everyone, Just wondering if anyone else is having an issue with nat and network = forwarding, on FreeBSD 10.x releases since June.=20 Here is the configuration - home network on the built-in NIC, "ue0" - Internet router attached to an Apple USB adaptor, "ue1" - rc.conf has gateway_enable=3D"YES" - pf.conf pretty much just has a NAT rule pf.conf -------------- int_if=3D"ue0" ext_if=3D"ue1" localnet =3D $int_if:network nat on $ext_if from $localnet to any -> ($ext_if) pass in all pass out all ------------------------- I've tried a number of releases since early June, including 10.1 beta3, = but they all fail to forward packets using the configuration above. As a = check I also set up a fresh image based on my June snapshot, with just = the settings above and forwarding worked. Both adaptors are working fine on the Pi itself.=20 Thanks Stephen