No subject


Wed Aug 13 12:12:47 PDT 2008


TO PROBLEM AGAIN:
it looks like sta goes down & from linux machine i can't ping it. can't ping it
& if i connect different client like notebook(winxp+atheros drivers)

i try do something with bridge like ->  # brctl setageing "bridgename" "time"
it time of remove mac address from forwarding table. Try set long time in secs.
or to 0, but it not help!!!

Try remove from bridge ath0 interface & add in bridge only eth0+eth0.3 but
problem repiated again!

PLEASE HELP !!!
=====================================================================
configs
=====================================================================
root at OpenWrt:~# cat /etc/config/network
# Copyright (C) 2006 OpenWrt.org

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   10.0.2.100
        option netmask  255.255.255.0

config interface vlan
        option ifname   eth0.3
        option type     bridge
        option proto    static
        option stp      on[/code]

root at OpenWrt:~# cat /etc/config/wireless
config wifi-device  wifi0
        option type     atheros
        option channel  52

config wifi-iface
        option device   wifi0
        option network  vlan
        option mode     ap
        option ssid     OpenWrt2
        #option isolate 1

        option diversity 0
        option txantenna 1
        option rxantenna 1
        option bursting 1
        option wmm 1
        option xr 1
        option ar 1

        ##for EAP/TLS
        option encryption wpa-mixed
        option wpa_key_mgmt WPA-EAP
        option own_ip_addr 10.0.2.200
        option nas_indefender test.xxx.ru
        option radius_auth_server_addr 10.0.2.110
        option radius_auth_server_port 1812
        option radius_auth_server_secret 1
        option radius_acct_server_addr 10.0.2.110
        option radius_acct_server_port 1813
        option radius_acct_server_secret 1
        option eap_reauth_period 60
        option wpa_gmk_rekey 600
        option wpa_group_rekey 1
        option wpa_strict_rekey 86400

root at OpenWrt:~# cat /etc/config/network
# Copyright (C) 2006 OpenWrt.org

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   10.0.3.110
        option netmask  255.255.255.0

config interface wlan
        option ifname   ath0
              option proto      static
        option ipaddr   172.16.0.2
        option netmask  255.255.255.0
        option gateway  172.16.0.1

root at OpenWrt:~# cat /etc/config/wireless
config wifi-device  wifi0
        option type     atheros
        option channel  52

config wifi-iface
        option device   wifi0
        option network  wlan
        option mode     sta
        option ssid     OpenWrt2

        option diversity 0
        option rxantenna 1
        option txantenna 1
        option bursting 1
        option wmm 1
        option xr 1
        option ar 1

        ##for wpa_supplicant STA/WDS [eap/tls]
        option encryption WPA2
        option supp_eapol_version 1
        option supp_ap_scan 1
        option supp_fast_reauth 1
        option supp_scan_ssid 1
        option supp_mode 0
        option supp_key_mgmt WPA-EAP
        option supp_auth_alg OPEN
        option supp_group 3
        option supp_pairwise 3
        option supp_eap TLS
        option supp_identity user0001
        option supp_ca_cert /etc/keys/best-ca.crt
        option supp_client_cert /etc/keys/user0001.crt
        option supp_private_key /etc/keys/user0001.key
        option supp_private_key_passwd

ath0      IEEE 802.11a  ESSID:"OpenWrt2"  Nickname:""
          Mode:Master  Frequency:5.26 GHz  Access Point: 00:80:48:xx:xx:xx   
          Bit Rate:0 kb/s   Tx-Power:17 dBm   Sensitivity=1/1  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:8ADF-C7A6-5ED5-9F8E-B949-3C5D-E634-1194 [3]   Security
mode:open
          Power Management:off
          Link Quality=42/70  Signal level=-54 dBm  Noise level=-96 dBm
          Rx invalid nwid:269  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0[/code]
ath0      IEEE 802.11a  ESSID:"OpenWrt2"  Nickname:""
          Mode:Managed  Frequency:5.26 GHz  Access Point: 00:80:48:xx:xx:xx   
          Bit Rate:36 Mb/s   Tx-Power:18 dBm   Sensitivity=1/1  
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:E3F1-D928-5BAC-D755-BB17-4008-4B51-6492   Security
mode:restricted
          Power Management:off
          Link Quality=27/70  Signal level=-69 dBm  Noise level=-96 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0[/code]


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


More information about the Bugme-new mailing list