Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Apr 2001 11:23:36 -0400
From:      Kurt Seel <kseel@utcorp.com>
To:        The Babbler <bts@babbleon.org>, freebsd-emulation@freebsd.org
Subject:   Re: VMware networking (was: Slooow VMware on RELENG_4 SMP)
Message-ID:  <3AD08277.90F27279@utcorp.com>
References:  <Pine.BSF.4.21.0103261836280.1691-100000@klement.dstorm.net> <3AC00B6A.54C2B0D7@babbleon.org> <3AC019E0.F1CF1B1E@babbleon.org> <3AC027B4.71D05DBE@babbleon.org>

next in thread | previous in thread | raw e-mail | index | archive | help
The Babbler wrote:

 I guess you got done what you needed, but I thought I would kick in my
2 cents here anyway.
 I use 'host only' network for VMWare. Set up the vmnet1 iface as 10.207.1.2,
the VM uses 10.207.1.3. Compile IPFW and IPDIVERT into kernel. Load these
ipfw rules :

/sbin/ipfw -f flush
/sbin/ipfw add divert natd all from any to any
/sbin/ipfw add pass all from any to any
natd -u -s -m -a [Your real IP addr here] -l

Why all this? Well, now I can share VMWare images between different host
machines, with outgoing network access. All host machines have a 'hidden'
10.207.1.* 'network'.
 Also I discovered that full screen mode works great on multi-headed X! But
it make for a pretty odd sight, Win98 running alongside KDE and only one CPU
case.

> Well, what do you know!
>
> I rebuilt a kernel without firewalling or bridging and re-installed the
> up-to-date vmware port (2.0.03.799_1).
> I also set the vmware client to use DHCP.
>
> Then I rebooted, sho' nuff it worked.  I even rebooted and tried it
> gain.
>
> Of course my VPN access, even from my host, seems to have broken, but
> it's a good sign.
>
> And I'm not ready 'til I verify it at work, but it sure is looking
> better than it has before.
>
> --
> "Brian, the man from babble-on"              bts@babbleon.org
> Brian T. Schellenberger                     http://www.babbleon.org
> Support http://www.eff.org.                  Support decss defendents.
> Support http://www.programming-freedom.org.  Boycott amazon.com.
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-emulation" in the body of the message

--
 In theory, there is no difference between theory
and practice. In practice, however, there is.
 - Albert Einstein




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?3AD08277.90F27279>