Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jul 2000 10:33:43 +0200
From:      Marc Fonvieille <fonvi@easynet.fr>
To:        Ollivier Robert <roberto@keltia.freenix.fr>
Cc:        freebsd-emulation@FreeBSD.ORG
Subject:   Re: FreeBSD/VMWare setup for networking
Message-ID:  <20000728103343.A1293@marduk.styx.org>
In-Reply-To: <20000727213652.A43538@keltia.freenix.fr>; from roberto@keltia.freenix.fr on Thu, Jul 27, 2000 at 09:36:52PM %2B0200
References:  <200007262211.SAA07144@pobox.engeast.BayNetworks.COM> <20000727213652.A43538@keltia.freenix.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jul 27, 2000 at 09:36:52PM +0200, Ollivier Robert wrote:
> AbouVMware and networking. I managed to install the latest port/modules and to
> install NT4 into it. Went fine. Now, IIRC only Host-mode is supported or did I
> missed some change ?
> 
> I have selected Host-only mode for the moment but my kernel is configured with
> BRIDGE.
> 
> So what's the deal ? Do I have to setup natd or is it supposed to work
> automagically now ?
> 
> Please advice.
>
If you just want to share files between your guest OS (winNT) and your
host OS (FreeBSD) you can use sharity-light:
	
	-in your NT configure a tcp/ip interface with a different ip
	from vmnet1 (see it with ifconfig...)
		as example my vmnet is 192.168.254.1 and my win98 (under
		vmware) is 192.168.254.2

	-share the directories under your NT (as example drive c)

	-under Freebsd put in /etc/hosts
		winNTname	192.168.254.2

	-and then under Freebsd:
		shlight //winNTname/c /mnt

(you can ping your NT from Freebsd)

I hope this could help you.


Marc
	


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?20000728103343.A1293>