OpenWrt Forum Archive

Topic: bridge with wireless and ethernet not ok

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

hi

i have wgt634u with kamikaze 7.09

i use in client mode

my wireless

config wifi-device  wifi0

        option type     atheros
        option channel  5

        # REMOVE THIS LINE TO ENABLE WIFI:
        option disabled 0

config wifi-iface
        option device           wifi0
        option network          lan
        option mode             sta
        option ssid             linksys
        option bssid            00:13:10:83:d1:cf
        option encryption       psk
        option key              1111111111
        option channel          1

My network

#### VLAN configuration
config switch eth0
        option vlan0    "0 1 2 3 4 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.1.2
        option dns 192.168.1.1
        option gateway 192.168.1.1
        option netmask  255.255.255.0

i connect with my router dhcp server 192.168.1.1

iwconfig is ok

 ath0      IEEE 802.11g  ESSID:"linksys"  Nickname:""
          Mode:Managed  Frequency:2.412 GHz  Access Point: 00:13:10:83:D1:CF
          Bit Rate:36 Mb/s   Tx-Power:20 dBm   Sensitivity=1/1
          Retry:off   RTS thr:off   Fragment thr:off
          Encryption key:50AA-BACC-010F-171B-91CB-73A6-AB67-AF66   Security mode
:restricted
          Power Management:off
          Link Quality=32/70  Signal level=-64 dBm  Noise level=-96 dBm
          Rx invalid nwid:65009  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

but when i put a pc on ethernet nothing i can't acces on my network or internet, the wgt634U have acces on network and internet but not the lan of wgt634u


Can you help me thanks

Did you ever fix this?

NO

it's ok with wep key and wds

but wds and psk key not ok no wireless connecting

The discussion might have continued from here.