All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [LARTC] Re: GPL Software for Small ISP
@ 2007-02-08 18:12 Andrew Beverley
  2007-02-08 18:14 ` Madhava Rayudu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrew Beverley @ 2007-02-08 18:12 UTC (permalink / raw)
  To: lartc


>   It is not just browsing ...or HTTP... it is every thing... I want a
> GPL package for a small ISP 

I think you're probably limited in what you could cache other than HTTP.

I suggest you have a look at some of the examples of fair traffic
shaping using linux. I can send you my script if you like - I have used
it to share a 1 Mbit link between about 70 people and it works fairly
well.

Regards,

Andy Beverley


>  
> On 2/8/07, Madhava Rayudu <madhava.rayudu@gmail.com> wrote: 
>          
>         Sir,
>          
>               I have one  2 MB link which I have to distribute to 200
>         people.   Caching may enchance performance. Kindly suggest
>         packages for this purpose under GPL.
>          
>          
>          Regards,
>          
>         Rayudu.
> 
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [LARTC] Re: GPL Software for Small ISP
  2007-02-08 18:12 [LARTC] Re: GPL Software for Small ISP Andrew Beverley
@ 2007-02-08 18:14 ` Madhava Rayudu
  2007-02-08 21:40 ` Andrew Beverley
  2007-02-09  3:23 ` Madhava Rayudu
  2 siblings, 0 replies; 4+ messages in thread
From: Madhava Rayudu @ 2007-02-08 18:14 UTC (permalink / raw)
  To: lartc


[-- Attachment #1.1: Type: text/plain, Size: 391 bytes --]

Hai,

  It is not just browsing ...or HTTP... it is every thing... I want a GPL
package for a small ISP

Regards,

Rayudu..


On 2/8/07, Madhava Rayudu <madhava.rayudu@gmail.com> wrote:
>
>
> Sir,
>
>       I have one  2 MB link which I have to distribute to 200 people.
> Caching may enchance performance. Kindly suggest packages for this purpose
> under GPL.
>
>
>  Regards,
>
> Rayudu.
>

[-- Attachment #1.2: Type: text/html, Size: 948 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] Re: GPL Software for Small ISP
  2007-02-08 18:12 [LARTC] Re: GPL Software for Small ISP Andrew Beverley
  2007-02-08 18:14 ` Madhava Rayudu
@ 2007-02-08 21:40 ` Andrew Beverley
  2007-02-09  3:23 ` Madhava Rayudu
  2 siblings, 0 replies; 4+ messages in thread
From: Andrew Beverley @ 2007-02-08 21:40 UTC (permalink / raw)
  To: lartc

[-- Attachment #1: Type: text/plain, Size: 1140 bytes --]

On Thu, 2007-02-08 at 23:01 +0200, Bogdan Hojda wrote:
> Andrew Beverley wrote:
> >>   It is not just browsing ...or HTTP... it is every thing... I want a
> >> GPL package for a small ISP 
> > 
> > I think you're probably limited in what you could cache other than HTTP.
> > 
> > I suggest you have a look at some of the examples of fair traffic
> > shaping using linux. I can send you my script if you like - I have used
> > it to share a 1 Mbit link between about 70 people and it works fairly
> > well.
> > 
> 
> Could you send that script to me, please? I have about 150 people 
> sharing a 2 Mbit link, I'm not satisfied with my old script, and I'm 
> searching some alternatives.
> 

I've attached it. Let me know if you have any questions.

A few notes:

- internet link is ppp0, local network is eth0
- local network is on a 10.0.0.0 subnet
- I use IFB to shape ingress traffic
- edit DOWNLINK and UPLINK variables as required
- You'll need to patch your kernel for connlimit and ipset (if you want
p2p detection)
- I also use Squid as a transparent web cache. Take those rules out if
you don't need them.

Regards,

Andy Beverley


[-- Attachment #2: traffic-shaper --]
[-- Type: application/x-shellscript, Size: 12112 bytes --]

[-- Attachment #3: Type: text/plain, Size: 143 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [LARTC] Re: GPL Software for Small ISP
  2007-02-08 18:12 [LARTC] Re: GPL Software for Small ISP Andrew Beverley
  2007-02-08 18:14 ` Madhava Rayudu
  2007-02-08 21:40 ` Andrew Beverley
@ 2007-02-09  3:23 ` Madhava Rayudu
  2 siblings, 0 replies; 4+ messages in thread
From: Madhava Rayudu @ 2007-02-09  3:23 UTC (permalink / raw)
  To: lartc


[-- Attachment #1.1: Type: text/plain, Size: 1221 bytes --]

Sir,




On 2/8/07, Andrew Beverley <andy@andybev.com> wrote:


I suggest you have a look at some of the examples of fair traffic
> shaping using linux. I can send you my script if you like - I have used
> it to share a 1 Mbit link between about 70 people and it works fairly
> well.


   Please do send.   I am very Thankful to you.

Right now I am using rshaper by Alsandro Rubini for shaping incoming
bandwidth(from my clients) and Squid delay pools for HTTP traffic. Kindly
see there is provision for using squid cache.  Most of the Qos/TC packages
does not consider Squid in between. Marking of Squids Hit/Misses etc..

But Squid  saves around 35% of bandwidth which is huge money saving.

Regards,

Rayudu.


>
> > On 2/8/07, Madhava Rayudu <madhava.rayudu@gmail.com> wrote:
> >
> >         Sir,
> >
> >               I have one  2 MB link which I have to distribute to 200
> >         people.   Caching may enchance performance. Kindly suggest
> >         packages for this purpose under GPL.
> >
> >
> >          Regards,
> >
> >         Rayudu.
> >
> > _______________________________________________
> > LARTC mailing list
> > LARTC@mailman.ds9a.nl
> > http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>
>

[-- Attachment #1.2: Type: text/html, Size: 2487 bytes --]

[-- Attachment #2: Type: text/plain, Size: 143 bytes --]

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-02-09  3:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-08 18:12 [LARTC] Re: GPL Software for Small ISP Andrew Beverley
2007-02-08 18:14 ` Madhava Rayudu
2007-02-08 21:40 ` Andrew Beverley
2007-02-09  3:23 ` Madhava Rayudu

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.