Greetings.
I’m just configuring my very first OS… Right now I’m trying to forward IP 192.168.0.4:3389 to 192.168.2.4:3389 (there’s NAT in between, that’s the way I’m going out throught the outside router). The way I’m doing it is to add a NAT rule (after the masquerade) which chain is dstnat to dst addres:192.168.0.4 with dst. port 3389 the action is configured to dst-nat address: 192.168.2.4 port:3389. The computer is not responding in that final destination. I’ve tried some other unsuccessful configurations. Any idea of what can I try?? Thanks in advance.