The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Repeater Bridge not working with OpenWRT on WGR614L

    Discussion in 'Networking and Wireless' started by tufani, Dec 1, 2008.

  1. tufani

    tufani Newbie

    Reputations:
    0
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    5
    Hi ,

    I have flashed my wgr614l with openwrt firmware .

    I have tested it for wireless client bridge mode and it is working fine but I am not able to configure it as a repeater bridge.

    I have edited the file "etc/config/wireless" as follows :

    config wifi-device wl0
    option type broadcom
    option channel 5

    # REMOVE THIS LINE TO ENABLE WIFI:

    config wifi-iface
    option device wl0
    option network lan
    option mode sta
    option ssid home_test
    option encryption none

    config wifi-iface
    option device wl0
    option mode ap
    option ssid OpenWrt
    option encryption none

    Now if I scan for avlbl APs for a wireless client , it shows OpenWrt as one of the SSIDs but I am not able to connect any station with this AP.

    Could any body plz tell me if this feature is supported in OpenWRT and if yes where I am making mistake .

    Thanks in advance,
     
  2. blue68f100

    blue68f100 Notebook Virtuoso

    Reputations:
    1,020
    Messages:
    3,439
    Likes Received:
    0
    Trophy Points:
    105
    I have heard of no problems with it working in bridge mode?

    Is this associated with the main AP?

    All I see is 1 wl0

    May try the dd-wrt forum.
     
  3. tufani

    tufani Newbie

    Reputations:
    0
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    5
    Yes it is connected with main AP ..... I have gone through the DD-WRT documentation regarding this and based on that ... I can say that my client bridge is working but repeater bridge is not ....
    Is there any configuration option that I need to enable for this particular purpose ...
     
  4. blue68f100

    blue68f100 Notebook Virtuoso

    Reputations:
    1,020
    Messages:
    3,439
    Likes Received:
    0
    Trophy Points:
    105
    I have not used OpenWRT at all, you will be better off on their forum.

    I was just looking at the devices ID and only saw the one. Normally it has to associates with the main router.
     
  5. tufani

    tufani Newbie

    Reputations:
    0
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    5
    Well ... Now I am able to configure my NetgearWGR614L as a repeater bridge ...
    All I needed to do was enable NAT related options in .config files and edit files
    /etc/config/wireless, /etc/config/network and /etc/config/firewall and it started working ...