Home Network
-
I'm not sure if this qualifies as a programming question(famous last words of someone about to be flamed). I've recently taken on some roommates, and one of them loves to torrent. My problem is that he is always hogging the network which makes simple web browsing almost impossible. I've Googled a bit, but my search terms aren't giving hits remotely close to what I'm looking for. I have almost no experience in networking aside from setting up my home networks over the years(plug in router, give it an SSID, and put a WEP password on it). Can you guys suggest some methods / sites / programs that can help me to limit his usage, or completely cut him off the network from say 5 P.M. to Midnight? I'm getting annoyed with having to wait for him to get home then whine at him to turn them off. Currently my solution is unplugging the router and plugging my PC directly into the modem.
[Insert Witty Sig Here]
-
I'm not sure if this qualifies as a programming question(famous last words of someone about to be flamed). I've recently taken on some roommates, and one of them loves to torrent. My problem is that he is always hogging the network which makes simple web browsing almost impossible. I've Googled a bit, but my search terms aren't giving hits remotely close to what I'm looking for. I have almost no experience in networking aside from setting up my home networks over the years(plug in router, give it an SSID, and put a WEP password on it). Can you guys suggest some methods / sites / programs that can help me to limit his usage, or completely cut him off the network from say 5 P.M. to Midnight? I'm getting annoyed with having to wait for him to get home then whine at him to turn them off. Currently my solution is unplugging the router and plugging my PC directly into the modem.
[Insert Witty Sig Here]
-
I'm not sure if this qualifies as a programming question(famous last words of someone about to be flamed). I've recently taken on some roommates, and one of them loves to torrent. My problem is that he is always hogging the network which makes simple web browsing almost impossible. I've Googled a bit, but my search terms aren't giving hits remotely close to what I'm looking for. I have almost no experience in networking aside from setting up my home networks over the years(plug in router, give it an SSID, and put a WEP password on it). Can you guys suggest some methods / sites / programs that can help me to limit his usage, or completely cut him off the network from say 5 P.M. to Midnight? I'm getting annoyed with having to wait for him to get home then whine at him to turn them off. Currently my solution is unplugging the router and plugging my PC directly into the modem.
[Insert Witty Sig Here]
Look for a quality of service (QOS) option in your routers config. Most modern routers all options to configure bandwidth restrictions within specified time frames.
Simon
-
Go to his PC, pause his torrents. Create a small app with a scheduler to kill his torrent programs between those hours.
EliottA wrote:
Go to his PC, pause his torrents.
If it were only that simple, password protected and behind a locked door. I'll look into the app creation. Programming I know, networking and I.T., not so much. ;P
[Insert Witty Sig Here]
-
I'm not sure if this qualifies as a programming question(famous last words of someone about to be flamed). I've recently taken on some roommates, and one of them loves to torrent. My problem is that he is always hogging the network which makes simple web browsing almost impossible. I've Googled a bit, but my search terms aren't giving hits remotely close to what I'm looking for. I have almost no experience in networking aside from setting up my home networks over the years(plug in router, give it an SSID, and put a WEP password on it). Can you guys suggest some methods / sites / programs that can help me to limit his usage, or completely cut him off the network from say 5 P.M. to Midnight? I'm getting annoyed with having to wait for him to get home then whine at him to turn them off. Currently my solution is unplugging the router and plugging my PC directly into the modem.
[Insert Witty Sig Here]
VonHagNDaz wrote:
plug in router, give it an SSID, and put a WEP password on it
That simply wont do :) You'll have to setup a gateway machine, set it up to connect to the internet and share / govern the usage. We do this on our home network, my step brother found and implemented the software that limits the internet usage(by MAC address), so i dont know the name off hand. I'll find out for you though. And our gateway is a linux box BTW... dont know if that puts you off?
Harvey Saayman - South Africa Junior Developer .Net, C#, SQL
you.suck = (you.Passion != Programming & you.Occupation == jobTitles.Programmer)
1000100 1101111 1100101 1110011 100000 1110100 1101000 1101001 1110011 100000 1101101 1100101 1100001 1101110 100000 1101001 1101101 100000 1100001 100000 1100111 1100101 1100101 1101011 111111 -
I'm not sure if this qualifies as a programming question(famous last words of someone about to be flamed). I've recently taken on some roommates, and one of them loves to torrent. My problem is that he is always hogging the network which makes simple web browsing almost impossible. I've Googled a bit, but my search terms aren't giving hits remotely close to what I'm looking for. I have almost no experience in networking aside from setting up my home networks over the years(plug in router, give it an SSID, and put a WEP password on it). Can you guys suggest some methods / sites / programs that can help me to limit his usage, or completely cut him off the network from say 5 P.M. to Midnight? I'm getting annoyed with having to wait for him to get home then whine at him to turn them off. Currently my solution is unplugging the router and plugging my PC directly into the modem.
[Insert Witty Sig Here]
You'd need to have some code running on the router to do that. Most domestic routers don't have the ability to throttle particular workstations but have a look in the instruction book for yours and see if it works. You may be able to limit clients by time of day within the router setup software for your router. At the very least you should be able to log in to the router and boot him off the internet. Russell
-
EliottA wrote:
Go to his PC, pause his torrents.
If it were only that simple, password protected and behind a locked door. I'll look into the app creation. Programming I know, networking and I.T., not so much. ;P
[Insert Witty Sig Here]
VonHagNDaz wrote:
Programming I know, networking and I.T., not so much.
nothing that the google machine cant remedy :P
Harvey Saayman - South Africa Junior Developer .Net, C#, SQL
you.suck = (you.Passion != Programming & you.Occupation == jobTitles.Programmer)
1000100 1101111 1100101 1110011 100000 1110100 1101000 1101001 1110011 100000 1101101 1100101 1100001 1101110 100000 1101001 1101101 100000 1100001 100000 1100111 1100101 1100101 1101011 111111 -
You'd need to have some code running on the router to do that. Most domestic routers don't have the ability to throttle particular workstations but have a look in the instruction book for yours and see if it works. You may be able to limit clients by time of day within the router setup software for your router. At the very least you should be able to log in to the router and boot him off the internet. Russell
I'm blanking on the name, but alot of common routers can be flashed with a linux based replacement firmware that does support QoS, etc.
Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall
-
I'm not sure if this qualifies as a programming question(famous last words of someone about to be flamed). I've recently taken on some roommates, and one of them loves to torrent. My problem is that he is always hogging the network which makes simple web browsing almost impossible. I've Googled a bit, but my search terms aren't giving hits remotely close to what I'm looking for. I have almost no experience in networking aside from setting up my home networks over the years(plug in router, give it an SSID, and put a WEP password on it). Can you guys suggest some methods / sites / programs that can help me to limit his usage, or completely cut him off the network from say 5 P.M. to Midnight? I'm getting annoyed with having to wait for him to get home then whine at him to turn them off. Currently my solution is unplugging the router and plugging my PC directly into the modem.
[Insert Witty Sig Here]
You said he is using torrents. All of the popular bittorrent clients including uTorrent, bitcomet and auzures (whatever its name it, it's hard to remember) allow user to limit upload and download bandwidth. Some clients like uTorrent even allow you to schedule bandwidth meaning he could limit download to 100KB/s during the day and put it to 300KB/s during the night. Chances are your roommate knows about this, but is simply unwilling to limit his speeds. Talk to him first. If he is unwilling to voluntarily limit his speeds just cut him off. He can get his own internet.
-
I'm not sure if this qualifies as a programming question(famous last words of someone about to be flamed). I've recently taken on some roommates, and one of them loves to torrent. My problem is that he is always hogging the network which makes simple web browsing almost impossible. I've Googled a bit, but my search terms aren't giving hits remotely close to what I'm looking for. I have almost no experience in networking aside from setting up my home networks over the years(plug in router, give it an SSID, and put a WEP password on it). Can you guys suggest some methods / sites / programs that can help me to limit his usage, or completely cut him off the network from say 5 P.M. to Midnight? I'm getting annoyed with having to wait for him to get home then whine at him to turn them off. Currently my solution is unplugging the router and plugging my PC directly into the modem.
[Insert Witty Sig Here]
Well, I have a LinkSys router that's a couple years old, and I know for a fact that it has the ability to limit usage by Mac address, and you can create timed schedules to enable/disable use of certain protocols (i.e., P2P), plus it has QOS settings and whatnot ... So you might have to have a look-see at your Router. FYI - you should NEVER use WEP, it is very, very, very easy to crack. You should switch over to WPA, and make certain your SSID is not broadcasting.
-
VonHagNDaz wrote:
plug in router, give it an SSID, and put a WEP password on it
That simply wont do :) You'll have to setup a gateway machine, set it up to connect to the internet and share / govern the usage. We do this on our home network, my step brother found and implemented the software that limits the internet usage(by MAC address), so i dont know the name off hand. I'll find out for you though. And our gateway is a linux box BTW... dont know if that puts you off?
Harvey Saayman - South Africa Junior Developer .Net, C#, SQL
you.suck = (you.Passion != Programming & you.Occupation == jobTitles.Programmer)
1000100 1101111 1100101 1110011 100000 1110100 1101000 1101001 1110011 100000 1101101 1100101 1100001 1101110 100000 1101001 1101101 100000 1100001 100000 1100111 1100101 1100101 1101011 111111Harvey Saayman wrote:
And our gateway is a linux box BTW... dont know if that puts you off?
My one experience with Linux cost me a hard drive. :( I'm finding out I've become a one trick pony. I can sling C and C++ code around enough to keep employed, but I'm way behind the bell curve in many areas I shouldn't be.
[Insert Witty Sig Here]
-
You said he is using torrents. All of the popular bittorrent clients including uTorrent, bitcomet and auzures (whatever its name it, it's hard to remember) allow user to limit upload and download bandwidth. Some clients like uTorrent even allow you to schedule bandwidth meaning he could limit download to 100KB/s during the day and put it to 300KB/s during the night. Chances are your roommate knows about this, but is simply unwilling to limit his speeds. Talk to him first. If he is unwilling to voluntarily limit his speeds just cut him off. He can get his own internet.
JazzJackRabbit wrote:
He can get his own internet.
:laugh: We both know about these options, he's just being a ____(rhymes with stick) because no one wants to play Halo with him anymore...
[Insert Witty Sig Here]
-
You said he is using torrents. All of the popular bittorrent clients including uTorrent, bitcomet and auzures (whatever its name it, it's hard to remember) allow user to limit upload and download bandwidth. Some clients like uTorrent even allow you to schedule bandwidth meaning he could limit download to 100KB/s during the day and put it to 300KB/s during the night. Chances are your roommate knows about this, but is simply unwilling to limit his speeds. Talk to him first. If he is unwilling to voluntarily limit his speeds just cut him off. He can get his own internet.
If you have a linksys router, odds are that you can install DD-WRT firmware on it which does have built in QOS for just his purpose. However I have never been able to get it to work how I want. Your best bet is to force him to throttle with his BT client.
// Steve McLenithan
-
I'm not sure if this qualifies as a programming question(famous last words of someone about to be flamed). I've recently taken on some roommates, and one of them loves to torrent. My problem is that he is always hogging the network which makes simple web browsing almost impossible. I've Googled a bit, but my search terms aren't giving hits remotely close to what I'm looking for. I have almost no experience in networking aside from setting up my home networks over the years(plug in router, give it an SSID, and put a WEP password on it). Can you guys suggest some methods / sites / programs that can help me to limit his usage, or completely cut him off the network from say 5 P.M. to Midnight? I'm getting annoyed with having to wait for him to get home then whine at him to turn them off. Currently my solution is unplugging the router and plugging my PC directly into the modem.
[Insert Witty Sig Here]
-
I'm not sure if this qualifies as a programming question(famous last words of someone about to be flamed). I've recently taken on some roommates, and one of them loves to torrent. My problem is that he is always hogging the network which makes simple web browsing almost impossible. I've Googled a bit, but my search terms aren't giving hits remotely close to what I'm looking for. I have almost no experience in networking aside from setting up my home networks over the years(plug in router, give it an SSID, and put a WEP password on it). Can you guys suggest some methods / sites / programs that can help me to limit his usage, or completely cut him off the network from say 5 P.M. to Midnight? I'm getting annoyed with having to wait for him to get home then whine at him to turn them off. Currently my solution is unplugging the router and plugging my PC directly into the modem.
[Insert Witty Sig Here]
Do you want me to send Chuck Norris over there? The obvious solution is to reconfigure your router to completely disallow internet access by P2P programs - at all. If he wants to be a dick, you can be too. It's easy. I know.
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001 -
I'm not sure if this qualifies as a programming question(famous last words of someone about to be flamed). I've recently taken on some roommates, and one of them loves to torrent. My problem is that he is always hogging the network which makes simple web browsing almost impossible. I've Googled a bit, but my search terms aren't giving hits remotely close to what I'm looking for. I have almost no experience in networking aside from setting up my home networks over the years(plug in router, give it an SSID, and put a WEP password on it). Can you guys suggest some methods / sites / programs that can help me to limit his usage, or completely cut him off the network from say 5 P.M. to Midnight? I'm getting annoyed with having to wait for him to get home then whine at him to turn them off. Currently my solution is unplugging the router and plugging my PC directly into the modem.
[Insert Witty Sig Here]
What router do you have?
-
Well, I have a LinkSys router that's a couple years old, and I know for a fact that it has the ability to limit usage by Mac address, and you can create timed schedules to enable/disable use of certain protocols (i.e., P2P), plus it has QOS settings and whatnot ... So you might have to have a look-see at your Router. FYI - you should NEVER use WEP, it is very, very, very easy to crack. You should switch over to WPA, and make certain your SSID is not broadcasting.
Douglas Troy wrote:
FYI - you should NEVER use WEP, it is very, very, very easy to crack. You should switch over to WPA,
WPA2. WPA1's been cracked recently. Fortunately for the security of newer systems. WPA1's essentially WEP2.0 (and had similar vulnerabilities) with WPA2 being a clean design done right.
Douglas Troy wrote:
make certain your SSID is not broadcasting.
This matters not at all if you've got even one other trivial (WEP or MAC address filtering) protection in place. All three will keep accidental users off, all three will be blown away in seconds by a wireless packet sniffer.
Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall
-
What router do you have?
It's a Cisco gaming router, I don't know the exact model number off the top of my head. It might have been a good idea to have this info written down before asking my question. :doh:
[Insert Witty Sig Here]
-
I'm not sure if this qualifies as a programming question(famous last words of someone about to be flamed). I've recently taken on some roommates, and one of them loves to torrent. My problem is that he is always hogging the network which makes simple web browsing almost impossible. I've Googled a bit, but my search terms aren't giving hits remotely close to what I'm looking for. I have almost no experience in networking aside from setting up my home networks over the years(plug in router, give it an SSID, and put a WEP password on it). Can you guys suggest some methods / sites / programs that can help me to limit his usage, or completely cut him off the network from say 5 P.M. to Midnight? I'm getting annoyed with having to wait for him to get home then whine at him to turn them off. Currently my solution is unplugging the router and plugging my PC directly into the modem.
[Insert Witty Sig Here]
-
Douglas Troy wrote:
FYI - you should NEVER use WEP, it is very, very, very easy to crack. You should switch over to WPA,
WPA2. WPA1's been cracked recently. Fortunately for the security of newer systems. WPA1's essentially WEP2.0 (and had similar vulnerabilities) with WPA2 being a clean design done right.
Douglas Troy wrote:
make certain your SSID is not broadcasting.
This matters not at all if you've got even one other trivial (WEP or MAC address filtering) protection in place. All three will keep accidental users off, all three will be blown away in seconds by a wireless packet sniffer.
Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall
dan neely wrote:
WPA1's been cracked recently
While that is true, script kiddies don't yet have tools available to them for this, and it requires being able to get in-between the connection of the router and the wireless device; verse WEP cracks that merely require you to be able to 'see' the router (SSID). MAC address filtering is indeed the right way to configure a home router, but not broadcasting your SSID is certainly a sure fire way to prevent a curious neighbor from trying their "skilz" on your network.