From owner-freebsd-emulation@FreeBSD.ORG Tue Dec 20 13:55:51 2005 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 3CDD716A41F for ; Tue, 20 Dec 2005 13:55:51 +0000 (GMT) (envelope-from hueber@riic.at) Received: from proxy.riic.at (www.riic.uni-linz.ac.at [140.78.161.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9989543D49 for ; Tue, 20 Dec 2005 13:55:50 +0000 (GMT) (envelope-from hueber@riic.at) Received: from midori.riic.uni-linz.ac.at ([140.78.161.56]) by proxy.riic.at (8.12.3/8.12.3/Debian-6.6) with ESMTP id jBKDUBvU020470 for ; Tue, 20 Dec 2005 14:30:11 +0100 From: Gernot Hueber To: freebsd-emulation@freebsd.org Content-Type: text/plain Organization: RIIC Date: Tue, 20 Dec 2005 14:55:48 +0100 Message-Id: <1135086948.2765.6.camel@midori> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: vmware3 on freebsd5.4 fails networking X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hueber@riic.at List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Dec 2005 13:55:51 -0000 Hello, I can't get vmware3 networking up and running :-( (While installing the port I have tried both, with and without bridging mode) vmware starts but I get errors regarding the vmnet 1) When config is set to bridging mode "Could not query bridging status on device /dev/vmnet0. Please update your vmnet driver." VM starts and I can use it (without networkging) 2) When config is set to host-only mode "Could not open /dev/vmnet1: No such device or address Failed to configure ethernet0." VM does not start. In both cases vmnet0 and vmnet1 devices are available. What is going wrong here, I have googled around, no luck yet. Gernot