Date: Thu, 11 Sep 2014 17:16:07 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 193568] New: PF rdr rule with ipv6 does not work Message-ID: <bug-193568-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: daniel@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193568-8>
