Need help n thx in advance.
I want to use Layer7 protocol to redirect all WAN incoming http request with address like calibre.xxx.yyy.zzz to my calibre server, so I can reach my book library anywhere.
- I added an regex expression “^calibre” in my layer7 protocol list and name it as “IncomingFilter”.
- Added a NAT dstnat rule on WAN with TCP 80 to redirect all my incoming http request to my calibre server (using http://calibre.xxx.yyy.zzz in my browser from external) and everything work as expected. But if I enabled Layer7 protocol and select “IncomingFilter” to the NAT rule, it doesn’t work anymore.
Any hint on my issue??