Stupid Router!!!
-
I don't know anything about your setup, but here at home I've got a DSL modem running in "bridged" mode (it doesn't have its own ip address) and a linksys WRT54G plugged into that and using pppoe to establish the DSL connection over the modem. One day I started getting connection dropouts, and I had to reboot the modem or go into the router's management webpages and press "connect" to get things back. The PPPoE settings in the router were set to automatically reconnect if the link went down but for whatever reason it never did. I put tomato (3rd party open source firmware) on the router and had no more problems - if the connection drops then the router picks that up and reconnects straight away. Tomato has lots of other good stuff too BTW, I highly reccommend it if your router is compatible.
I may give tomato a try. :) Does it allow VPN pass through? Thanks :-D
oooo, the Jedi's will feel this one....
-
I may give tomato a try. :) Does it allow VPN pass through? Thanks :-D
oooo, the Jedi's will feel this one....
Yep, it does. One other VERY handy feature is a SSH daemon. Enable that and then from your work or other computer you can create a SSH tunnel using putty which gives you an encrypted link back into your home network. Also, you can use putty as a socks proxy, you set it up and then tell your browser to use a proxy server on localhost:8080 or whatever, so then you enter www.codeproject.com in your browser and your browser connects to putty on that port which encrypts enverything and sends it over the tunnel to your router, and your router unencrypts is and connects to codeproject.com... So basically if you have a filter or an insecure connection everything is going over the encrypted connetion to your home router, and thats all anything in the middle can see. You can even tell putty to connect to your home machine via your normal proxy server, if you don't have a direct connection to the net. It can get a bit complicated to get your head around but its very cool and means if you are somewhere that has the most tightly controlled net connection you can use that to route everything through your home connection and basically get full internet access. Tomato also does very good QOS stuff and bandwidth monitoring. Thats its main strong point.
-
Yep, it does. One other VERY handy feature is a SSH daemon. Enable that and then from your work or other computer you can create a SSH tunnel using putty which gives you an encrypted link back into your home network. Also, you can use putty as a socks proxy, you set it up and then tell your browser to use a proxy server on localhost:8080 or whatever, so then you enter www.codeproject.com in your browser and your browser connects to putty on that port which encrypts enverything and sends it over the tunnel to your router, and your router unencrypts is and connects to codeproject.com... So basically if you have a filter or an insecure connection everything is going over the encrypted connetion to your home router, and thats all anything in the middle can see. You can even tell putty to connect to your home machine via your normal proxy server, if you don't have a direct connection to the net. It can get a bit complicated to get your head around but its very cool and means if you are somewhere that has the most tightly controlled net connection you can use that to route everything through your home connection and basically get full internet access. Tomato also does very good QOS stuff and bandwidth monitoring. Thats its main strong point.
Cool. So I could use that rather than VPN through the router to a VPN machine? That would be very cool as it would free up a machine that I could reallocate to another use. (although that machine is ancient... 400mhz processor, 128mb ram... I'm sure I'll find a use for it :confused:)
oooo, the Jedi's will feel this one....
-
Does anybody know what could cause a router to keep losing it's internet connection? I'm having to restart the stupid thing about 3 times a day, but I'm not convinced it's the actual router, or WAN connection... :| Any idea's?
oooo, the Jedi's will feel this one....
I went through the same thing a few months ago. It was driving me nuts. I even replaced all the cables. I got so fed up, that, as a last resort, I replaced all the connectors on those cables. Problem solved. It seems that, even if you purchase (purportedly) good cables, the connectors may be bad (or, more likely, not connected properly to the coax cable).
-
Does anybody know what could cause a router to keep losing it's internet connection? I'm having to restart the stupid thing about 3 times a day, but I'm not convinced it's the actual router, or WAN connection... :| Any idea's?
oooo, the Jedi's will feel this one....
I had to reflash mine, I believe it's a Linksys WRT160N (I can double check tonight once I back home). Now, it's working properly. I don't remember the version but I guess if you have the same router then I suggest you reflash with the latest firmware version. Many people had this problem and reflashing resolved it. http://www.linksysbycisco.com/US/en/support/WRT160N/download Common sense is not so common. Voltaire
-
Does anybody know what could cause a router to keep losing it's internet connection? I'm having to restart the stupid thing about 3 times a day, but I'm not convinced it's the actual router, or WAN connection... :| Any idea's?
oooo, the Jedi's will feel this one....
I had this problem, its not a speedtouch is it? It turned out the time on the router was an hour out, and the MS time server wasn't responding. So I found another time server, the router collected the correct time, and its never happened since.....
-
Does anybody know what could cause a router to keep losing it's internet connection? I'm having to restart the stupid thing about 3 times a day, but I'm not convinced it's the actual router, or WAN connection... :| Any idea's?
oooo, the Jedi's will feel this one....
Last summer, I started getting the same problem with my home network. I was never sure whether it was the cable modem or router, so I contacted my cable provider who came out, couldn't find anything wrong but replaced the modem "just in case". A week went by but then the problem started up again. The router was old, so I bought a new one and installed it. A week went by, but then the problem came back. I replaced the cable between the modem and the router. A week went by, but then ... I then took my laptop chill mat, hooked it up to a USB hub off my desktop, and placed my cable modem and router on it. Since then, I've not had any more problems. My modem and router are on a shelf in a bookcase next to my desk, and they were overheating!
-
Does anybody know what could cause a router to keep losing it's internet connection? I'm having to restart the stupid thing about 3 times a day, but I'm not convinced it's the actual router, or WAN connection... :| Any idea's?
oooo, the Jedi's will feel this one....
I had a similar issue, replaced the router and been golden ever since.
-
Cool. So I could use that rather than VPN through the router to a VPN machine? That would be very cool as it would free up a machine that I could reallocate to another use. (although that machine is ancient... 400mhz processor, 128mb ram... I'm sure I'll find a use for it :confused:)
oooo, the Jedi's will feel this one....
Dpending on exactly what you are doing, then probably, yes. Drop me a line if you want any tips setting all up - john@johnsinclair.org Cheers
-
I don't know anything about your setup, but here at home I've got a DSL modem running in "bridged" mode (it doesn't have its own ip address) and a linksys WRT54G plugged into that and using pppoe to establish the DSL connection over the modem. One day I started getting connection dropouts, and I had to reboot the modem or go into the router's management webpages and press "connect" to get things back. The PPPoE settings in the router were set to automatically reconnect if the link went down but for whatever reason it never did. I put tomato (3rd party open source firmware) on the router and had no more problems - if the connection drops then the router picks that up and reconnects straight away. Tomato has lots of other good stuff too BTW, I highly reccommend it if your router is compatible.
I was using this same access point with a netgear 10/100 load balancing router to a cable modem. I was seeing similar drop out issues. I recently removed the router/AP combination and went with a LinkSys simultaneous dual N with four GE ports. The drop outs went away and I simplified my configuration
-
Does anybody know what could cause a router to keep losing it's internet connection? I'm having to restart the stupid thing about 3 times a day, but I'm not convinced it's the actual router, or WAN connection... :| Any idea's?
oooo, the Jedi's will feel this one....
I had a similar problem not long ago. The connection would be fine then I would drop the WAN side out of nowhere. The problem I ended up having was the signal was degraded by splitting the connection to serve the rest of the drops in the house. You have to make sure your drop that feeds the cable modem is nearest the incoming line in the split tree. This makes sure you have the best signal strenght and quality for your modem. Something else to consider..... Keep an eye on the weather when you have issues. If it only happens when the weather is wet or you are watering the lawn you may have a damaged main line that needs repair. Hope this helps. Dave
modified on Thursday, January 21, 2010 4:40 PM
-
Does anybody know what could cause a router to keep losing it's internet connection? I'm having to restart the stupid thing about 3 times a day, but I'm not convinced it's the actual router, or WAN connection... :| Any idea's?
oooo, the Jedi's will feel this one....
If you are downloading alot with bit torrents etc, you might try to throttle back the bandwidth that your download clients are using. They will lock up a router if they deplete the routers bandwidth. Most download clients have settings to limit upload and download bandwidth.
-
Well, I once drove an hour and half to a client who was complaining about intermittent network connection simply to hear that singular "click" that occurs when you properly plug in an ethernet cable. Marc
Try cleaning the dust out of it :)
-
Does anybody know what could cause a router to keep losing it's internet connection? I'm having to restart the stupid thing about 3 times a day, but I'm not convinced it's the actual router, or WAN connection... :| Any idea's?
oooo, the Jedi's will feel this one....
Make and Model might help. I have had problems like this myself - usually it's a bug in the firmware that causes it to crash after a long period of time, or when a certain sequence of packets goes through it. I've had routers that were fixed with a simple firmware update, so check to see if there is one available. And I've also had routers that had no fix, so I had to toss them in the trash and buy a different model. I've pretty much restricted myself to Cisco these days - they seem to have a more thorough Q/A department.
Eric Cox, Software Architect Tometa Software, Inc. http://www.tometasoftware.com Get stress relief at http://www.mrtometahead.com
-
Does anybody know what could cause a router to keep losing it's internet connection? I'm having to restart the stupid thing about 3 times a day, but I'm not convinced it's the actual router, or WAN connection... :| Any idea's?
oooo, the Jedi's will feel this one....