Results 1 to 2 of 2

Thread: Cross flatfrom bandwidth limiter for single pc

  1. #1
    Join Date
    Jan 2008
    Location
    CSJDM, Bulacan
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Cross flatfrom bandwidth limiter for single pc

    I have a small home network. 2 desktops (1 WinXP, 1 Linux/WinXP, 1 portable. I am using a Linksys wrt4gc v.2.0 router. I have no server.

    My questions is, is there a bandwidth limiter (open source) that I can install on each PC so that when one pc is downloading something it won't eat up all the network/internet bandwidth?

    Thanks...

  2. #2
    Join Date
    Jul 2008
    Beans
    16

    Re: Cross flatfrom bandwidth limiter for single pc

    In Windows, I love NetLimiter.

    In Linux, you can fairly easily do it with "squid".

    First, find out if you already have squid:
    Code:
    squid -v
    If you don't, get it:
    Code:
    sudo apt-get install squid
    You'll need to use "delay pools" as described in the documentation.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •