07-24-2006 04:55 AM
I have a doubt in PIX Firewall
Check this sample config:
------------------------
Nat (inside) 0 access-list test
Access-list test permit ip host 172.20.128.133 any
This mean the source 172.20.128.133 is allowed to access any destination without nat?
Whether we need to bind the same to the inside acl like:
# Access-list inside permit ip host 172.20.128.133 any
This is required ????
Kishore Kumar.B
07-24-2006 05:52 AM
This does mean that. This host address will never be translated using this config. No other config is neccessary to make this happen. It also means that ALL other hosts MUST be translated thus without a static or global for it to use, no traffic will flow for other hosts.
pls rate post if helpful.
07-24-2006 09:56 PM
Morris,
Thanks for your comment.
Whether i need to add the acl on the inside interface for the Nat 0 even if i have many other ACL's binded to the inside interface.
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