* download stopper
@ 2006-05-13 10:36 varun
2006-05-14 10:52 ` computational_complex-forthespam
2006-05-14 20:31 ` gan hawk
0 siblings, 2 replies; 3+ messages in thread
From: varun @ 2006-05-13 10:36 UTC (permalink / raw)
To: netfilter-devel
Hi,
Can anyone suggest me a way in which i can stop http downloads
but not http traffic.
Say iam browsing and downloading a file from internet...my
traffic will go through the gateway. Is there anyway i
as a admin stop the download only but not the other http
traffic.Any suggestions?
Varun
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: download stopper
2006-05-13 10:36 download stopper varun
@ 2006-05-14 10:52 ` computational_complex-forthespam
2006-05-14 20:31 ` gan hawk
1 sibling, 0 replies; 3+ messages in thread
From: computational_complex-forthespam @ 2006-05-14 10:52 UTC (permalink / raw)
To: netfilter-devel
--- varun <varun@rocsys.com> ha scritto:
> Can anyone suggest me a way in which i can
> stop http downloads
> but not http traffic.
Your request is ambiguous: how do you distinguish
between
(what you defined) file traffic and other http
traffic?
A way to do that is checking download file name, but
it's hard to entrust on it.
Anyway if you want something like this, i think
there's nothing ready out of the box but you've to
implement it, for example on top on libnfnetlink.
Good luck,
Valerio
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: download stopper
2006-05-13 10:36 download stopper varun
2006-05-14 10:52 ` computational_complex-forthespam
@ 2006-05-14 20:31 ` gan hawk
1 sibling, 0 replies; 3+ messages in thread
From: gan hawk @ 2006-05-14 20:31 UTC (permalink / raw)
To: varun; +Cc: netfilter-devel
You can use L7 filtering to filter by file types
(http://l7-filter.sourceforge.net/protocols) or limit the size of the
download (using something like
http://www.lowth.com/rope/HttpContentLength) to allow the normal html
files, graphics etc.
On 5/13/06, varun <varun@rocsys.com> wrote:
> Hi,
>
> Can anyone suggest me a way in which i can stop http downloads
> but not http traffic.
> Say iam browsing and downloading a file from internet...my
> traffic will go through the gateway. Is there anyway i
> as a admin stop the download only but not the other http
> traffic.Any suggestions?
>
> Varun
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-05-14 20:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-13 10:36 download stopper varun
2006-05-14 10:52 ` computational_complex-forthespam
2006-05-14 20:31 ` gan hawk
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.