Amiga.org

The "Not Quite Amiga but still computer related category" => Alternative Operating Systems => Topic started by: TheMagicM on February 06, 2005, 03:06:59 AM

Title: Regulating bandwidth on home network (how?)
Post by: TheMagicM on February 06, 2005, 03:06:59 AM
I have a router with a few pc's on the net..and my brother hogs up bandwidth sometimes..how can I regulate how much bandwidth he's using?
Title: Re: Regulating bandwidth on home network (how?)
Post by: Argo on February 06, 2005, 04:43:37 AM
Unplug his computers network cable at the router.  :-D

How's your home network setup? What is your router?

You may need to use a computer to act as the network router. In which case you can use something like ClarkConnect which has a bandwidth manager (http://www.clarkconnect.org/webapp/moduleinfo.jsp?id=2) module.
Title: Re: Regulating bandwidth on home network (how?)
Post by: GreggBz on February 06, 2005, 05:14:34 AM
Hmm..
Without extra information, Limit his ethernet interface to half duplex, lol. should be a setting in windows for that. or ethertool for linux.
You could get some fancy SNMP provisioning software.
Title: Re: Regulating bandwidth on home network (how?)
Post by: Floid on February 06, 2005, 07:15:33 AM
Find a 486 and two network cards... (http://www.openbsd.org/faq/pf/queueing.html#example1)
Title: Re: Regulating bandwidth on home network (how?)
Post by: T_Bone on February 06, 2005, 09:50:18 AM
I was thinking of doing something like this.

I want to give my computer "dibs" on all bandwidth, and only let the rest of the network use the bandwidth I'm not using.

I was also thinking about setting up some kind of router between my cable connection and a neighbors cable connection, that would share bandwidth between us, so that I could use his free bandwidth when he's not using it, and vice-versa.

haven't really seen an easy way to do this. (read "easy" as "I don't feel like doing it") :lol:
Title: Re: Regulating bandwidth on home network (how?)
Post by: Floid on February 06, 2005, 01:25:03 PM
Quote

T_Bone wrote:
I was thinking of doing something like this.

I want to give my computer "dibs" on all bandwidth, and only let the rest of the network use the bandwidth I'm not using.


That's what all the various queueing solutions are for.  I gather there's something for Linux, too, and I'm sure someone's coughed up a Windows variant, but... I try not to think about that, it makes my head hurt.

Quote
I was also thinking about setting up some kind of router between my cable connection and a neighbors cable connection, that would share bandwidth between us, so that I could use his free bandwidth when he's not using it, and vice-versa.


This is more of a stupendous pain in the ___, because you either need your own endpoint for both links to point to (allowing you to do some multilink business with PPP tunneling, which may suffer mightily for the asymmetry, I'm not sure), or some downright insane routing, which probably doesn't offer the granularity you're after... though I guess that might not be *too* bad, if you both plonk behind NAT and are able to make everything within the router aware to an appropriate level.
Title: Re: Regulating bandwidth on home network (how?)
Post by: GadgetMaster on February 06, 2005, 02:02:20 PM
Try this link for some ideas. Scroll down for the answers.

http://www.experts-exchange.com/Hardware/Q_20937798.html

Title: Re: Regulating bandwidth on home network (how?)
Post by: Piru on February 06, 2005, 02:41:22 PM
I use a Debian GNU/Linux (http://www.debian.org/) box with iptables (http://www.netfilter.org/) and tc (http://lartc.org/howto/).