Results 1 to 4 of 4

Thread: Client + AP

  1. #1

    Client + AP

    Is this possible, to share wireless Internet to wireless LAN on Oleg firmware without second AP?

    I've found tutorial for OpenWRT:

    /etc/config/network

    Code:
        config 'interface' 'lan'
            option 'type' 'bridge'
            option 'ifname' 'eth0.0'
            option 'proto' 'static'
            option 'netmask' '255.255.255.0'
            option 'dns' '192.168.1.1'
            option 'ipaddr' '192.168.1.1'
    
        config 'interface' 'wan'
            option 'proto' 'dhcp'

    /etc/config/wireless


    Code:
        config 'wifi-device' 'wl0'
            option 'type' 'broadcom'
            option 'channel' '6'
    
        config 'wifi-iface' 'cfg2'
            option 'device' 'wl0'
            option 'mode' 'sta'
            option 'network' 'wan'
            option 'ssid' 'MY_ISP'
            option 'encryption' 'psk2'
            option 'key' '0987654321'
    Should I switch to OpenWRT or is this possible for Oleg firmware to work the same WiFi interface as ISP client and Access Point at the same time?

  2. #2
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Those files don't even exist in oleg...
    I'm also not sure if the wireless drivers are completely the same.

    So yeah, you should probably go for dd-wrt

  3. #3
    if you need multiple ssids, search forum for nvram wl0_vifs and all related, probably only on RU part.
    if you need repeater/bridge, it's also possible.

  4. #4
    Quote Originally Posted by theMIROn View Post
    if you need multiple ssids,

    I need to set build-in Wi-Fi card as WAN interface (Internet client) and WLAN (AP) at the same time.

    With public IP for WAN and private IP for WLAN.

Similar Threads

  1. Настройка FTP сервера на Asus WL-500gP
    By RonS in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 259
    Last Post: 27-11-2011, 15:57
  2. Превью новой версии прошивки 1.9.2.7-9
    By Oleg in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 804
    Last Post: 14-03-2009, 19:42
  3. Соединение есть все ОК а Status: Disconnected ?
    By beryllium in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 4
    Last Post: 01-11-2008, 14:46
  4. A sort of attack...
    By Ciuflingar in forum WL-500gP Q&A
    Replies: 8
    Last Post: 12-10-2008, 16:22

Posting Permissions

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