我注意到VMware通过创建虚拟适配器并将其桥接到物理适配器来将其虚拟操作系统连接到Internet.它有自己的mac地址.
我找到了一种称为微软环回适配器的东西,但我不这么认为,是吗?我希望能够桥接它,并让程序绑定到该特定适配器,但它仍然拥有自己的虚拟mac地址.
-谢谢
//来自social.technet.microsoft.com/Forums/en/w7itpronetworking/thread/6077c9d6-5562-43be-874f-0f4ebea3a45e(我不是原作者)
从这里下载:http://openvpn.net/index.php/open-source/downloads.html(向下滚动到“Tap-windows”部分).安装完成后,您将看到一个类似于此的附加界面:
(图片来源:http://www.openmaniak.com/openvpn_bridging.php)
本文档http://openvpn.net/index.php/open-source/documentation/miscellaneous/76-ethernet-bridging.html解释了使用TAP接口的以太网桥接的全部内容:
Ethernet bridging essentially involves combining an ethernet interface
with one or more virtual TAP interfaces and bridging them together
under the umbrella of a single bridge interface. Ethernet bridges
represent the software analog to a physical ethernet switch. The
ethernet bridge can be thought of as a kind of software switch which
can be used to connect multiple ethernet interfaces (either physical
or virtual) on a single machine while sharing a single IP subnet.
并描述了如何使用这样的界面设置桥接.