From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 22 14:35:34 2003 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 49ABB37B404 for ; Tue, 22 Apr 2003 14:35:34 -0700 (PDT) Received: from ms-smtp-03.nyroc.rr.com (ms-smtp-03.nyroc.rr.com [24.92.226.153]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC48543FDF for ; Tue, 22 Apr 2003 14:35:32 -0700 (PDT) (envelope-from funk@softhome.net) Received: from bsd.sadclown.net (syr-24-59-59-213.twcny.rr.com [24.59.59.213]) h3MLZWik000867 for ; Tue, 22 Apr 2003 17:35:32 -0400 (EDT) Received: by bsd.sadclown.net (Postfix, from userid 1007) id 4B9A913342; Tue, 22 Apr 2003 17:35:32 -0400 (EDT) Received: from [192.168.0.2] (funk [192.168.0.2]) by bsd.sadclown.net (Postfix) with ESMTP id F392D11575 for ; Tue, 22 Apr 2003 17:35:27 -0400 (EDT) From: Jeff Utter To: freebsd-emulation@freebsd.org Organization: Message-Id: <1051047329.36202.5.camel@localhost> X-Mailer: Ximian Evolution 1.2.4 Date: 22 Apr 2003 17:35:30 -0400 X-Spam-Status: No, hits=-7.0 required=5.0 tests=AWL,USER_AGENT_XIMIAN autolearn=ham version=2.53 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53 (1.174.2.15-2003-03-30-exp) X-Sanitizer: Advosys mail filter MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Subject: Vmware3 Networking 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: Tue, 22 Apr 2003 21:35:34 -0000 Hey, i was wondering if anyone has networking working in their VMware3 >From what i understand you must use host-only networking (however, it can work like bridged by choosing host only) Well i've tried bort bridged and host only, and neither work.. The error i get with host-only is as follows: No host-only IP address was configured for interface vmnet1: no setting for vmnet1.hostOnlyAddress was found. Failed to configure ethernet0 I HAVE the modules loaded, and the vmware.sh started i think the problem arises from my ifconfig: -bash-2.05b$ ifconfig vmnet1 vmnet1: flags=8943 mtu 1500 ether 00:bd:b7:88:00:01 It has no ip configured for it.. it seems like an ip cant' be set either: su-2.05b# ifconfig vmnet1 192.168.0.8 netmask 255.255.255.0 ifconfig: ioctl (SIOCAIFADDR): File exists I think the vmware.sh is getting the same problem for when i run it i get the following errors: su-2.05b# ./vmware.sh start ifconfig: ioctl (SIOCAIFADDR): File exists Here is what i get when i try to stop vmware.sh su-2.05b# ./vmware.sh stop kldunload: can't unload file: Device busy ifconfig: ioctl (SIOCDIFADDR): Can't assign requested address Ok, well that's all the info i've been able to gather, if anyone else knows any more it would be greatly appreciated. Thanks, Jeff Utter