[Bug 193568] New: PF rdr rule with ipv6 does not work

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Sep 11 17:16:07 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193568

            Bug ID: 193568
           Summary: PF rdr rule with ipv6 does not work
           Product: Base System
           Version: 9.3-RELEASE
          Hardware: amd64
                OS: Any
            Status: Needs Triage
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: daniel at blodan.se

There is something wrong with ipv6 redirects in PF, it doesnt work at all.

This works fine in ipv4:
rdr pass on $fiber inet proto tcp from any to any port 80 -> 127.0.0.1 port
8080

This does not work in ipv6:
rdr pass on $fiber inet6 proto tcp from any to any port 80 -> ::1 port 8080

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


More information about the freebsd-bugs mailing list