cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
749
Views
0
Helpful
9
Replies

PIX 515 NAT config from outside to inside

mahesh18
Level 6
Level 6

Hi Everyone,

I need to config ACL for traffic flow from outside to inside in PIX515.

Need help on NAT config for this?

Regards

MAhesh

2 Accepted Solutions

Accepted Solutions

Aditya Ganjoo
Cisco Employee
Cisco Employee

Hi Mahesh,

You need to more specific with the requirements.

Here is an example:

static (inside,outside) MAPPED IP REAL IP netmask 255.255.255.255

Regards,

Aditya

Please rate helpful posts.

View solution in original post

Yes this is called a STATIC Identity NAT.

So you would access the internal IP from outside as the original IP.

Yes this would would work.

Regards,

Aditya

Please rate helpful posts and mark correct answers.

View solution in original post

9 Replies 9

Dinesh Moudgil
Cisco Employee
Cisco Employee

Here is a doc for your reference:-

http://www.cisco.com/c/en/us/support/docs/security/pix-500-series-security-appliances/12496-28.html#topic12

Regards,
Dinesh Moudgil

P.S. Please rate helpful posts.

Cisco Network Security Channel - https://www.youtube.com/c/CiscoNetSec/

Aditya Ganjoo
Cisco Employee
Cisco Employee

Hi Mahesh,

You need to more specific with the requirements.

Here is an example:

static (inside,outside) MAPPED IP REAL IP netmask 255.255.255.255

Regards,

Aditya

Please rate helpful posts.

Say if source from outside is 10.40.x.x and inside is 174.24.x.x

what config should i put then?

Regards

MAhesh

Hi Mahesh,

Here is the command you would use:

static (inside,outside) <mapped IP> <174.24.x.x>

Source from outside can be anything but you need to specify the IP the user would access from outside.

Also on the outside ACL you need to allow source as any and destination would be the MAPPED IP.

Regards,

Aditya

Please rate helpful posts.

what IP should i put under mapped ip?

Hi Mahesh,

The IP you would use to access the inside server from outside.

So lets say I have a server on the inside 10.1.1.1 and I want it to access it from outside using a public IP 1.1.1.1.

So my nat would be:

static (inside,outside) 1.1.1.1 10.1.1.1 

Remember I can come from any IP from outside.

Regards,

Aditya

if i use this command

static (inside,outside) 174.24.x.x  <174.24.x.x> netmask 255.255.255.255 

this will do no nat right?

Yes this is called a STATIC Identity NAT.

So you would access the internal IP from outside as the original IP.

Yes this would would work.

Regards,

Aditya

Please rate helpful posts and mark correct answers.

Many thanks !

Regards

Mahesh

Review Cisco Networking for a $25 gift card