<div dir="ltr"><div><div><div><div>Hi,<br><br></div>The port forwarding should work fine. Just make sure the internal system as a non-DHCP assigned IP in case it cycles.<br><br></div>The dynamic IP issue can be resolved in multiple ways. You can use a service like dynamic DNS or you can do what I do, and run a cron job from an internal server which executes a Python script. This script then calls <a href="http://icanhazip.com">icanhazip.com</a> (curl -4s <a href="http://icanhazip.com">icanhazip.com</a> for your IPv4 address, for example) and then updates a DNS record's A record via the Gandi(.net) API, but only if the IP has changed. With a very low TTL, this effectively eliminates the dynamic IP issue.<br>
<br></div><div>Use a dynamic DNS/no-IP service will work fine in conjunction with port forwarding as long as your forwarding rules don't rely on the external IP being a specific value.<br></div><div><br></div>Hope this helps.<br>
<br></div>-MC<br></div>