From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 19:46:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA0EB1065670 for ; Wed, 2 Jul 2008 19:46:46 +0000 (UTC) (envelope-from westr@connection.ca) Received: from nc-tor-mail1.connection.ca (nc-tor-mail1.connection.ca [205.207.122.26]) by mx1.freebsd.org (Postfix) with ESMTP id 9725A8FC13 for ; Wed, 2 Jul 2008 19:46:46 +0000 (UTC) (envelope-from westr@connection.ca) Received: from localhost (external.tor.connection.ca [216.234.38.18]) by nc-tor-mail1.connection.ca (Postfix) with ESMTP id E575344B493; Wed, 2 Jul 2008 15:46:45 -0400 (EDT) Date: Wed, 2 Jul 2008 15:46:45 -0400 From: Ross Organization: Network Connection X-Priority: 3 (Normal) Message-ID: <658785581.20080702154645@connection.ca> To: Vince Hoffman In-Reply-To: <486BD80A.2000902@unsane.co.uk> References: <19710256683.20080702131816@connection.ca> <486BD80A.2000902@unsane.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re[2]: FB7.0 - ifconfig clone error - "SIOCIFCREATE2: Invalid argument" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ross List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2008 19:46:46 -0000 VH> what command are you using exactly? it certainly works here. The standard ones! Which has gotten me confused greatly. Using yours as an example: -= [root@controller ~]# ifconfig bce0.5 create ifconfig: SIOCIFCREATE2: Invalid argument [root@controller ~]# and playing a bit: [root@controller ~]# ifconfig bce0.5 create vlandev bce0 ifconfig: must specify a tag for vlan create [root@controller ~]# ifconfig bce0.5 create vlandev bce0 vlan 5 ifconfig: SIOCIFCREATE2: Invalid argument [root@controller ~]# ifconfig bce0 bce0: flags=8843 metric 0 mtu 1500 options=1bb ether 00:1e:0b:c7:e1:d0 inet w.x.y.z netmask 0xffffff00 broadcast w.x.y.z media: Ethernet autoselect (1000baseSX ) status: active [root@controller ~]# -= I'm wondering if it's because of the bce driver or something along those lines, and ioctl isn't able to pick up the root device or something. The annoying part is that these are new servers/network cards on these boxes, so I don't have an equivalent FB6.x setup to test against. (Other boxes running 6.x are working just fine). R. --