I guess you get what you pay for. At R250 per month I'm happy with the roughly 5mbps I get. They are in the process of trenching for fibre in our area and the packages seem to start at around R600, so I have nothing to complain about. I guess if I wanted I could get an external antennae which should push the speed up a touchThe service varies so much
Best speed over 1 month is 3.7mbps down and 0.9 mbps up
On Friday it was 2.04 mbps down and 0.21 mbps up
RAIN blame it on too many users
Sounds like they want their cake and eat it
Working for me. Maybe the problem has been rectified?Rain all of a sudden seems to be down Senderwood
Only if i use a IP direct VPN can i get to websites or the direct IP of a site. Some issue with their network even if i use a different DNS
Did it all go well?Thanks! Project for the weekend.
Thanks for asking!Did it all go well?
Flashing OpenWRT is super easy. All you need to do is download the right version to a USB stick and then select to install it from the router's interface. What TP-link model do you have?Thanks for asking!
Didn't get to it, with "work" work to be done.
Just looked at the Open WRT website to see how to flash the TP-Link router, and it seems it has to be done with TFTP but I don't have a clue how that's done. So I'll be reading up on that first.
On the one hand this looks like lots of work, but I keep forgetting to switch these 2 routers over at night so it makes sense to do it.
Edit: another reason for doing this is to get some QoS/prioritising on one of the network devices. The PC running Sonarr/Radarr completely kills the network for everyone when it starts downloading. I've scheduled it to run mostly after hours, but sometimes it's still runs on in the day.
was fixed around 3:30am i think, was a DNS issue etc direct Ip address would work so used my VPN till it started working againWorking for me. Maybe the problem has been rectified?
That's good to know! I wasn't too sure about that.Flashing OpenWRT is super easy. All you need to do is download the right version to a USB stick and then select to install it from the router's interface. What TP-link model do you have?
Ah ok. I see you have to do tftp for that model - https://openwrt.org/toh/tp-link/tp-link_archer_c20_v4That's good to know! I wasn't too sure about that.
It's a TP-Link Archer C20 AC750 v4.
Already? I'm less than two years of operation they can't handle customers.The service varies so much
Best speed over 1 month is 3.7mbps down and 0.9 mbps up
On Friday it was 2.04 mbps down and 0.21 mbps up
RAIN blame it on too many users
Sounds like they want their cake and eat it
Not sure if it's Rain or the Morpheus App itself but can't seem to get any video to play
Thanks! Project for the weekend.
I have the 2 LTE routers working with the TP-Link router (Router1) that's running OpenWRT.I simply plugged the two routers into the lan ports and set up scheduled tasks (crontab) to switch the default gateway at the necessary times. Took me a bit to figure out, but now that I know what to do it shouldn't take more than 2 minutes to set up.
First thing to do though would be to get open-wrt on the tp link. Once that is done the rest is super easy.
Edit: I disabled dhcp on both LTE routers and set their ip to .0.2 and 0.3 respectively. Dhcp is enabled on the tp link with ip 192.168.0.1.
You seem to be winning. Well done.I have the 2 LTE routers working with the TP-Link router (Router1) that's running OpenWRT.
Configured just like yours, and it seems the Rain B315 router is performing better now that it's not doing the DHCP and wireless functions anymore. Speedtests look noticably better.
I can manually switch the default gateway on Router1 between the two LTE router addresses, and that tests fine. Problem I'm now facing is working out how to set up the Crontab and start it. The documentation online seems to assume a degree of Unix knowledge that I don't possess. Any pointers, please?
Edit: think I figured it out. Yours look like this too?
# Switch over default gateway at every day
# 18h00 from Rain to Telkom
0 18 * * * uci set network.lan.gateway=192.168.1.3 && /etc/init.d/network restart
# 23h00 from Telkom to Rain
0 23 * * * uci set network.lan.gateway=192.168.1.2 && /etc/init.d/network restart