Results 1 to 2 of 2

Thread: Enabling bridge client mode (without nat)

  1. #1

    Enabling bridge client mode (without nat)

    enable client mode:
    Code:
    wl ap 0
    enable wireless bridge:
    Code:
    wl wet 1
    scan for present wireless networks:
    Code:
    wl scan
    wl scanresults
    join chosen network (replace SSID with SSID of wireless network you want to connect on):
    Code:
    wl join 'SSID'
    Finally, if you are happy with the results you can put all of this in post-boot
    Code:
     mkdir -p /usr/local/sbin/
     echo "#!/bin/sh" > /usr/local/sbin/post-boot
     echo "wl ap 0" >> /usr/local/sbin/post-boot
     echo "wl wet 1" >> /usr/local/sbin/post-boot
     echo "wl join 'SSID'" >> /usr/local/sbin/post-boot
     chmod +x /usr/local/sbin/post-boot
     flashfs save
     flashfs commit
     flashfs enable
    In this mode WAN port has the same purpose as in AP mode.

  2. #2
    Hello!

    I would like to make WPA-PSK (no server) "Wireless Protected Access with a Pre-Shared Key" secutity in client mode. I connect Asus with belkin Pre-N withougth security. But with I it don't know how.

    Thank you,Tomaz

Similar Threads

  1. Idiot's guide to setting up bridge mode?
    By tsb4k in forum WL-HDD Q&A
    Replies: 0
    Last Post: 03-09-2005, 23:46
  2. WL500G Deluxe Afterburner in Bridge Mode
    By nico1980 in forum WL-500g Q&A
    Replies: 5
    Last Post: 24-05-2005, 15:43
  3. Encrypted bridge mode
    By kjetil in forum WL-500g Q&A
    Replies: 4
    Last Post: 30-01-2005, 04:25
  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. Bridge Mode/WDS for WL-HDD
    By deraaf in forum WL-HDD Q&A
    Replies: 0
    Last Post: 05-11-2004, 14:17

Tags for this Thread

Posting Permissions

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