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 _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
