On the server side, you have to map 5000 back to 1723, so reverse those.I tried the following but they don't work
server side:
add action=redirect chain=dstnat disabled=yes dst-port=1723 in-interface="ether1 - WAN" protocol=tcp to-ports=5000
client side:
add action=src-nat chain=srcnat disabled=yes dst-address=5.5.5.5 dst-port=1723 protocol=tcp to-addresses=5.5.5.5 to-ports=5000
Yes, it's correct, I also tried to not specificate the in-interface.Is the in-interface correct?
Also - is the to-address correct? (it's blacked out, so I have to ask)