- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
06-03-2013 09:24 AM
Prior to shooting myself in the foot I want to make sure I'm on the right track.
I have an application where I'd like to take inbound connections directed at a particular port on my untrusted "outside" FW interface and redirect them to the same port on an RFC1918-addressed host on my trusted "inside" interface. That is:
OUTfirewall:47808 -> INrinkchiller:47808
I'm looking a Understanding_NAT-4.1-RevC.pdf and it seems to point to a NAT policy like this:
This doesn't make a whole lot of sense to me. Am I on the right track or hopelessly confused? 🙂
06-03-2013 09:35 AM
destination translation is for inbound traffic (out to out zone) so removing the source translation would the first step. Dest translation address object should point to your internal IP. The OUTfirewall object should also reflect the public facing IP.
06-03-2013 11:35 AM
Thanks! So something along the lines of this?
And finally, it just occurred to me, since I'm hiding a bunch of devices behind that same external FW IP am I asking for trouble?
06-03-2013 11:50 AM
The security rule is good (outside to inside) destined for public facing IP. Inside to Outside source translation with dynamic IP/Port Src Translation for outbound traffic is a typical Src. NAT rule.
06-03-2013 11:56 AM
That config is correct.You will open only the ports what you need, so that you can protect your devices
06-19-2013 01:58 AM
I`m currently testing a PA to see if we are going to replace our existing FWs
However, I`m about to throw this .. out the window.
Most likely I`m to dim to get this but I`m struggling with NAT and as far as I can see its the same scenario that McMgt presents.
I need the following:
any outside on port FTP to specific inside on port FTP
ie: IP any on port FTP to IP 192.168.something on port FTP
Can someone please explain to me how to do this in layman's terms
06-19-2013 12:24 PM
In your case:
First create a NAT rule:
source zone: outside
destination zone: outside
destination interface: none (could be set to the physical interface if you wish)
source address: any
destination address: outside_ip
service: any (or set TCP21 along with the portrange you have defined for passive ftp preferly)
source translator: none
destination address: inside_ip
Then create a security rule:
source zone: outside
source address: any
destination zone: inside
destination address: outside_ip
application: ftp
service: application-default (or set TCP21 along with the portrange you have defined for passive ftp)
action: allow
profile: recommended to use an IPS profile thats configured according to: critical, high, medium: block - low, information: default
options: log on session end (enable log on session start for troubleshooting)
You could also use a network range instead of outside_ip. For example outside_range if thats what you mean by "any outside"?
06-22-2013 03:29 AM
Thank you very much mikand!
I will have another go at this and see what I can do!
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!