09-29-2009 12:15 AM - edited 03-11-2019 09:20 AM
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?
09-29-2009 12:36 AM
hi, try this
static (inside, outside) 192.168.1.11 192.168.1.11
09-29-2009 12:37 AM
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
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