Hi!
I am trying to block access to icq from my office.
10.0.0.0 - the range of non-routable intranet IPs
205.188.0.0 - the range of icq IPs
Below is the setting in the router:
interface Serial0/0
ip access-group icq out
ip access-list extended icq
deny tcp any 205.188.0.0 0.0.255.255
deny udp any 205.188.0.0 0.0.255.255
deny tcp 10.0.0.0 0.255.255.255 205.188.0.0 0.0.255.255
deny udp 10.0.0.0 0.255.255.255 205.188.0.0 0.0.255.255
permit ip any any
BUT it does not work(as in the office could still use icq) and I really need to know the reason why fast! So someone please HELP ME!!! Thanks a lot in advance!!!
I am trying to block access to icq from my office.
10.0.0.0 - the range of non-routable intranet IPs
205.188.0.0 - the range of icq IPs
Below is the setting in the router:
interface Serial0/0
ip access-group icq out
ip access-list extended icq
deny tcp any 205.188.0.0 0.0.255.255
deny udp any 205.188.0.0 0.0.255.255
deny tcp 10.0.0.0 0.255.255.255 205.188.0.0 0.0.255.255
deny udp 10.0.0.0 0.255.255.255 205.188.0.0 0.0.255.255
permit ip any any
BUT it does not work(as in the office could still use icq) and I really need to know the reason why fast! So someone please HELP ME!!! Thanks a lot in advance!!!