zoukankan      html  css  js  c++  java
  • Change VMnet0 Bridged Networking Settings

    By default, VMnet0 is set to use auto-bridging mode and is configured to bridge to all active network adapters on the host system. You can use the virtual network editor to change VMnet0 to bridge to one specific host network adapter, or restrict the host network adapters that VMnet0 auto-bridges to. The changes you make affect all virtual machines that use bridged networking on the host system.

    For example, you might want to change VMnet0 to bridge to a specific host network adapter, or to auto-bridge to as subset of the available host network adapters, to make a host network adapter available to create a second bridged network.

    Important

    If you reassign a host network adapter to a different virtual network, any virtual machine that is using the original network loses its network connectivity through that network and you must change the setting for each affected virtual machine network adapter individually. This restriction can be especially problematic if the host system has only one physical network adapter and you reassign it to a virtual network other than VMnet0. Even though the virtual network appears to be bridged to an automatically chosen adapter, the only adapter it can use was assigned to a different virtual network.

    On a Windows host, log in as an Administrator user. Only an Administrator user can change network settings in the virtual network editor.

    On a Linux host, log in as root. You must enter the root password to use the virtual network editor.

    1

    Select Edit > Virtual Network Editor.

    2

    Select VMnet0.

    3

    Change the host network adapters that VMnet0 bridges to.

    Option

    Description

    Prevent VMnet0 from automatically bridging to a particular host network adapter

    a

    Click Automatic Settings.

    b

    Deselect the check box for the host network adapter.

    c

    Click OK.

    Disable automatic bridging and bridge VMnet0 to a specific host network adapter

    Select the host network adapter from the Bridge to drop-down menu.

    4

    Click OK to save your changes.

  • 相关阅读:
    npm ERR! code EINTEGRITY npm! ERR! shal-
    Python 的类的下划线命名有什么不同?
    Linux下通过源码编译安装程序
    Mac OSX下Sublime Text配置使用Ctags实现代码跳转
    Python基础-*args和**kwargs魔法变量
    alpha版、beta版、rc版的意思
    英特尔第四代酷睿处理器数字和字母代表什么意思
    笔记本CPU低压和标压有什么区别?
    MySQL通过localhost无法连接数据库的解决
    sudo:无法解析主机 解决方案
  • 原文地址:https://www.cnblogs.com/greencolor/p/6107698.html
Copyright © 2011-2022 走看看