-
Notifications
You must be signed in to change notification settings - Fork 759
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
IPsec NAT not working #369
Comments
|
Just discovered a similar report: |
…sue #369 same issue could appear on otheri non physical interfaces as well in the previous version
|
@fraenki we've tested the feature and could reproduce the issue over here. There we're two issues:
If you have the time, could you test the fixes on your end as well? |
|
Thanks to markt.de for funding this fix! |
|
@AdSchellevis Good job! Works as expected now. :-) |
(cherry picked from commit c72484e)
OPNsense 15.7.11-amd64
Following the information given here I've added IPsec configuration to NAT a local network before sending the traffic through the tunnel. But it seems that this IPsec-related NAT configuration is not working on OPNsense.
Setup:
I can see that a NAT rule is actually added:
When doing a
ping 10.1.2.1from a host in 192.168.0.0/24, I can see withtcpdumpthat the packets arrive at the appropiate firewall interface, but they are not forwarded to 10.1.2.0/24 (at least there is no matching traffic on interfaceenc0).The states table shows this:
The firewall log does not show any denied packages.
The text was updated successfully, but these errors were encountered: