Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Oct 2014 21:01:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-arm@FreeBSD.org
Subject:   [Bug 194101] New: Packet forwarding not working with nat
Message-ID:  <bug-194101-7@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194101

            Bug ID: 194101
           Summary: Packet forwarding not working with nat
           Product: Base System
           Version: 10.1-BETA3
          Hardware: arm
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: arm
          Assignee: freebsd-arm@FreeBSD.org
          Reporter: direct727@gmail.com

My Pi running FreeBSD 10.1 BETA3 will not forward packets. The Pi is configured
with a nat rule in PF. Fowarding was working on all builds prior to 7 June, and
sometime after this, nat has stopped working.
 - primary network on the built-in NIC, "ue0"
 - Internet router attached to USB network adaptor, "ue1"
 - rc.conf has gateway_enable="YES"
 - pf.conf pretty much just has a NAT rule

pf.conf --------------
int_if="ue0"
ext_if="ue1"
localnet = $int_if:network
nat on $ext_if from $localnet to any -> ($ext_if)
pass in all
pass out all

Have tried multiple releases from early August onwards - all have this fault.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194101-7>