返回列表 發帖
本帖最後由 角色 於 2019-4-26 08:50 編輯

How to configure virtual switches as virtual LAN cables?

有的时候我们把VMs连起来是需要用到port group(就是把VM的LAN port grouped起来)而port group需要ESXi的virtual switch,如果你不更改预定的settings,经常会出现一些你不会遇见的问题。我们一般的想法就是把VMs用一个我们常用的LAN cables把VMs的ports连起来就那么简单。

下面描述怎样做的过程:

A: Create a virtual switch
1、进入ESXi console panel
2、点击[Networking] -> [Virtual switches] -> [Add standard virtual switch]
3、Vswitch Name = vsw-example (自己定)
     Uplink(untick,不选)
     Link discovery -> Mode = <none>
     Security, Promiscuous mode=Accept, MAC address changes=Accept, Forged transmits=Accept
4、Click [Add]

B: Create a port group
1、进入ESXi console panel
2、点击Networking -> Port groups -> Add port group
3、Name=Cable1 (自己定)
     VLAN ID=4095 (就是port group接受所有的VLAN ID data,如果不这样改,你想要的VLAN traffic都通过不了)
     Virtual switch=vsw-example(选之前create的virtual switch name)
     Security=(不用理会,会自动跟virtual switch vsw-example的settings)
4、click [Add] button

TOP

How to change the default identity of MikroTik routers?

You may use the following command:
  1. /system identity set name=<new identity name>
複製代碼

TOP

How to set up DHCP-client?

Supposed we would like to set up DHCP client service at interface "ether1".
  1. /ip dhcp-client add interface=ether1 disabled=no
複製代碼

TOP

本帖最後由 yiucsw 於 2019-11-20 12:44 編輯

port group 有什麼用處?還要不明白

TOP

返回列表