cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
340
Views
4
Helpful
2
Replies

NAT

m.metwally
Level 1
Level 1

Dear Experts,

I want to pass the traffic coming to the inside interface in the ASA firewall to an outside interface with the same IPs witout any Nating.

Example: if traffic is coming to the Inside interface with IP: 192.168.1.11, I want this traffic be go out from the Outside interface without any change, I want it to go to the next hub with the same IP: 192.168.1.11

How can I do?

2 Replies 2

kumar
Level 1
Level 1

hi, try this

static (inside, outside) 192.168.1.11 192.168.1.11

Jon Marshall
Hall of Fame
Hall of Fame

Mahmoud

There are a couple of alternatives

1) static (inside,outside) 192.168.1.11 192.168.1.11

2) access-list NONAT permit ip host 192.168.1.11 any

nat (inside) 0 access-list NONAT

Jon

Review Cisco Networking products for a $25 gift card