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

Router Cisco 2801 Redirect HTTP traffic via Squid Proxy server

petrutz_21
Level 1
Level 1

Hello,

As I write in the subject of this discussion I want to redirect all http traffic for some internal users via a squid proxy server so I can allow web access just for some web-sites. For example:

I have the network 192.168.1.0 / 24 and 4 subnets. I want to redirect http traffic for 192.168.1.64/26 and 192.168.1.128/26 via Squid proxy server.

What configuration i need to make on the router for this to work ?

I have tried:

access-list 111 deny   tcp host 192.168.1.72 any neq www        (192.168.1.72 an internal user)

access-list 111 permit tcp any any

route-map proxy-redirect permit 100

match ip address 111

set ip next-hop 192.168.1.49           (forward all port 80 traffic to squid- 192.168.1.49)

interface Vlan1

ip policy route-map proxy-redirect

This one it's not working  because is blocking all the hosts from the network !

Regards,

1 Reply 1

Hi from Argentina!

May be this can help you http://www.crypt.gen.nz/papers/cisco_squid_wccp.html

I will try that configuration sooner...

Regards,

Review Cisco Networking for a $25 gift card