Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 1999 07:59:50 +1030
From:      Mark Newton <newton@atdot.dotat.org>
To:        "Viren R.Shah" <viren@rstcorp.com>
Cc:        "Vladimir N. Silyaev" <vsilyaev@mindspring.com>, freebsd-emulation@FreeBSD.ORG
Subject:   Re: ANNOUNCE: Update port VMware 1.1 for Linux, Networking Support
Message-ID:  <19991215075950.C84426@atdot.dotat.org>
In-Reply-To: <14422.30985.965146.169145@jabberwock.rstcorp.com>; from viren@rstcorp.com on Tue, Dec 14, 1999 at 12:06:17PM -0500
References:  <199912110143.UAA54831@whizzo.transsys.com> <14417.47612.360839.161751@jabberwock.rstcorp.com> <19991210220716.D2287@jupiter.delta.ny.us> <14422.30985.965146.169145@jabberwock.rstcorp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Dec 14, 1999 at 12:06:17PM -0500, Viren R.Shah wrote:

 > Cool. I now have NT installed on my work machine with this config:
 > 
 >   +-----------+       |
 >   |   NT      |-------+ 192.168.5.2
 >   |-----------+       |
 >   |   vmware  |       |
 >   |-----------+       |
 >   |     +---- |vmnet1 |
 >   |     |     |-------+ 192.168.5.1         +---------------+
 >   |FBSD | NAT |       |                     |   NT Domain   |
 >   +-----+--+--+                             |   Controller  |
 >            |                                +---------------+
 >            |                                         |
 >   ---------------------------------------------------+
 >          192.168.4.45                             192.168.4.11
 > 
 > 
 > I can use this setup well enough to connect to the outside world, but
 > I can't connect to the NT domain controller (since all packets coming
 > out of the NT guest system are NAT'ed to the FreeBSD box's
 > address). Anyone got any ideas for alternate network configs?
 
Hack: Change the vmnet1 interface to overlap with some part of 
your ethernet's address range and proxy-arp for the NT system's 
IP address.  Eg:

      ifconfig vmnet1 192.168.4.253 netmask 255.255.255.252
      arp -s 192.168.4.254 <YOUR-HARDWARE-ADDRESS> pub

... and set up your vmware NT VM to use IP address 192.168.4.254.

    - mark

--------------------------------------------------------------------
I tried an internal modem,                    newton@atdot.dotat.org
     but it hurt when I walked.                          Mark Newton
----- Voice: +61-4-1620-2223 ------------- Fax: +61-8-82231777 -----


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?19991215075950.C84426>