1
General Discussion / Re: NAT Reflection working on some internal neworks
« on: May 10, 2021, 12:42:19 pm »
Here is the RTFM solution that I figured out for anyone else facing similar issue.
Documentation mentions that auto-generated reflection rules should be avoided in favour of explicitly configured rules.
I have simply created a NAT rule as follows:
Destination Host: WAN IP
Destination Port: NAT port
Redirect IP: target host IP
Interfaces: Select all interfaces. In my case I selected L,V,C,WAN1,WAN2
filter rule: "pass" or any existing filter rule.
While this solves my problem, I am still intrigued by the fact that reflection was working for some interfaces and not for others.
Happy networking.
Documentation mentions that auto-generated reflection rules should be avoided in favour of explicitly configured rules.
I have simply created a NAT rule as follows:
Destination Host: WAN IP
Destination Port: NAT port
Redirect IP: target host IP
Interfaces: Select all interfaces. In my case I selected L,V,C,WAN1,WAN2
filter rule: "pass" or any existing filter rule.
While this solves my problem, I am still intrigued by the fact that reflection was working for some interfaces and not for others.
Happy networking.