From owner-freebsd-net@FreeBSD.ORG Fri Oct 8 17:14:19 2010 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3AFD106564A for ; Fri, 8 Oct 2010 17:14:18 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.212.182]) by mx1.freebsd.org (Postfix) with ESMTP id DBFF38FC13 for ; Fri, 8 Oct 2010 17:14:18 +0000 (UTC) Received: by pxi17 with SMTP id 17so406180pxi.13 for ; Fri, 08 Oct 2010 10:14:18 -0700 (PDT) Received: by 10.114.132.2 with SMTP id f2mr3041676wad.131.1286556642170; Fri, 08 Oct 2010 09:50:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.166.77 with HTTP; Fri, 8 Oct 2010 09:50:21 -0700 (PDT) From: Eitan Adler Date: Fri, 8 Oct 2010 16:50:21 +0000 Message-ID: To: net@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: Subject: possible bug in netif or handbook when using lagg with wlan devices X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2010 17:14:19 -0000 I copied my rc.conf from http://www.freebsd.org/doc/handbook/network-aggregation.html the last paragraph $cat /etc/rc.conf hostname="ByteByte" ifconfig_bge0="UP" ifconfig_bwn0="ether xyzabc UP DHCP" wlans_bwn0="wlan0" ifconfig_wlan0="UP DHCP" cloned_interfaces="lagg0" ifconfig_lagg0="laggproto failover laggport bge0 laggport wlan0 DHCP" When I do /etc/rc.d/netif restart I get: ifconfig: interface wlan0 does not exist Stopping Network: lo0 bwn0 bge0 lagg0 wlan0 lo0: ... bwn0: ... bge0: ... lagg0: ... ifconfig: interface wlan0 does not exist ifconfig: create: bad value ifconfig: UP bad value ifconfig: UP bad value ifconfig: SIOCSLAGPORT: Device bust Starting Network: lo0 bwn0 bge0 lagg0 lo0: ... bwn0: ... bge0: ... lagg0: ... -- Eitan Adler