I have a strange config issue here
Internal web server with a few sites accessible via https 443 from specific IP's
name uplink protocol public port Lan IP local port allowed remote IPs
webserver Both TCP 443 192.168.1.1 443 a list of 20-30 ip's for access & pingdom etc.
All works fine, website is IP restricted and operates as it should internally and externally from the remote IPs listed.
I now want to add a different port forward for another service, this is using a different port, and works fine internally but not from external, UNLESS the external IP is in the previous port forwards allowed remote IP list
name uplink protocol public port Lan IP local port allowed remote IPs
status Both TCP 444 192.168.1.1 444 Any
It seems the first entry allowed remote IP's overrule the subsequent allow list, even when configuring a different local IP the Any IP doesn't work, but the previous list does...
I might be missing something here but logically it should work.
PS I know I can add multiple 1:1 NAT's but need to know about this.
Thanks
Steve