From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 18 20:49:07 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 323A116A41F for ; Mon, 18 Jun 2007 20:49:07 +0000 (UTC) (envelope-from per@hedeland.org) Received: from pluto.hedeland.org (1-1-1-13a.mal.sth.bostream.se [82.182.84.27]) by mx1.freebsd.org (Postfix) with ESMTP id 89C9F13C457 for ; Mon, 18 Jun 2007 20:49:06 +0000 (UTC) (envelope-from per@hedeland.org) Received: from pluto.hedeland.org (localhost [127.0.0.1]) by pluto.hedeland.org (8.13.6/8.13.1) with ESMTP id l5IKn3R9059271 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 18 Jun 2007 22:49:03 +0200 (CEST) (envelope-from per@pluto.hedeland.org) Received: (from per@localhost) by pluto.hedeland.org (8.13.6/8.13.1/Submit) id l5IKn3ZG059270; Mon, 18 Jun 2007 22:49:03 +0200 (CEST) (envelope-from per) Date: Mon, 18 Jun 2007 22:49:03 +0200 (CEST) From: Per Hedeland Message-Id: <200706182049.l5IKn3ZG059270@pluto.hedeland.org> To: ulrich@pukruppa.net In-Reply-To: <20070618150834.I9390@small> X-Scanned-By: MIMEDefang 2.48 on 10.1.1.1 Cc: freebsd-emulation@freebsd.org Subject: Re: Virtual network with qemu X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2007 20:49:07 -0000 "P.U.Kruppa" wrote: > >When now I try to connect the second virtual box, it will "steal" >the first box's network connection. You need to give them individual mac addresses via the 'macaddr' parameter to '-net nic'. I.e one of them can have the default (52:54:00:12:34:56) but not more than one.:-) See e.g. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=111250+0+archive/2007/freebsd-emulation/20070603.freebsd-emulation --Per Hedeland