-
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
NAT not working on 18.7.6 #2879
Comments
|
can you share the following:
|
|
Hello!
Rules debug: on igb0 inet proto udp from {any} to {any} port $Teamspeak_WAN -> $NAS # Teamspeak forwarding Some of the working NAT are: Hope it helps :-) |
|
can you use the live view? it shows a bit more info |
|
could it be that the alias changed at some point in time? it looks like the rule is only created initially. |
|
I did some testing when i noticed this rule was not working and have changed / deleted / recreated aliases. Also when i modify the NAT rule for: WAN:9987 to LAN:9987 |
|
I would suspect something similar to this in your rules.debug (as has mine):
Which in my case is the correct rule, remember the target filter should match the post-nat target. I have some cleanups for this code, which I will commit later, but in my test cases there always seems to be a pass rule |
|
Anything i can do? as for now i cant even create new rules? |
|
Maybe you have another config related issue, I can't really help you with that. |
|
I have my NAT rule working using ip and port numbers only (no aliases)??!! |
|
@RasmusKvanderLoo and your point is? |
I tried this aswell: |
|
If anybody there is on 18.7.6: Could you try to create a NAT to so i'll know this is only related to my system? |
|
@antipiot found it, the target port seems to be missing in the generated rule, I really overlooked something here. |
Great! thanks for your help! |
|
Patch fix the NAT problem. |
|
I'll pull this into 18.7.7 for tomorrow then. Thanks for the quick fix and feedback! ❤️ |
Thanks to you! :-) |
Hello!
Facing some issues for creating and using NAT rules:
If i create a NAT rule to convert WAN:8093 to LAN:9987
My firewall will log blocked traffic to LAN:8093 wich should be authorized to LAN:9987.
All my other rules are working fine.
If i create a new NAT rule, this is reproductible.
The text was updated successfully, but these errors were encountered: