From owner-freebsd-questions@FreeBSD.ORG Thu Nov 22 21:45:01 2007 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 2BEE116A417 for ; Thu, 22 Nov 2007 21:45:01 +0000 (UTC) (envelope-from alainfabry@belgacom.net) Received: from mailrelay007.isp.belgacom.be (mailrelay007.isp.belgacom.be [195.238.6.173]) by mx1.freebsd.org (Postfix) with ESMTP id E73F513C465 for ; Thu, 22 Nov 2007 21:45:00 +0000 (UTC) (envelope-from alainfabry@belgacom.net) X-Belgacom-Dynamic: yes Received: from 178.44-245-81.adsl-dyn.isp.belgacom.be (HELO belgacom.net) ([81.245.44.178]) by relay.skynet.be with ESMTP; 22 Nov 2007 22:44:52 +0100 Date: Thu, 22 Nov 2007 22:41:58 +0100 From: "Alain G. Fabry" To: freebsd-questions@freebsd.org Message-ID: <20071122214158.GA37193@mail.pcextreme.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: creation of tap interface X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Nov 2007 21:45:01 -0000 Hi, I'm setting up Qemu, have installed Ubuntu and Gentoo guests on FreeBSD host but I would like to get the network interfaces to work also. I get the following error however when trying to create the tap interfaces FreeBSD# ifconfig tap create ifconfig: SIOCIFCREATE: Invalid argument What is the problem here? Many thanks, Alain