简体   繁体   English

Linux次NIC连接下的VMWare Server

[英]VMWare Server Under Linux Secondary NIC connection

With VMWare Server running under Linux (Debain), I would like to have the following setup: 在Linux(Debain)下运行VMWare Server的情况下,我想要进行以下设置:

  • 1st: NIC being used by many of the images running under VMWare, as well as being used by the Linux OS 第一个:NIC被VMWare下运行的许多映像使用,也被Linux OS使用
  • 2nd: NIC being used by only 1 image and to be unused by the Linux OS (as its part of a DMZ) 第二个:NIC仅由1个映像使用,并且由Linux OS(作为DMZ的一部分)不使用

Although the second NIC won't be used by Linux, it is certainly recognised as a NIC (eg eth1). 尽管Linux不会使用第二个NIC,但可以肯定将其识别为NIC(例如eth1)。

Is this possible under VMWare Server, and if so, is it as simple as not binding eth1 under Linux and then bridging it to the image under VMWare Server? 在VMWare Server下可以做到这一点吗?如果是这样,是否简单到在Linux下不绑定eth1,然后在VMWare Server下将其桥接到映像上?

I believe you can set the desired solution up by rerunning the vmware configuration script. 我相信您可以通过重新运行vmware配置脚本来设置所需的解决方案。 And doing a custom network setup, so that both NIC's are mapped to your vmware instance. 并进行自定义网络设置,以便将两个NIC都映射到您的vmware实例。 I would recommend making eth0 the 2nd NIC since it will be easier for Linux to use by default. 我建议将eth0设置为第二个NIC,因为默认情况下Linux使用起来更容易。 Then make eth1 the 1st NIC. 然后将eth1设为第一个NIC。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM