lotus123
Expert Member
- Joined
- Sep 6, 2006
- Messages
- 1,055
Thanks! Very different, and I'm going to try that too.You seem to be winning. Well done.
I'm not too familiar with all the options, so can't comment on the commands you're using. I simply switch gateway using the following, having given names to the routers (under network -> hostnames).
#Switch to MTN
59 17 * * * route delete default gw Rain.lan; route add default gw MTN.lan
#Switch to Rain
0 23 * * * route delete default gw MTN.lan; route add default gw Rain.lan
EDIT: If the commands work when entered manually, then they "should" work as scheduled jobs too. I set mine for 17:59 just to be doubly sure I don't have a potential disconnect while watching a live match, but 18:00 should work fine.
So far I'm happy with the performance. The one thing I can't do anymore is send a command string to the B315 to change bands between 1800 and 2600, but that's not too serious.
Once again, thanks for the tip. Very happy with the result.