Log in

Bekijk de volledige versie : Client + AP



kaizen
06-10-2011, 16:49
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



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



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?

wpte
06-10-2011, 18:32
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:p

theMIROn
06-10-2011, 18:44
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.

kaizen
06-10-2011, 19:26
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.