06-26-2015 03:48 AM - edited 03-11-2019 11:11 PM
Hi
This might be an easy one but just confuses me slightly as I am just starting out configuring asa firewalls.
When configuring an access rule, what different does it make for the source, if I choose the INSIDE interface or an object group which defines all the inside networks.
Thanks
Solved! Go to Solution.
06-26-2015 07:17 AM
The access list entries should use a group. You would only use the interface itself in an access list entry if you were controlling traffic to the interface itself.
Once you build an access list on an ASA, you then apply it to the necessary interfaces using the access-group command. i.e something like:
access-group inside_access_in_1 in interface inside
06-26-2015 07:17 AM
The access list entries should use a group. You would only use the interface itself in an access list entry if you were controlling traffic to the interface itself.
Once you build an access list on an ASA, you then apply it to the necessary interfaces using the access-group command. i.e something like:
access-group inside_access_in_1 in interface inside
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