Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jun 2008 20:53:31 +0900
From:      Randy Bush <randy@psg.com>
To:        freebsd-current@freebsd.org
Subject:   Re: HEADSUP: 802.11 vap support merged
Message-ID:  <484E6B3B.8050801@psg.com>
In-Reply-To: <4812C59D.60806@psg.com>
References:  <480D6667.4020509@errno.com>	<20080422200616.GA44541@tirith.brixandersen.dk>	<480E79F9.40303@freebsd.org> <480F358A.2000009@psg.com>	<20080423142628.GA44288@lor.one-eyed-alien.net> <4812C59D.60806@psg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?484E6B3B.8050801>