Hello,
I have identical setting for two ports I need open, 993 & 465, however the 465 port stays filtered. Both ports are open internally
21 ;;; SSL - IMAP ports
chain=dstnat dst-address=XXX.XXX.XXX.XXX protocol=tcp dst-port=993 action=dst-nat to-addresses=192.xxx.xx.xx to-ports=993
22 chain=srcnat src-address=192.xxx.xx.xx protocol=tcp src-port=465 action=src-nat to-addresses=XXX.XXX.XXX.XXX to-ports=0-65535
If I change action=src-nt to port 465 it still is filtered;
22 chain=srcnat src-address=192.xxx.xx.xx protocol=tcp src-port=465 action=src-nat to-addresses=XXX.XXX.XXX.XXX to-ports=465
Interestingly, the first one to 993 is open, but not 465.
How can I get this port opened up?
Thank you,
~James