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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"