11-05-2007 03:01 AM - edited 03-03-2019 05:40 AM
Hi all, is one of the main functions of a firewall to basically create a dynamic access list, so that if something originates from inside for example, that traffic is automatically let back in ?
11-07-2007 10:27 AM
can anyone explain this ?
11-07-2007 07:29 PM
Hi Carl.
Its been a while since I messed around with ACL's, however, I believe you need to enter the "established" command after the ACL rule, so any connections that go out will be allowed back in if they are already established.
EG: (Grabbed from http://www.networkclue.com/routing/Cisco/access-lists/index.aspx)
Assumptions:
internal network: 63.36.9.0
access-list 101 - Applied to traffic leaving the office (outgoing)
access-list 102 - Applied to traffic entering the office (incoming)
ACL 101
access-list 101 permit tcp 63.36.9.0 0.0.0.255 any eq 80
ACL 102
access-list 102 permit tcp any 63.36.9.0 0.0.0.255 established
Hope this helps.
Michael.
11-07-2007 09:46 PM
hi,
to know more about Lock and Key security (Dynamic ACL), and comparison to standard/static ACL - you might want to read this :
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fsecur_c/ftrafwl/scflock.htm
HTH.
pls rate :)
11-08-2007 01:46 AM
is this for routers or firewalls ? I wanted to know the way in which the asa monitors the outbound sessions then allows them back in, bascially how the firewall works ?
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