Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2000 12:17:27 -0700
From:      Nick Sayer <nsayer@sftw.com>
To:        freebsd-emulation@freebsd.org
Subject:   vmware networking: replace vmnet interface with /dev/tap?
Message-ID:  <3922F047.105AF407@sftw.com>

next in thread | raw e-mail | index | archive | help
http://vtun.sourceforge.net/tun/index.html

The TAP interface appears to be the solution to getting vmware bridged
networking
to work. Like the tun driver, tap presents a /dev/tapn device to user
space. It works
at the Ethernet level -- that is, you present Ethernet frames to
/dev/tapn and they
are given to the Ethernet input stuff. In addition, the tap driver
supports bridging,
which means that at long last vmware guests would have the same access
to the network
as their hosts.

Of course, it probably wouldn't be hard to modify the vmnet module to
support bridging
instead.




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?3922F047.105AF407>