返回列表 發帖

ESXi + MikroTik —— Routing and Switching

本帖最後由 角色 於 2019-4-28 20:19 編輯

有了ESXi做platform,我们在这个platform之前可以建立很多VMs, 其中MikroTik routers,我们也可以configure MikroTik routers变成MikroTik switches,再加上vlan,有了这个平台,我们可以做很多很多的实验,而且这样的实验也能放在production用。

在使用ESXi,我们需要注意一些settings,不然在vlans,或者bridges都会出现问题。

如果你没有ESXi,你也可以考虑用VirtualBox,但是效能没有用ESXi强!在下面链接有不少的examples可以参考。
VirtualBox + MikroTik (RouterOS)Link

选什么Intel-based machine安装ESXi?可以参考 Link

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

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

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

How to change the default identity of MikroTik routers?

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

TOP

本帖最後由 角色 於 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

备用帖子15

TOP

备用帖子14

TOP

备用帖子13

TOP

备用帖子12

TOP

备用帖子11

TOP

备用帖子10

TOP

备用帖子9

TOP

备用帖子8

TOP

备用帖子7

TOP

备用帖子6

TOP

返回列表