Hi, I am using the ROS on my VPS on another location. I would like to forward the traffic to a specific port to a remote host to accerlate some applications, such as RDP. I know how to achieve it when the remote host has an static IP. But I wonder how to forword the traffic to a host when it has a dynamic IP? (I already got DDNS for the remote host) I noticed something with dst-address-list, and I’ve created a list with remote host ddns address, but still no clue how to proceed.
Example: A wants to access RDP on B through ROS.
Name: Client A ---------------- ROS ----------------- Client B
IP: whatever ROS.ddns.net B.ddns.net
Port: 11111 to 22222 22222
Thanks.