11-20-2008 06:17 AM - edited 03-11-2019 07:15 AM
folks
i need to nat ALL outbound traffic for ALL applications to a single IP on my ASAs external interface but i'm not sure which type of nat to use
previously we used a global nat but i suspect i need a static nat rule for the internal interface and use the external interface for outbound translation
am i on the correct track?
thanks to anyone taking the time to reply
Solved! Go to Solution.
11-20-2008 06:21 AM
Michael
You only need a static if the connection is initiated from the outside to the inside.
If your requirement is simply to NAT all outbound traffic and all outbound traffic is initiated from inside ie. none of the traffic is return traffic from a connection initiated from the outside then
nat (inside) 1 0.0.0.0 0.0.0.0
global (outside) 1 interface
will do the trick.
Jon
11-20-2008 06:21 AM
Michael
You only need a static if the connection is initiated from the outside to the inside.
If your requirement is simply to NAT all outbound traffic and all outbound traffic is initiated from inside ie. none of the traffic is return traffic from a connection initiated from the outside then
nat (inside) 1 0.0.0.0 0.0.0.0
global (outside) 1 interface
will do the trick.
Jon
11-21-2008 01:56 AM
jon
many thanks for your help
greatly fully apreciated
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