kerneldead
IS-IT--Management
I have a 3com router 5232 and I have created an acl with several blocks of ip's to blocking inbound in order to stop attacks. This is what I have done so far:
acl number 3006
description blocked ip blocks
rule 0 deny ip source 58.29.0.0 0.0.255.255
rule 1 deny ip source 58.65.64.0 0.0.63.255
Now I need to know how to assign this acl to all inbound ip connections on interface ethernet 0/0. After talking with 3com they told me that the firewall is really just acl's. So I used the command:
firewall packet-filter 3006 inbound
I thought this would allow the router to start matching my acl's to all inbound connections and block was was in my acl rules. So far it is not working. I am starting to think that 3com told me wrong on the phone. Can anyone point me in the right direction? I am sure it is something simple that I am missing.
Thanks,
acl number 3006
description blocked ip blocks
rule 0 deny ip source 58.29.0.0 0.0.255.255
rule 1 deny ip source 58.65.64.0 0.0.63.255
Now I need to know how to assign this acl to all inbound ip connections on interface ethernet 0/0. After talking with 3com they told me that the firewall is really just acl's. So I used the command:
firewall packet-filter 3006 inbound
I thought this would allow the router to start matching my acl's to all inbound connections and block was was in my acl rules. So far it is not working. I am starting to think that 3com told me wrong on the phone. Can anyone point me in the right direction? I am sure it is something simple that I am missing.
Thanks,