-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPv6 policy routing not working #39
Comments
|
It works when shared forwarding is disabled :o |
|
Looks like a shared forwarding regression in IPv6 code. I'll have a closer look but I'm not sure it will be easy to spot or debug. Shared forwarding offers a missing piece to the FreeBSD kernel's interaction between pf and ipfw firewall components. The current FreeBSD code "blackholes" policy routing and sends packets out the physical link without handing them off to ipfw which breaks certain combinations on policy routing + shaping or captive portal or transparent proxy use. |
|
same as #38 |
PR: opnsense#38 PR: opnsense#39 (cherry picked from commit 1bf392c) Signed-off-by: Shawn Webb <swebb@blackhawknest.com>
I created an IPv6 firewall rule using a gateway (GIF, WireGuard). The rule matches but traffic is sent to the default gateway (netstat -6rn)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Routing over the gateway which is specified in the rule
Environment
Software version used and hardware type if relevant.
e.g.:
OPNsense 19.1.6 (amd64, OpenSSL).
AMD APU, KVM VM, ..
Also see https://forum.opnsense.org/index.php?topic=10846.0, https://forum.opnsense.org/index.php?topic=11988.msg57209
The text was updated successfully, but these errors were encountered: