ACLS not showing up in PDM or working properly

Hi,

I have some basic ACL's that i'm adding to the PIX 501 as follows:

object-group network WWWAccessOnly3 network-object host 192.168.1.2 network-object 192.168.1.4 255.255.255.252 network-object 192.168.1.8 255.255.255.248 network-object 192.168.1.16 255.255.255.240 network-object 192.168.1.32 255.255.255.254

access-list 109 deny tcp object-group WWWAccessOnly3 any neq www log access-list 109 permit ip any any

These hosts are still getting through to all other ports other that the one WWW access port allowed.

I also cannot see these ACL's within the GUI mananger when acessing the config through the HTTPS console.

Any thoughts on what i'm doing wrong?

Thanks

Reply to
facciabruta
Loading thread data ...

forgot to assign the access-list to the interface:

access-group 109 in interface inside

Reply to
facciabruta

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.