RE: Brige, Traffic Shaping and FTP

2004-03-02 Thread Small, Jim
In fact, even if it does not really matter to you in fact, I'm not talking about a kernel proxy here. I'm talking about something smart enough to tag packets related and so to pass them. A piece of kernel code smart enough to inspect packets comprising a partular protocol, and extract

Re: Brige, Traffic Shaping and FTP

2004-03-02 Thread kjell
I believe what is being requested is a kind of state engine that is smart enough to modify packets on the fly and recognize related packets. This is common in many commercial firewalls and also in SunScreen and Netfilter/IPTables. Okay. To avoid confusion from here on in, take this as a

Re: Brige, Traffic Shaping and FTP

2004-03-01 Thread Julien Bordet
Hi, I'm not sure whether Ed's idea would be the best way to do it, but it raises a very good question that makes pf sometimes not useful as it should be. When one setups a firewall, I agree that it can be globally the same whether FTP is transparent proxified through user space proxy or directly

RE: Brige, Traffic Shaping and FTP

2004-03-01 Thread David Chubb
range of ports. --David Chubb -Original Message- From: Julien Bordet [mailto:[EMAIL PROTECTED] Sent: Monday, March 01, 2004 2:05 PM To: Ed White Cc: [EMAIL PROTECTED] Subject: Re: Brige, Traffic Shaping and FTP Hi, I'm not sure whether Ed's idea would be the best way to do

Re: Brige, Traffic Shaping and FTP

2004-03-01 Thread Henning Brauer
* David Chubb [EMAIL PROTECTED] [2004-03-01 21:36]: As it is I can force Tribes 2 to use a range of ports for players and I have poked holes for that range...this is by far not the best security method though and not all applications allow for forcing a static range of ports. so? the only

Re: Brige, Traffic Shaping and FTP

2004-03-01 Thread Henning Brauer
* Julien Bordet [EMAIL PROTECTED] [2004-03-01 21:35]: However, when one does bridge traffic shaping, this is not the same thing at all : proxifying means that your are not bridging any more, using a IP address for the bridge, and so on. I really think it is a very dirty solution. The kernel

Re: Brige, Traffic Shaping and FTP

2004-03-01 Thread Julien Bordet
Henning Brauer wrote: * Julien Bordet [EMAIL PROTECTED] [2004-03-01 21:35]: However, when one does bridge traffic shaping, this is not the same thing at all : proxifying means that your are not bridging any more, using a IP address for the bridge, and so on. I really think it is a very dirty

Re: Brige, Traffic Shaping and FTP

2004-03-01 Thread Damien Miller
On Mon, 1 Mar 2004, Julien Bordet wrote: In fact, even if it does not really matter to you in fact, I'm not talking about a kernel proxy here. I'm talking about something smart enough to tag packets related and so to pass them. If we go on with FTP, a piece of code that attach data

Re: Brige, Traffic Shaping and FTP

2004-03-01 Thread Ed White
On Monday 01 March 2004 22:22, Henning Brauer wrote: the only place to solve this is obviously writing a proxy. wether that is in kernel or not doesn't change a shit. well, except for the tiny detail that a security problem in your userland proxy doesn't give the attacker remote root... and it

Re: Brige, Traffic Shaping and FTP

2004-03-01 Thread Henning Brauer
* Julien Bordet [EMAIL PROTECTED] [2004-03-01 23:31]: Henning Brauer wrote: * Julien Bordet [EMAIL PROTECTED] [2004-03-01 21:35]: However, when one does bridge traffic shaping, this is not the same thing at all : proxifying means that your are not bridging any more, using a IP address for the

Re: Brige, Traffic Shaping and FTP

2004-03-01 Thread Henning Brauer
* Ed White [EMAIL PROTECTED] [2004-03-02 00:11]: On Monday 01 March 2004 22:22, Henning Brauer wrote: the only place to solve this is obviously writing a proxy. wether that is in kernel or not doesn't change a shit. well, except for the tiny detail that a security problem in your userland

Re: Brige, Traffic Shaping and FTP

2004-03-01 Thread Julien Bordet
[EMAIL PROTECTED] wrote: A piece of kernel code smart enough to inspect packets comprising a partular protocol, and extract enough information to determine if they are, in fact related is exactly what Henning is referring to as a kernel proxy Ok, that is what Henning calls a proxy. But this is

Re: Brige, Traffic Shaping and FTP

2004-03-01 Thread Ryan McBride
On Mon, Mar 01, 2004 at 11:21:55PM +0100, Julien Bordet wrote: As I said, there may a user land solution. Some kind of global user space advisor daemon, helping packet filter to make complicated decisions, for example. Having a userland program doing blocking operations on kernel packet flow

Re: Brige, Traffic Shaping and FTP

2004-03-01 Thread Daniel Hartmeier
On Mon, Mar 01, 2004 at 11:21:55PM +0100, Julien Bordet wrote: Again, I agree. But that does not resolve the issue. Please consider the case I'm talking about (Bridge, ...). What we need is a OpenBSD solution. We do one of the best packet filter available, make bridging surprisingly easy,