From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 30 23:38:58 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6BAE516A4CE for ; Wed, 30 Jun 2004 23:38:58 +0000 (GMT) Received: from pluto.hedeland.org (c0172a.mael.bostream.se [194.236.4.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC96A43D3F for ; Wed, 30 Jun 2004 23:38:57 +0000 (GMT) (envelope-from per@hedeland.org) Received: from pluto.hedeland.org (localhost [127.0.0.1]) i5UNcu3M056186 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 1 Jul 2004 01:38:56 +0200 (CEST) Received: (from per@localhost)i5UNcumm056185; Thu, 1 Jul 2004 01:38:56 +0200 (CEST) Date: Thu, 1 Jul 2004 01:38:56 +0200 (CEST) From: Per Hedeland Message-Id: <200406302338.i5UNcumm056185@pluto.hedeland.org> To: freebsd-emulation@freebsd.org X-Scanned-By: MIMEDefang 2.39 cc: orlando.bassotto@ieo-research.it Subject: Patches to allow running multiple vmware3 instances X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 30 Jun 2004 23:38:58 -0000 Hi, I just send-pr'ed some patches to allow running of multiple networked vmware3 instances: http://www.freebsd.org/cgi/query-pr.cgi?pr=68532 The scheme isn't very elegant, since it uses one vmnet interface per vmware instance, but if your needs aren't very "dynamic", I think it's OK. Only tested on 5.2.1-RELEASE, see the pr for some possible issues on other versions (it should be possible to create the vmnet devices manually on non-devfs systems - *before* running the start script...). --Per Hedeland per@hedeland.org