Index: en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml =================================================================== --- en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml (revision 50035) +++ en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml (working copy) @@ -3699,16 +3699,13 @@ Replace bge0 to match the system's Ethernet interface name. The ether line will contain the - MAC address of the specified interface. - Now, change the MAC address of the - underlying wireless interface: + MAC address of the specified interface. - &prompt.root; ifconfig iwn0 ether 00:21:70:da:ae:37 - - Bring the wireless interface up, but do not set an + Bring the wireless interface up, change its + MAC address, but do not set an IP address: - &prompt.root; ifconfig wlan0 create wlandev iwn0 ssid my_router up + &prompt.root; ifconfig wlan0 create wlandev iwn0 ether 00:21:70:da:ae:37 ssid my_router up Make sure the bge0 interface is up, then create the &man.lagg.4; interface with @@ -3741,12 +3738,11 @@ following entries to /etc/rc.conf: - ifconfig_bge0="up" -ifconfig_iwn0="ether 00:21:70:da:ae:37" + ifconfig_bge0="up" wlans_iwn0="wlan0" -ifconfig_wlan0="WPA" +ifconfig_wlan0="ether 00:21:70:da:ae:37 WPA" cloned_interfaces="lagg0" -ifconfig_lagg0="laggproto failover laggport bge0 laggport wlan0 DHCP" +ifconfig_lagg0="laggproto failover laggport bge0 laggport wlan0 DHCP"