- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-16-2016 05:52 PM
I'm trying to figure out how to NAT a single server and port to my external IP address if the outside interface from the ISP is dynamic. How do I translate it if I don't have a destination address?
08-18-2016 08:01 AM - edited 08-19-2016 11:49 AM
Hi Alex,
You can try this:
1) Create an address object:
So you can run a DDNS agent (best option is to install it on the actual server) on the trust zone which constantly will be mapping/updating your outside dynamic IP to the www.myserverip.com DNS name.
More info here:
2) Create a NAT policy for the internal server to be reachable from the outside. Really it is just a port forwarding
3) create a security policy for the server
Thx,
Myky
08-17-2016 01:49 AM
you could try mapping your external IP address (assuming it is dynamic) to a DynDNS service, then create a FQDN object you can use in the NAT policy
08-17-2016 08:20 PM
Is me.me.me a server you're hosting?
08-17-2016 11:49 PM - edited 08-18-2016 03:29 AM
No l am not hosting any servers. Got few UniFi controllers on AWS so using DDNS there, and for other things like you need to map dynamic ISP IP to have a constant DNS name.
08-18-2016 01:41 AM
me.me.me is an example of an FQDN object you could have set up
it would represent a dyndns URL mapped to your external IP address
typically this would be a url specific to your dyndns provider, like me.dyndns.org which is dynamically mapped to your external IP, so when your ISP assigns you a fresh IP, dyndns will change the A record assigned to your url (me.dyndns.org), the PAN will refresh it's dynamic objects periodically (you could script a forced refresh if needed) and the NAT rule will be changed accordingly
An FQDN object allows you to rely on DNS resolution to populate an IP address in your policies rather than manualy setting a static ip, in case the IP tends to change a lot:
08-18-2016 07:13 AM
I have that set up already. What I'm trying to do is present an internal server to the outside interface to access it from outside of the network. Since my address is dynamic, I'm not sure how to configure it in NAT.
08-18-2016 08:01 AM - edited 08-19-2016 11:49 AM
Hi Alex,
You can try this:
1) Create an address object:
So you can run a DDNS agent (best option is to install it on the actual server) on the trust zone which constantly will be mapping/updating your outside dynamic IP to the www.myserverip.com DNS name.
More info here:
2) Create a NAT policy for the internal server to be reachable from the outside. Really it is just a port forwarding
3) create a security policy for the server
Thx,
Myky
08-19-2016 07:20 AM
Thank you for that, it worked. I was doing it a bit different and couldn't get it locked down. If anyone else wants to know, I also didn't have ping enabled, so the application that accesses the server wasn't moving forward. Funny thing, my internal server is also 10.10.10.10
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!