[Bug 194101] New: Packet forwarding not working with nat

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 2 21:01:35 UTC 2014


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 at FreeBSD.org
          Reporter: direct727 at 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.


More information about the freebsd-arm mailing list