From owner-freebsd-questions@FreeBSD.ORG Sat Jun 27 06:51:56 2009 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 A2925106564A for ; Sat, 27 Jun 2009 06:51:56 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id 5A1F88FC08 for ; Sat, 27 Jun 2009 06:51:56 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by yxe11 with SMTP id 11so1842423yxe.3 for ; Fri, 26 Jun 2009 23:51:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=SIjO6NNOvKoOvJS1TbTRZ09W2UM2ilO0QfAHoRF8cHk=; b=ahlC+uJ1F2X/Oic5j6FGQj0t5ncIFNS4CUfz4HdzwGAXMan0XSPBDzPBBORJdJe9JV MgRk4ajhTKsFwfyPJmbuUg/ieS3ItB+Spdh7WurmbK8YEN/2BQ9cbIMie9P1yiPwkc56 Rv5vji7UYnL5a3lVofKkb+gIELbGwTOK7VOuU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=c2D2zoTMtbs/Ji4fyTKxAdQAoD/9O+7+E6B/DbG/exywqyDLhp2YQpsKJoWO7Xt/am 9raoEo1HFR7aIhzFNdBCvKPQHiZGrvllF/HcXAW0d5Pn/q7JZjJ+TnH4/pJpVvjVkeK3 bsOK3vncLtf8FWjGpAVwdz4KIpfjE/Gxz7EPU= MIME-Version: 1.0 Received: by 10.151.38.19 with SMTP id q19mr1374731ybj.76.1246085513957; Fri, 26 Jun 2009 23:51:53 -0700 (PDT) In-Reply-To: <80f4f2b20906260737u7768f5a4j9955f78e64789579@mail.gmail.com> References: <80f4f2b20906260737u7768f5a4j9955f78e64789579@mail.gmail.com> Date: Sat, 27 Jun 2009 01:51:53 -0500 Message-ID: <6201873e0906262351m4d6823b2if75a849d2f9accf1@mail.gmail.com> From: Adam Vande More To: Jim Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: QEMU + FreeBSD 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: Sat, 27 Jun 2009 06:51:56 -0000 On Fri, Jun 26, 2009 at 9:37 AM, Jim wrote: > I have installed FreeBSD 7.2 on my notebook in the last week, and > installed QEmu as well. > > I cannot seem to get the network interface working. It works on my > desktop machine, but that is running 7.0 > > looking around, I tried to find some other options, and went here: > http://wiki.freebsd.org/qemu > > and got stuck at this step: > # sysctl net.link.ether.bridge_cfg=fxp0,tap0 > # sysctl net.link.ether.bridge.enable=1 > > because nothing matching "net.link.ether.bridge*" exists. > > Does anyone know of a current good setup document? > > thanks, > -Jim Stapleton > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" > There is vde2 port for it depending networking needs, standard dhcp/nat slirp type should work straight from standard install of qemu though. -- Adam Vande More