How I doubled my Internet speed with OpenWRT
101–110 of 148 posts
Re: How I doubled my Internet speed with OpenWRT
#102Re: How I doubled my Internet speed with OpenWRT
#103Am I the only one that sees missing letters? http://s2.postimg.org/vpba0a1wp/image.png
I'm seeing corrupted 'r's in the section headings. http://i.imgur.com/v7HZcQI.png (Firefox 36, Win 7 x64, AMD Radeon HD 7770)
Re: How I doubled my Internet speed with OpenWRT
#104Xfinity says your wireline speed will not be impeded by others who are using WiFi via the xfinitywifi shared service. Since DOCSIS 3.0 has no limit on the maximum number of channels (source http://en.wikipedia.org/wiki/DOCSIS#Bandwidth_tables ), I believe in order to make that claim, they have to allocate additional channels to the xfinitywifi traffic. BUT OP will only double his bandwidth if he is purchasing a rate…
From my experience with low throughput 2-4mbps lines I'm deeply sceptical about claims like that. Throughput will generally be OK...but if you want stable latency...good luck. The second someone else is on the same line goes flakely unless its a high powered line (fibre etc)
Re: How I doubled my Internet speed with OpenWRT
#105Do xfinitywifi hotspots permanently authenticate clients based only on their MAC addresses? A malicious client could easily find the MAC address of any device connected to a xfinitywifi hotspot (by using e.g. airodump-ng [0]) and then spoof that device's MAC address on their own computer to access the internet via the hotspot without any authentication. [0] http://www.aircrack-ng.org/doku.php?id=airodump-ng
Re: How I doubled my Internet speed with OpenWRT
#106Am I the only one that sees missing letters? http://s2.postimg.org/vpba0a1wp/image.png
Re: How I doubled my Internet speed with OpenWRT
#107Re: How I doubled my Internet speed with OpenWRT
#108I use this very same feature of openwrt to load balance between my two ISPs. Here in argentina neither of the two ISP are reliable, but cheap enought if you really use then and you need reliability. I recommend multiwan3 as the op suggest, other pkgs didnt work for me. Some modern routers have two radios for 2.5 and 5ghz, but even with one radio openwrt allows you to set it up as client and ap. I find other features…
I was going to go with pfSense for that feature. Do you think it makes sense?
I did tried dd-wrt for this same purpose, the interface is much better, it is very flexible as openwrt, but I couldn't put my wifi on client and AP mode at the same time and I needed to connect to one of my WAN using wifi because that modem is not close enough yet.
Re: How I doubled my Internet speed with OpenWRT
#109Earlier quoted context omitted.
Think kd it this way. When you stream a movie from Netflix it is one TCP session. Not 5, 10, etc. So if you load balance to your neighbor your stream will be worse by default. Like others have pointed out, Linux doesn't load balance a single connection over multiple WANs, so as long as the Netflix stream gets on the best link, it'll be better since it'll have to compete with fewer connections (since some will be rout…
Actually it won't. Think of it this way... 4 lane highway vs 1 lane dirt road. While combining the two makes the number of paths greater the paths themselves are not equal (my equal cost load balancing remark). So, if the router is not taking link cost into account, which it is not, you'll actually have worse performance over all of your connections because the router will try to balance them equally on session start…
Re: How I doubled my Internet speed with OpenWRT
#110I use this very same feature of openwrt to load balance between my two ISPs. Here in argentina neither of the two ISP are reliable, but cheap enought if you really use then and you need reliability. I recommend multiwan3 as the op suggest, other pkgs didnt work for me. Some modern routers have two radios for 2.5 and 5ghz, but even with one radio openwrt allows you to set it up as client and ap. I find other features…