[squid-users] Skype and Delay Pools

2008-09-17 Thread David Walcher
Hello! Usually we block skype via squid but for some users we want to allow it. Now we look for a possibility to limit the bandwith for skype traffic. We tried it with the following config but it didn't work very good - the skype connection is very slow and breakes after a few minutes or while a

Re: [squid-users] Skype and Delay Pools

2008-09-18 Thread Arun Srinivasan
Hi David, Could you please share how you block skype via Squid using delay pools? TIA 2008/9/17 David Walcher <[EMAIL PROTECTED]>: > Hello! > > Usually we block skype via squid but for some users we want to allow it. > Now we look for a possibility to limit the bandwith for skype traffic. > > We

Re: [squid-users] Skype and Delay Pools

2008-09-18 Thread David Walcher
Hi, we don't block Skype via delay pools. For this we use the following: acl skype-nodes url_regex -i ^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\:443 http_access deny skype-nodes My questions is how to use Skype BUT with a Delay Pool that is not delay_parameters 1 -1/-1. Regards David Hi David, Could

Re: [squid-users] Skype and Delay Pools

2008-09-18 Thread John Doe
> > Usually we block skype via squid but for some users we want to allow it. > > Now we look for a possibility to limit the bandwith for skype traffic. > > > > We tried it with the following config but it didn't work very good - the > > skype connection is very slow and breakes after a few minutes

RE: Re: [squid-users] Skype and Delay Pools

2008-09-22 Thread David Walcher
> > Usually we block skype via squid but for some users we want to allow it. > > Now we look for a possibility to limit the bandwith for skype traffic. > > > > We tried it with the following config but it didn't work very good - the > > skype connection is very slow and breakes after a few minute