I have two access-lists named Inbound and Outbound.
Access-list outbound permit tcp any any www
Access-list inbound permit icmp host x.x.x.x any
I also have two access-group statements:
access-group inbound in interface outside
access-group outbound in interface inside
If I take out the inbound ACL, I cannot get ping replies from that site, but why do I get traffic back from websites since I don't have something like this in my inbound ACL?
access-list inbound permit tcp any any www
Is it because tcp traffic is connection-oriented, but icmp traffic is actually intiated from the other side as well?
Access-list outbound permit tcp any any www
Access-list inbound permit icmp host x.x.x.x any
I also have two access-group statements:
access-group inbound in interface outside
access-group outbound in interface inside
If I take out the inbound ACL, I cannot get ping replies from that site, but why do I get traffic back from websites since I don't have something like this in my inbound ACL?
access-list inbound permit tcp any any www
Is it because tcp traffic is connection-oriented, but icmp traffic is actually intiated from the other side as well?