cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
726
Views
0
Helpful
3
Replies

Source NAT from Outside to Inside

cbregeripr
Level 1
Level 1

I am having some trouble getting what I thought would be easy to work properly.  I have FWSM with multiple interfaces on it.  I need to create a source NAT for traffic from an outside interface(security level 75) to the inside interface interface(security 0).  I have an exteranl customer that is using 10.x.x.x.x and need them to NAT'd to a single IP.  Below is peice of the config I tried.  I never see the NAT work.  ANY suggestions??

interface Vlan44

nameif CUST1

security-level 75

ip address 10.254.75.2 255.255.255.0

interface Vlan88

nameif inside

security-level 100

ip address 10.160.88.2 255.255.255.0

global (outside) 2 10.160.88.123

nat (CUST1) 2 10.0.0.0 255.0.0.0

Thanks,

Chris

1 Accepted Solution

Accepted Solutions

Hi Chris,

Dynamic Pat is for going from higher security to lower security, but if you want to do it opposite, you would need to add a outside keyword at the end:

global (inside) 2 10.160.88.123

nat (CUST1) 2 10.0.0.0 255.0.0.0 outside

Let me know how it goes.

Thanks,

Varun

Thanks,
Varun Rao

View solution in original post

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

Chris

that should be -

global (inside) 2 10.160.88.123

Jon

My mistake, that was a typo.  It is configured that way, but still not working.

global (inside) 2 10.160.88.123

nat (CUST1) 2 10.0.0.0 255.0.0.0

Hi Chris,

Dynamic Pat is for going from higher security to lower security, but if you want to do it opposite, you would need to add a outside keyword at the end:

global (inside) 2 10.160.88.123

nat (CUST1) 2 10.0.0.0 255.0.0.0 outside

Let me know how it goes.

Thanks,

Varun

Thanks,
Varun Rao
Review Cisco Networking for a $25 gift card