OpenWrt Forum Archive

Topic: Kamikaze, madwifi, and Ausu WL-500gP

The content of this topic has been archived on 4 May 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I have this trouble with my WL-500gP. "option network lan" is set, but I still cant ping from ethernet to AP.
Can somebody help me?

My configs:

/etc/config/network:

#### VLAN configuration
config switch eth0
        option vlan0    '0 1 2 3 4 5*'
        option vlan1    '5'


#### Loopback configuration
config interface loopback
        option ifname   "lo"
        option proto    static
        option ipaddr   127.0.0.1
        option netmask  255.0.0.0


#### LAN configuration
config interface lan
        option type     bridge
        option ifname   'eth0.0'
        option proto    static
        option ipaddr   '192.168.3.212'
        option netmask  '255.255.255.0'
        option dns      '192.168.3.100'
        option gateway  '192.168.3.100'


#### WAN configuration
config interface        wan
        option ifname   'eth0.1'
        option proto    'none'

/etc/config/wireless:

config wifi-device  wifi0
        option type     atheros
        option channel  ''
#       option diversity 1
#       option txantenna 0
#       option rxantenna 0
#       option distance  2000
# disable radio to prevent an open ap after reflashing:
        option disabled '0'
        option mode     ''
        option maxassoc ''
        option distance '15000'
        option diversity        '0'
        option txantenna        '2'
        option rxantenna        '2'


config wifi-iface
        option device   wifi0
        option network  'lan'
        option mode     'sta'
        option ssid     'ZOZ_RN'
        option hidden   '0'
#       option txpower  15
#       option bgscan   enable
        option encryption       'none'
        option bssid    'zoz_wieza'
        option server   ''
        option port     ''
        option isolate  '0'
        option txpower  '18'
        option bgscan   '1'
        option key1     ''
        option key2     ''
        option key3     ''
        option key4     ''
        option nick     'CLCZZ'

(Last edited by skrzyp on 9 Jul 2007, 06:40)

I'm no Kami wizard but I thought:

    option bssid    'zoz_wieza'

is for setting an alternate MAC address. Change it to '' and try again.

Also, do you have your PC's IP address set to 192.168.3.x? Check your PC's addresss to be sure.

Rob

(Last edited by robrob on 8 Jul 2007, 23:07)

After delete bssid nothing changes.

I want to connect two LANs togetger.

LAN1<---->AP<-----wireless--->STA<--->LAN2

My Asus is connected to AP, from console on my STA I can ping AP, but I can't ping from my LAN2 to AP.
Its looks like bridge on STA dont't work, but I think that is good configured.

I try configuration from madwifi site for wds and transparent wds, but this don't work.
I don't understand another thing. Configuration  AP and STA is this same, both are WL-500gP, diffirence is only option mode, and
on AP bridge work but on STA not.


brctl show:


bridge name     bridge id               STP enabled     interfaces
br-lan          8000.00026f4825f9       no              eth0.0
                                                        ath0

I get solution!
I forgot to set

iwpriv ath0 wds 1

on AP

(Last edited by skrzyp on 9 Jul 2007, 09:09)

The discussion might have continued from here.