prioritize internet browse than download

2007-03-29 Thread kintaro oe
Hi Guys,

Is it possible to prioritize Internet browsing than downloading a file like 
downloading installers or iso files? It eats up our network bandwidth. Any 
advice? Thanks!


cheers,

kintaro Oe
 
-
Sucker-punch spam with award-winning protection.
 Try the free Yahoo! Mail Beta.



Re: prioritize internet browse than download

2007-03-29 Thread Kamil Monticolo
On Thu, 29 Mar 2007 01:25:26 -0700 (PDT)
kintaro oe <[EMAIL PROTECTED]> wrote:

> Hi Guys,
> 
> Is it possible to prioritize Internet browsing than downloading a file like 
> downloading installers or iso files? It eats up our network bandwidth. Any 
> advice? Thanks!

man pf.conf
/QUEUE



Re: prioritize internet browse than download

2007-03-29 Thread Siju George

On 3/29/07, Kamil Monticolo <[EMAIL PROTECTED]> wrote:

On Thu, 29 Mar 2007 01:25:26 -0700 (PDT)
kintaro oe <[EMAIL PROTECTED]> wrote:

> Hi Guys,
>
> Is it possible to prioritize Internet browsing than downloading a file like 
downloading installers or iso files? It eats up our network bandwidth. Any advice? 
Thanks!

man pf.conf
/QUEUE



this is good for limiting bandwidth based on ( source and destination
) domain names, IP address, port numbers, protocols, IP versions etc.

but PF cannot process URLs and filter/queue using file types like
*.iso, *.msi, *.exe, *.wmv, *.mpe etc.

kind Regards

Siju

Siju



Re: prioritize internet browse than download

2007-03-29 Thread stefan hoffmann

hi,

kintaro oe wrote:

Is it possible to prioritize Internet browsing than downloading a file like 
downloading installers or iso files? It eats up our network bandwidth. Any 
advice? Thanks!

Take a look at squid and its delay pools. That should do it.


mfG
--> stefan <--



Re: prioritize internet browse than download

2007-03-29 Thread Kamil Monticolo
On Thu, 29 Mar 2007 16:12:07 +0530
"Siju George" <[EMAIL PROTECTED]> wrote:

> On 3/29/07, Kamil Monticolo <[EMAIL PROTECTED]> wrote:
> > On Thu, 29 Mar 2007 01:25:26 -0700 (PDT)
> > kintaro oe <[EMAIL PROTECTED]> wrote:
> >
> > > Hi Guys,
> > >
> > > Is it possible to prioritize Internet browsing than downloading a file 
> > > like downloading installers or iso files? It eats up our network 
> > > bandwidth. Any advice? Thanks!
> >
> > man pf.conf
> > /QUEUE
> >
> 
> this is good for limiting bandwidth based on ( source and destination
> ) domain names, IP address, port numbers, protocols, IP versions etc.
> 
> but PF cannot process URLs and filter/queue using file types like
> *.iso, *.msi, *.exe, *.wmv, *.mpe etc.
> 
> kind Regards
> 
> Siju
> 
> Siju
> 
Sorry, You are right. I misunderstanding that a bit.
Kamil Monticolo