cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
398
Views
0
Helpful
1
Replies

Logical "AND/OR" on Rules template of CE560 (Running ACNS 4.2.2)

doug.moffat
Level 1
Level 1

We have an application that is scheduled to run on a server. The app accesses a URL on the net.

Is there a way to setup a rule that say "do not authorize if the source is 10.10.10.10 AND the destination is <A HREF="javascript:newWin('http://www.thiswebsite.com"')">www.thiswebsite.com"</A>

Thanks,

Doug Moffat

1 Reply 1

beth-martin
Level 5
Level 5

This can be done. If your Network has a WCCP Router that redirects the Traffic to the server which has the content,

you can configure an Access-list and thus allow or deny users or IP addresses. Here's the configuration required:

ip wccp 0 redirect-list 120

access-list 120 deny tcp host 10.10.10.10 any

access-list 120 permit ip any any

I am not sure about how to restrict the website