From owner-freebsd-emulation Fri Mar 22 23:17:43 2002 Delivered-To: freebsd-emulation@freebsd.org Received: from rwcrmhc54.attbi.com (rwcrmhc54.attbi.com [216.148.227.87]) by hub.freebsd.org (Postfix) with ESMTP id 07DE437B41A for ; Fri, 22 Mar 2002 23:17:40 -0800 (PST) Received: from max ([12.254.136.195]) by rwcrmhc54.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020323071739.YBFR1214.rwcrmhc54.attbi.com@max>; Sat, 23 Mar 2002 07:17:39 +0000 Message-ID: <02f701c1d23a$d4be6c30$0900a8c0@max> From: "John Nielsen" To: "Randy Bush" , "freebsd emulator list" References: Subject: Re: vmware nat windoze services Date: Sat, 23 Mar 2002 00:17:45 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----- Original Message ----- From: "Randy Bush" To: "freebsd emulator list" Sent: Friday, March 22, 2002 7:36 PM Subject: vmware nat windoze services > freebsd 4.5-stable host system running > vmware2 with a virtual > windows 98se under it > > other windoze systems can not 'see' the sharables etc. on the virtualized > win98se. i suspect i need to nat win's ports or something. any clues? When you install the VMware port, answer "yes" when it asks if you want to use netgraph bridging. Compile a kernel with bridging support (options BRIDGE). The VMnet module is by default initialized to use 192.168.0.1. It should use an address on a network that is NOT IN USE. If you use the 192.168.0.0/24 network then change this address in /usr/local/etc/vmware/config. Configure your virtual machine to use "host-only" networking. This merely tells VMware not to worry about bridging, since the FreeBSD host is doing that for you. Configure the guest as if it were another node on your real network. If you've already done all this then post again with more details. JN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message