Date: Sat, 23 Mar 2002 00:17:45 -0700 From: "John Nielsen" <oniblerz@attbi.com> To: "Randy Bush" <randy@psg.com>, "freebsd emulator list" <freebsd-emulation@freebsd.org> Subject: Re: vmware nat windoze services Message-ID: <02f701c1d23a$d4be6c30$0900a8c0@max> References: <E16obOB-000HmW-00@rip.psg.com>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: "Randy Bush" <randy@psg.com> To: "freebsd emulator list" <freebsd-emulation@freebsd.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?02f701c1d23a$d4be6c30$0900a8c0>