Protect me from my internet-addicted self.
April 9, 2005 5:26 AM
Subscribe
Is there a firmware hack for the
WRT54GS that will turn WiFi on and off independent of the 10/100bT, according to a predetermined schedule?
I spend way too much time on the 'net, perhaps I'm suffering from borderline internet-addiction, but I still need occasional 'net access for my banking and schooling. My Linksys router is stashed upstairs with my landlord (whose 'net connection I share) so I don't have convenient physical access to it. I'd like for the 10/100bT connection to remain active while the WiFi is disabled, since my landlord's PC is connected via 10/100bT and I use the WiFi. That would restrict the time I waste on the net, especially since I don't have a landline for dialup access.
I haven't hacked
OpenWRT or its equivalents before but might be willing to try if this is easy to do -- i.e. through existing packages, cron jobs or shell scripting. I am not up to the task of kernel hacking or writing a new package.
posted by randomstriker to computers & internet (4 comments total)
1 user marked this as a favorite
# m h dom mon dow command
0 9 * * 1-5 ifdown eth1
0 17 * * 1-5 ifup eth1
I haven't actually done this as I don't have OpenWRT running, but it should get you started in the right direction.
posted by zsazsa at 8:38 AM on April 9, 2005