What I am trying to do is make all traffic go via the proxy server for a net cafe. I was wondering, if it is possible to add a command on the Cisco 2501 running IOS 11.1 that'd proxy all the traffic via a proxy server on the local network. Otherwise, we'll simply rate-limit particular ports. Regards, Sahil Gupta NET4U Limited ------------------------------------ NET4U -- www.net4u.co.nz Home of the new - $24.95 128k ADSL Nationwide Internet Service Provider ------------------------------------ On Wed, 27 Feb 2002, Craig Whitmore wrote:
I don't think asking "how do I do something on a Cisco" is really what this list is designed for....
No idea what Version of IOS you are running but look up the command rate-limit on the Cisco Web Site (http://www.cisco.com) And do something like this (if your version supports it)
Int Ethernet 0 rate-limit output access-group 150 64000 8000 8000 conform-action continue exceed-action drop ! access-list 150 permit tcp any any eq 1214
(Limits port 1214 (Kazaa) to 64K) (but its a lot better to read up the docs yourself as I did this from memory)
Thanks Craig Whitmore Orcon Internet http://www.orcon.net.nz
----- Original Message ----- From: "Sahil Gupta - NET4U"
To: "Dean Pemberton" Cc: Sent: Wednesday, February 27, 2002 10:46 AM Subject: Re: Traffic Shaping Is it possible to specidy a proxy? That means all the packets flowing through will automatically go through a specified proxy server?
- To unsubscribe from nznog, send email to majordomo(a)list.waikato.ac.nz where the body of your message reads: unsubscribe nznog