Community discussions

MikroTik App
用户头像
otgooneo
教练
教练
Topic Author
Posts: 581
加入: Tue Dec 01, 2009 3:24 am
Location:Mongolia
Contact:

How to connect metarouters

Wed Feb 23, 2011 7:14 am

Hello, Please help me to create virtual connection between two metarouters. Example:
You do not have the required permissions to view the files attached to this post.
Top
blake
Member
Member
Posts: 426
加入: Mon May 31, 2010 10:46 pm
Location:Arizona

Re: How to connect metarouters

Wed Feb 23, 2011 7:49 am

You can't connect them directly together, but you can do it through a bridge on the host.
Code:Select all
/interface bridge add name=vm-bridge /metarouter add name=mr0 add name=mr1 /metarouter interface add virtual-machine=mr0 type=static static-interface=ether1 add virtual-machine=mr0 type=dynamic dynamic-bridge=vm-bridge add virtual-machine=mr1 type=static static-interface=ether4 add virtual-machine=mr1 type=dynamic dynamic-bridge=vm-bridge
Top

Who is online

Users browsing this forum: No registered users and 5 guests