Hi all,

I do want to get this up to work:

DSL----cable-----AP * * * * wireless * * * * FoneraRouter (in client mode)-----cable-----Laptop

For the moment, I try to get it working without encryption.

I tried for hours and hours ending up with the configuration shown below.
But it is still not working ...

Any help is highly appreciated !

Cheers

Igel_igel



# /etc/config/network

config interface loopback
        option ifname lo
        option proto static
        option ipaddr 127.0.0.1
        option netmask 255.0.0.0

config interface lan
        option ifname eth0
        option type bridge
        option proto static
        option ipaddr 192.168.63.3
        option netmask 255.255.255.0  # no gateway for the moment - will only try to reach my AP first


# /etc/config/wireless
config wifi-device wifi0
        option type atheros
        option channel 4 #corresponds to AP's channel
        option mode    '11g'  #corresponds to AP's mode
        option disabled '0'
        option diversity 0
        option txantenna 1
        option rxantenna 1

config wifi-iface
        option device wifi0
        option network lan
        option mode 'sta'
        option ssid 'home4'  # corresponds to AP's SSID
        option encryption 'none'

(Last edited by igel_igel on 17 Jul 2008, 10:52)