PDA

Bekijk de volledige versie : Is it possible to schedule WLan function?



Sopur
07-09-2007, 14:48
Hello!
Is it on this router possible to schedule the WLan (a timetable, when WLan should deactivate and when it should activate).
(oh the WL-500g it was possible, but I didn't find that in the manual of the WL-500W).
Regards
Sopur

(Sorry, I also did ask in the german section, but then I saw the special forum for the 500w)

KGy
07-09-2007, 16:32
Hi and sorry my English.

If wl500w not supported, you can control it with cron daemon and wl command (wl radio on / wl radio off). You need create two script for enable/disable wlan function.

/opt/wldisable


#!/bin/sh
wl radio off


/opt/wlenable


#!/bin/sh
wl radio on


and need configure cron daemon for enable/disable time. See it macsat.com.

Bye, George