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

have Problem with router

hackeemmana
Level 1
Level 1

Hello everyone , i aour company we have configured the squid Proxy server now to end the project i need to cahnge the setting in the router so that people who brouse through the net they should browse through the Proxy Server ....

So please help by letting me know hoe to change the configuration in the router in order to attain the above results.

1 Reply 1

Martin Parry
Level 3
Level 3

Hi

You can apply the following acl to the inside interface.

ip access-list extended INSIDE_OUT

permit tcp host any eq www

permit tcp host any eq 443

deny tcp any any eq www

deny tcp any any eq 443

permit ip any any

Then you need to apply this to your inside interface in an inbound direction using the following command:

ip access-group INSIDE_OUT in

Hope this helps

Martin