Results 1 to 2 of 2

Thread: Is it possible to schedule WLan function?

  1. Is it possible to schedule WLan function?

    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)

  2. #2
    Join Date
    Mar 2007
    Location
    Budapest / Hungary
    Posts
    79
    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
    Code:
    #!/bin/sh
    wl radio off
    /opt/wlenable
    Code:
    #!/bin/sh
    wl radio on
    and need configure cron daemon for enable/disable time. See it macsat.com.

    Bye, George

Similar Threads

  1. Help to compile toolchain please
    By QMax in forum WL-500gP Q&A
    Replies: 12
    Last Post: 15-10-2007, 13:30
  2. DSL ueber WLAN zu langsam WL-500g
    By guti in forum German Discussion - Deutsch (DE)
    Replies: 6
    Last Post: 03-07-2007, 10:56
  3. Replies: 1
    Last Post: 20-06-2007, 09:38
  4. 2* wl500g deluxe über wlan vebinden
    By tiger8110 in forum German Discussion - Deutsch (DE)
    Replies: 18
    Last Post: 26-07-2006, 14:58
  5. WLAN connects, but no IP address?
    By C64 in forum WL-HDD Q&A
    Replies: 0
    Last Post: 03-06-2006, 18:50

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •