Re: firewall4 question

2022-11-26 Thread e9hack
Hi, I could solve the issue by my own. The "option dest lan" is missing in the blocking rule and the destination port must be 8443. Regards, Hartmut Am 26.11.2022 um 11:47 schrieb e9hack: Hi, I do redirect https traffic from wan to a specific ip address in lan with a different port:

Re: firewall4 question

2022-11-26 Thread Jo-Philipp Wich
Hi, try adding `option dest lan` to your block rule. Without any destination, it is treated as input rule, not a forwarding one. ~ Jo signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

firewall4 question

2022-11-26 Thread e9hack
Hi, I do redirect https traffic from wan to a specific ip address in lan with a different port: config redirect option enabled '1' option name 'wan: Redirect HTTPS for .net:443 to my-box..lan:8443' option target 'DNAT' option src 'wan' option