Results 1 to 3 of 3

Thread: Client mode didn't reconect

  1. #1

    Question Client mode didn't reconect

    HI

    i had one strange problem,
    my Access point goes down sometimes for cca 5-10min due power loss.

    but when it comes back UP, my ASUS wl500g fw 1.9.2.7-4 (client mode, ethernet bridge)doesn't reconect automaticali.....
    when i logged in and type wl status...it seems everithing is OK, wl bssid returns me MAC of AP.....but i can't ping AP....
    i tried wl disassoc; wl assoc....but no change
    after reboot of asus everything is OK.

    is it possible to solve this?
    where i can find the boot connect script?
    what exactly do nvram variables wl_join, wl_auth....?

    Update:

    i use WEP 128
    when AP comes back up after power loss
    in shared only mode.......i cannto see MAC of my asus client
    in open system mode.......i see MAC of my asus, but i can't ping it

    after reboot my asus client....everythink is OK in shared mode, or open system.....
    with WPA it's the same thing

    Could somebody help me?
    thanks
    Last edited by pipos; 25-03-2005 at 18:55.
    Pipos (2xWL-500g, WDS-only mode, used as backbone for MAN network; 1xWL-500g in Client Mode with NAT)

  2. #2
    Join Date
    Sep 2004
    Posts
    123
    Quote Originally Posted by pipos
    ..but when it comes back UP, my ASUS wl500g fw 1.9.2.7-4 (client mode, ethernet bridge)doesn't reconect automaticali.....
    ...after reboot of asus everything is OK.
    same to me

  3. #3

    How to solve this bug íthe simpliest method)

    Hi

    i add this script to /usr/local/sbin
    assoc.sh:

    #!/bin/sh
    ping -c 1 172.16.1.253 >> /dev/null
    assoc=`wl bssid|sed 's/bssid is//'`
    if [ ${assoc} = "00:00:00:00:00:00" ]
    then reboot
    elif [ ! $(wl status|grep BSSID)]
    then reboot
    fi

    and to post-boot i add

    (while sleep 20s; do /usr/local/sbin/assoc; done)&

    this makes a router reboot when it's not associated


    Oleg, could you take a look at this problem?
    I think, that problem is caused by wrong, or no WEP keys which device used in reconect script.
    Were in sources i could find client mode connect scripts? How s client connection do in this firmwares (1.9.2.7-3)
    please help
    Pipos (2xWL-500g, WDS-only mode, used as backbone for MAN network; 1xWL-500g in Client Mode with NAT)

Similar Threads

  1. Client mode
    By antidot in forum WL-500g Q&A
    Replies: 5
    Last Post: 31-07-2005, 14:09
  2. Use WL-HDD in client mode , please help
    By marciton in forum WL-HDD Q&A
    Replies: 7
    Last Post: 22-07-2005, 09:50
  3. WL-HDD in client mode
    By fennec in forum WL-HDD Q&A
    Replies: 0
    Last Post: 20-01-2005, 14:23
  4. AP client mode + AP repeater mode!
    By organetic in forum WL-500g Q&A
    Replies: 1
    Last Post: 27-12-2004, 18:19
  5. client mode using 64bit WEP-key
    By szafa in forum WL-500g Q&A
    Replies: 2
    Last Post: 21-07-2004, 14:32

Posting Permissions

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