Need help reigning in my roommate's downloading
Its gotten to the point were its so slow that I can't do much of anything on the internet. I keep telling him that the connection is not his exclusive province and that me and my other roommate need to use it too, but my dismal latency remains (3k ms). I could use help in configuring my router to apportion the connection so that we all get an equal share and he does not (or block the ports that e donkey operates on :twisted: ) hog the whole damn cable connection. I am using a Network Everywhere NR041 router. When I access the options through the 192.168.1.1 address the interface says and looks like linksys stuff. I tried to go to linksys.com to see the user guide of a similar product, but they are down right now. I would greatly appreciate any help anyone here could provide.
hinde
Junior Poster in Training
60 posts since Jul 2005
Reputation Points: 10
Solved Threads: 4
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
Hello,
It is a common rule that technology will not solve social problems.
That said, I looked over the information on the Network Everywhere website concerning your router, and bandwidth throttling is not a supported option. Bandwith throttling is an advanced network operation; I would have been surprised if the feature was offered.
In order to get what you seek, you are going to need to invest in a commercial router, or dabble with Linux or Windows SERVER products to find options on partioning the bandwidth.
I would talk to your roomate again, and if that doesn't work so well, then prove to him that he is hogging the line with his connection, and have him pay the lion's share of the connection.
Christian
kc0arf
Posting Virtuoso
1,937 posts since Mar 2004
Reputation Points: 121
Solved Threads: 57
I don't think the problem is that his roommate doesn't agree he is hogging it. I think the problem is that his roommate simply likes to download lots of files all the time, and it isn't his roommate's fault that the router isn't smart enough to allocate better. I think his roommate would be perfectly happy with something in place to allocate less bandwidth to him, as long as he could continue downloading the files he wants to.
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
While I agree with Christian, you shouldn't solve social issues with technology, There are ways this can be done. I'm not sure if your router will do it, but both Linux and NetBSD (I'm sure others do, too) have something called QoS (Quality of Service). You can apply a different "priority" to each type of traffic using those tools. If you're really serious about this, that's one way to go.
...Of course, a "social" approach would be to ask your roommates "Why am I paying an equal share of this bill if I'm not doing equal downloading?" If all else fails, get your own 'Net connection, like DSL if they have Cable, or vice-versa. They have no right accessing something that they're not paying for, and you shouldn't be stuck paying equally if they both ate steak dinners, and you just had soup.
alc6379
Cookie... That's it
2,820 posts since Dec 2003
Reputation Points: 186
Solved Threads: 147
Or you could always by a low end hardware firewall. Nearly all have the ability to block whatever ports you would like blocked. I came across a cheap(er) Netgear on CDW's site for around $60. You could probably find one cheaper if you looked hard enough.
Justin01
Junior Poster in Training
77 posts since Aug 2005
Reputation Points: 11
Solved Threads: 2
Port blocking isn't going to do it-- that will cut it off entirely, and alienate your fellow users. That's why I suggested a QoS monitoring solution to either give your packets a higher priority, or give the other people's packets a lower priority.
But again, that's not going to solve anything. All you're going to do is irritate folks. I still contend the best solution is to get your own internet connection that cannot or will not be shared by the others.
alc6379
Cookie... That's it
2,820 posts since Dec 2003
Reputation Points: 186
Solved Threads: 147
This looks like the sort of thing i need!!!! am trying a download monitor "Bandwidth Monitor Pro" which came recomended, but doesnt change much. This qos is what i need to give my game priority over downloads. any idea where we can find it?
cheers
QoS is something you'd have to use Linux or a BSD for. Basically, you replace your router with a PC that has 2 NICs in it. One end connects to the LAN, and the other one connects to the Internet. You configure this machine to route packets much like your previous router.
...But with one exception. In Linux, you'd check out this HOWTO: http://www.opalsoft.net/qos/DS.htm
In a BSD, you could use ALTQ, which isn't all that difficult. I'm at a loss to find a good howto on that tool, but if you decided to go that route, the manual (man)pages that are included with the BSD flavor you choose should guide you right through.
Doing this takes a litle bit of know-how, but once it's set up, you don't have to touch it anymore, unless it's to tweak some bandwidth, or to temporarily disable it. Once it's all set up, it should act just like your old router, but it will have a capability to do QoS filtering.
IPcop has a nice installation and administration set up (works like most routers' web based interfaces), and it has rudimentary QoS features. If you know what ports are being used, you can set them as "LOW" priority ports through there.
alc6379
Cookie... That's it
2,820 posts since Dec 2003
Reputation Points: 186
Solved Threads: 147