Re: HEADSUP: 802.11 vap support merged

From: Randy Bush <randy_at_psg.com>
Date: Tue, 10 Jun 2008 20:53:31 +0900
the following works.  it puts up a wep ssid rgnet-aden to which i can
connect no problem

wlans_ath0="wlan0"
create_args_wlan0="wlanmode ap"
cloned_interfaces=bridge0
ifconfig_bridge0="192.168.0.1 addm vr1 addm vr2 addm vr3 addm wlan0 up"
ipv6_ifconfig_bridge0="inet6 2001:240:6a8::1/64"
ifconfig_vr1=up
ifconfig_vr2=up
ifconfig_vr3=up
ifconfig_wlan0="channel 11 ssid rgnet-aden wep wepkey thirteenchars
weptxkey 1 mediaopt hostap up"

but the following does not work.  i can connect to the wep-less ssid,
rg-free, but fail on connect to the wep ssid, rgnet-aden, which worked above

wlans_ath0="wlan0 wlan1"

create_args_wlan0="wlanmode ap"
create_args_wlan1="wlanmode ap"

cloned_interfaces=bridge0
ifconfig_bridge0="192.168.0.1 addm vr1 addm vr2 addm vr3 addm wlan0 addm
wlan1 up"

ipv6_ifconfig_bridge0="inet6 2001:240:6a8::1/64"
ifconfig_vr1=up
ifconfig_vr2=up
ifconfig_vr3=up
ifconfig_wlan0="channel 11 ssid rgnet-aden wep wepkey thirteenchars
weptxkey 1 mediaopt hostap up"
ifconfig_wlan1="ssid rg-free up"


and, in neither case, do i get the ipv6 address on the bridge.  i can
add it manually after the system is up.  so it is a timing thing, maybe
an interaction with the pppoe and gif that have to come up first.

randy
Received on Tue Jun 10 2008 - 09:53:35 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:31 UTC