Hi,
I've RB751U-2HnD v5.26 and on my small server are two java programs (SIP based).
1) When I connect from inside of local network it runs flawlessly (new lines in log file).
2) When I wanna connect from internet (or outside of local network) it seems one program is unreachable, but second runs flawlessly.
interface list is attached.
When I torch 2) it writes:
SRC | DEST
<serverLocalIP>:<program 1 port> | <PCIP>:<PC port>
<serverLocalIP>:<program 1 port> | <Router WAN IP>:<program 1 port>
Then progam on PC writes that program 1 on server seems to be down (no communication).
(in program 1 log is nothing new)
<serverLocalIP>:<program 2 port> | <PCIP>:<PC port>
Program 2 runs well.
(new lines in log)
My firewall nat options:
6 chain=dstnat action=dst-nat to-addresses=<serverLocalIP> protocol=tcp
in-interface=ether1-gateway dst-port=<program 2 port>,<program 1 port>,<other ports>
7 chain=dstnat action=dst-nat to-addresses=<serverLocalIP> protocol=udp
in-interface=ether1-gateway dst-port=<program 2 port>,<program 1 port>,<other ports>
From Internet I'm able to probe ports by Angry IP Scanner - shows <program 1 port> and <program 2 port> open.
When I connect PC to local network I'm unable (or I don't know how) to torch this communication on any interface
Thanks for help.