What are you guys trying to forward?

If you want to log into the router remotely, i would recommend only SSH. SSH lets you do Client to Server forwarding like so:

ssh -L 8080:localhost:80 root@<your_ddns_url>

That will let you access http://localhost:8080/ on your browser after you establish a connection via SSH, to get the router UI :slight_smile:

To do that enable SSH Remote Access from the Dynamic DNS page.
You also need to port forward TCP port 22 in your upstream router if you have one.

For OpenVPN you want to port forward UDP port 1194.