Date: Fri, 23 Nov 2007 13:59:55 +0300 From: Andrew Pantyukhin <infofarmer@FreeBSD.org> To: "Alain G. Fabry" <alainfabry@belgacom.net> Cc: freebsd-questions@freebsd.org Subject: Re: creation of tap interface Message-ID: <20071123105953.GJ66812@amilo.cenkes.org> In-Reply-To: <20071122214158.GA37193@mail.pcextreme.nl> References: <20071122214158.GA37193@mail.pcextreme.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 22, 2007 at 10:41:58PM +0100, Alain G. Fabry wrote: > > 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? The command should work as you typed it, but try this: # kldload if_tap # ifconfig tap0 create ^^^
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071123105953.GJ66812>