11-05-2003 03:58 AM - edited 02-20-2020 11:04 PM
I need to give users access to an outside registered IP address. But instead opening up the firewall to that registered IP address I would like to have an internal address being mapped to the external address, so that users in stead of connecting to the outside IP address, they connect to the internal (private 10) IP address. Does anybody have experience with this?
Thanks,
11-05-2003 05:40 PM
Do you mean that internal users should go to say, 10.1.1.1, and this'll go to the PIX and the PIX will redirect them to say, 200.1.1.1?
If so what you want is destination NAT, where the destination address is NAT'd rather than the more standard source address.
Something like the following should do the trick:
static (outside,inside) 10.1.1.1 200.1.1.1 netmask 255.255.255.255
Note the interfaces are the wrong way around for the norm. This tells the PIX that if a packet for 10.1.1.1 is seen on the inside interface, then translate it to 200.1.1.1 and put it on the outside interface.
All you need to do is assign a local IP address that will be routed to the PIX (10.1.1.1 in my example) and tell that to your internal users. You'll need 6.2 or higher in the PIX also.
11-06-2003 12:34 AM
Thanks for your quick answer. That is what I needed. I need to upgrade the IOS of my PIX to the latest level. I am still running 4.47 version.
11-25-2003 07:16 AM
amazing! I opened a TAC case and was told this was not possible. I wanted to do the exact thing. Have users ftp to internal IP that was nated to external IP. I have 6.33 and PDM 3.0.1.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide