From owner-freebsd-emulation Sun May 20 14: 8:13 2001 Delivered-To: freebsd-emulation@freebsd.org Received: from kawoserv.kawo2.rwth-aachen.de (kawoserv.kawo2.RWTH-Aachen.DE [134.130.180.1]) by hub.freebsd.org (Postfix) with ESMTP id 12ABE37B424 for ; Sun, 20 May 2001 14:08:10 -0700 (PDT) (envelope-from root@big.endian.de) Received: from zerogravity.kawo2.rwth-aachen.de (zerogravity.kawo2.rwth-aachen.de [134.130.181.28]) by kawoserv.kawo2.rwth-aachen.de (8.9.3/8.6.9) with ESMTP id XAA22829; Sun, 20 May 2001 23:08:08 +0200 Received: by zerogravity.kawo2.rwth-aachen.de (Postfix, from userid 0) id 5440314CB3; Sun, 20 May 2001 23:08:08 +0200 (CEST) Date: Sun, 20 May 2001 23:08:08 +0200 From: Alexander Langer To: "Richard E. Hawkins" Cc: freebsd-emulation@FreeBSD.ORG Subject: Re: ready to pull my hair out over networking under vmware Message-ID: <20010520230808.E737@zerogravity.kawo2.rwth-aachen.d> References: <200105191936.f4JJa7g06289@fac13.ds.psu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200105191936.f4JJa7g06289@fac13.ds.psu.edu>; from dochawk@psu.edu on Sat, May 19, 2001 at 03:36:07PM -0400 X-PGP-Fingerprint: 44 28 CA 4C 46 5B D3 A8 A8 E3 BA F3 4E 60 7D 7F X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. 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 Thus spake Richard E. Hawkins (dochawk@psu.edu): > What in the world am I supposed to tell it? All I want is for my > virtual linux and win98 boxes to be able to see the outside world, adn > for my virtual linux to be able to use my X display rather than its own. For FreeBSD, it's so nice to just choose an unused network (I used 10.0.0.0), enable netgraph bridging using this network (you have to edit the vmware config file though) and then, in VMWare, use hostonly networking. You can then set the IP of your guest-os as if it was physically on the local network. Thanks to Chris for telling me this as well some weeks ago. :-) Alex PS: This are the important parts of my config: zerogravity% less vmware/config vmware.fullpath = "/usr/local/lib/vmware/bin/vmware" wizard.fullpath = "/usr/local/lib/vmware/bin/vmware-wizard" dhcpd.fullpath = "/usr/local/lib/vmware/bin/vmnet-dhcpd" loop.fullpath = ""/usr/local/lib/vmware/bin/vmware-loop" libdir = "/usr/local/lib/vmware/lib" vmnet1.HostOnlyAddress = "10.0.0.1" vmnet1.HostOnlyNetMask = "255.255.255.0" and in rc.d/vmware.sh I use: networking=1 bridged=YES bridge_interface=xl0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message