I have install openwrt like a bridge (relay) between wifi and lan with
WPA2 802.1x in a DAP-1350
All thing go fine but transmission of dhcp request from the client.
If I put client with fixed ip it work fine.

 Distribution:
ATTITUDE ADJUSTMENT (12.09, r36088)

# cat /etc/config/wireless 

config wifi-device 'radio0'
        option type 'mac80211'
        option path '10180000.wmac'
        list ht_capab 'GF'
        list ht_capab 'SHORT-GI-20'
        list ht_capab 'SHORT-GI-40'
        list ht_capab 'TX-STBC'
        list ht_capab 'RX-STBC12'
        option txpower '20'
        option channel '6'
        option macaddr 'c8:be:19:d6:7c:bc'
        option disabled '0'
        option hwmode '11g'
        option country 'ES'

config wifi-iface
        option device 'radio0'
        option mode 'sta'
        option ssid 'W-PROFESIONAL'
        option encryption 'wpa2'
        option eap_type 'peap'
        option auth 'MSCHAPV2'
        option identity 'xxxxxx'
        option password 'xxxxxx'
        option network 'wlan'

# cat /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 globals 'globals'
        option ula_prefix 'fd49:2f84:3ab0::/48'

config interface 'lan'
        option ifname 'eth0'
        option proto 'static'
        option ipaddr '192.168.1.1'
        option netmask '255.255.255.0'

config interface 'wlan'
        option proto 'dhcp'
        option hostname 'puente-wl-01'

config interface 'puente'
        option _orig_ifname 'eth0 wlan0'
        option _orig_bridge 'true'
        option proto 'relay'
        list network 'lan'
        list network 'wlan'
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-users

Reply via email to