Re: [LARTC] Info about IFB

2006-08-17 Thread Samuel Díaz García

Any help?

Samuel Díaz García escribió:
Hi, I'm looking for info about IFB devices and how I can use it to 
incomming traffic shapping.


Has IFB any web about it?
Do any body known where I can find more info about it?

I found this:
http://linux-net.osdl.org/index.php/IFB

But I can't stand fine how to use it to allow many ifb's devices or how 
to use it with "tc actions".


Any help?

Thanks



--
   Samuel Díaz García
Director Gerente
ArcosCom Wireless, S.L.L.

CIF: B11828068
c/ Romero Gago, 19
Arcos de la Frontera
11630 - Cadiz

http://www.arcoscom.com

mailto:[EMAIL PROTECTED]
msn: [EMAIL PROTECTED]

Móvil: 651 93 72 48
Tlfn.: 956 70 13 15
Fax:   956 70 34 83
___
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc


[LARTC] Info about IFB

2006-08-13 Thread Samuel Díaz García
Hi, I'm looking for info about IFB devices and how I can use it to 
incomming traffic shapping.


Has IFB any web about it?
Do any body known where I can find more info about it?

I found this:
http://linux-net.osdl.org/index.php/IFB

But I can't stand fine how to use it to allow many ifb's devices or how 
to use it with "tc actions".


Any help?

Thanks

--
   Samuel Díaz García
Director Gerente
ArcosCom Wireless, S.L.L.

CIF: B11828068
c/ Romero Gago, 19
Arcos de la Frontera
11630 - Cadiz

http://www.arcoscom.com

mailto:[EMAIL PROTECTED]
msn: [EMAIL PROTECTED]

Móvil: 651 93 72 48
Tlfn.: 956 70 13 15
Fax:   956 70 34 83
___
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc


Re: [LARTC] Detecting p2p traffic

2006-05-21 Thread Samuel Díaz García
I'm using the 2 modules at the same, and the problems I encounter are:
   1) l7-filter need to patch kernel (you can't skip this), and for this
reason in my recent scripts I'm putting "module detection procedures"
to allow me disable this module when no exists.
   2) With a little manual changes into .h files and .c headers includes
section, you can compile kernel module and iptables extensions for
ipp2p, with this sources, you can upgrade you kernel and put a
detection script into init scripts to detect, compile and install ipp2p
without problems.
   3) I use p2p detection modules in this way:
   a) Marking p2p traffic in mangle table.
   b) Limiting bandwidth with tc.
   c) Using connlimit iptables extension in filter table to drop tcp
"new p2p connections" when they reaches a limit.

Perhaps this help a bit.

Regards

-- 
Samuel Díaz García
ArcosCom Wireless, S.L.L.

CIF: B11828068
c/ Romero Gago, 19
Arcos de la Frontera
11630 - Cadiz

http://www.arcoscom.com

mailto:[EMAIL PROTECTED]
msn: [EMAIL PROTECTED]

Tlfn.: 956 70 13 15
Fax:   956 70 34 83


El Lun, 22 de Mayo de 2006, 8:26, Andrew Beverley escribió:
> Jason Boxman wrote:
>> On Sunday 07 May 2006 19:43, Andrew Beverley wrote:
>>> After varying degrees of success with p2p detection modules, I would
>>> like
>>> to write the following rules using iptables to reliably identify p2p
>>> traffic:
>>>
>> 
>>> On my network all p2p traffic falls into these categories, and I don't
>>> mind
>>> overmatching with other traffic.
>>
>> If you can, you could look into compiling and using ipp2p against your
>> kernel.
>> I find it works extremely well with my p2p traffic from edonkey
>> protocol(s).
>> You may have success with L7-Filter, too.  You can probably use both at
>> the
>> same time, but I've never tried as ipp2p works for me.
>
> Thanks - I tried both ipp2p and l7-filter. I found that on the whole
> they worked well, but on the network of 50 clients there was always a
> couple that it didn't detect. I also wanted to put something in place
> that didn't need upgrading - if and when I move on someone will have to
> keep updating ipp2p and l7-filter on the server.
>
> Andy
>
>
> ___
> LARTC mailing list
> LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>


___
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc