my acl does not work on asa

I ve a real problem configuring acl on the ASA 8.0(3)

it is just a single acl that i m trying

(config) access-list OUTSIDE extended deny icmp any any (config) access-group OUTSIDE in interface outside

but still from interent i can ping.

i m sure that outside is "outside".

is here anything i miss ?

Reply to
nini
Loading thread data ...

  1. Check your interface configuration
  2. Bind the interface with the proper ACL

e.g.

interface GigabitEthernet0/0 nameif outside security-level 0 access-group outside in interface outside

This should do the trick.

Reply to
Adam Przestroga

Hi,

ACLs' names are case-sensitive. Have you checked it?

Giorgos

Reply to
geoar75

nini schrieb:

if you want to disable ICMP to your outside interface use

icmp deny any outside

Jens

Reply to
Jens Haase

as you said alln, the commands were right, outisde is outside and I considered case sensitiveness but the asa wont apply any of the acl, the icmp one i just mention was xcoorect, but it donesnt consider any other as well. maybe there is a basic command to allow it to frewall or something. i really dont know.

Reply to
nini

Even with the asdm, the only implicit rule i sot deny ip any to any. since i can ping from outside.

Reply to
nini

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.