11-12-2004 12:29 PM - edited 03-09-2019 09:26 AM
Excluding an access-list, is there any difference between:
nat (inside) 1 172.16.5.10 net 255.255.255.255
global 1 (outside) 192.168.5.10 net 255.255.255.255
and
static (inside,outside) 1 192.168.5.10 172.16.5.10 net 255.255.255.255
thanks.
Solved! Go to Solution.
11-13-2004 01:23 PM
actually static has to be combined with access-list for bi-directional communication.. You are right in a sense that
static = nat/global without access-list
basically the rule is that traffic is allowed from higher to lower security infterface by default
BUT
from lower to higher security communication you need an access-list along with STATIC
Thanks
Nadeem
11-12-2004 02:55 PM
One Major Difference. NAT/Global are for one way traffic from higer to lower security interface
whereas static is for BI-Directional traffic.
11-12-2004 07:40 PM
Agreed, however, does it not only become bi-directional when the static statement is joined together with an access-list?
11-13-2004 09:22 AM
do you mean NAT with Access-list?
11-13-2004 01:02 PM
thanks again for the reply. i guess my question is this; does the static nat statement provide the same function as the one-to-one nat/global statements provided in my example?
thanks.
11-13-2004 01:10 PM
again, the only difference is that with static NAT , you can have bi-directional communication. but with one-to-one nat/global. only one way communication.
11-13-2004 01:18 PM
ok, i did not relize you could have bi-directional communication with only a static statement. I was under the assumption that the static statement would need to be combined with an access-list. thanks for the clarification.
11-13-2004 01:23 PM
actually static has to be combined with access-list for bi-directional communication.. You are right in a sense that
static = nat/global without access-list
basically the rule is that traffic is allowed from higher to lower security infterface by default
BUT
from lower to higher security communication you need an access-list along with STATIC
Thanks
Nadeem
11-13-2004 01:56 PM
got it. thanks.
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