Date: Sun, 10 Jan 2010 16:47:46 +0200 From: Serge Semenenko <serge@a-1.com.ua> To: freebsd-mobile@freebsd.org, gamato@users.sf.net Subject: Switching from wired to wireless getting "network down" Message-ID: <4B49E892.5080503@a-1.com.ua> References: 200912300852.57010.jhb@freebsd.org
next in thread | raw e-mail | index | archive | help
Hi
may be this is what you're looking for...
in rc.conf :
wlans_ath0="wlan0"
ifconfig_bge0="up"
ifconfig_wlan0="country UA WPA"
ifconfig_ath0="ether 00:1b:24:9e:1b:c6"
ifconfig_lagg0="laggproto failover laggport bge0 laggport wlan0 DHCP"
cloned_interfaces="lagg0"
in devd.conf :
notify 0 {
match "system" "IFNET";
match "subsystem" "wlan0";
match "type" "LINK_UP";
media-type "802.11";
action "ifconfig lagg0 laggport wlan0";
};
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B49E892.5080503>
