Manual:The Dude v6/The dude server on VM CHR: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
1. Install CHR on one of supported hypervisors as VM. Detailed instructions can be found in this wiki article:
== Summary ==
[[Manual:CHR|CHR]]


2. Download The Dude Windows Client application from MikroTik homepage download section:
Article contains details and recommendations for RouterOS CHR virtual machine setup for The Dude server.  
[http://www.mikrotik.com/download link]


3. Check that server is running or if necessary enable it.
== CHR setup and VM details ==
 
Create RouterOS CHR virtual machine on one of supported hypervisors. More detailed instructions about CHR specifically can be found in [[Manual:CHR| this article]].
 
'''Recommended starting specifications for VM setup'''
* vCPU: 2-4 cores (less will still be usable, if Hypervisor hardware does not recommended amount)
* RAM: 256-512M
* NIC:
** qemu/KVM: Virtio
** VMware: vmxnet3
** Hyper-V: default
** Xen Project / Xen Server: default (netfront)
** VirtualBox: Virtio-net
* Disk0: System image, default size.
* Disk1: Virtual disk of whatever side needed for data storage.
 
{{ Note | Second disk for data storage is not required, but is recommended.}}
 
== Server configuration ==
 
====== Prepare secondary disk for use. ======
 
* [https://wiki.mikrotik.com/wiki/Manual:System/Disks Formatting disk ]
**Data disk should be formatted with '''ext3''' file-system.
* Set data directory:
<pre>/dude set data-directory=(disk#)/dude-data</pre>
 
====== Server by default will be disabled, enabled it ======


* Check dude status with command:
* Check dude status with command:
Line 19: Line 44:
[admin@MirkoTik] > dude print
[admin@MirkoTik] > dude print
         enabled: yes
         enabled: yes
   data-directory: dude
   data-directory: disk1/dude-data
           status: running
           status: running
</pre>
</pre>


4. Install The Dude client on your system and connect to VM ip address with the same credentials that you use for ROS virtual machine.
== Download and Install client application ==
 
* Download The Dude Windows Client application from MikroTik homepage download section: [http://www.mikrotik.com/download link]
* Install The Dude client on your system and connect to VM ip address with the same credentials that you use for ROS virtual machine.
 
====== Check what to do next ======


6. Check what to do next: [[Manual:The_Dude|Dude manual]]
[[Manual:The_Dude|Dude manual]]

Latest revision as of 07:22, 28 June 2017

Summary

Article contains details and recommendations for RouterOS CHR virtual machine setup for The Dude server.

CHR setup and VM details

Create RouterOS CHR virtual machine on one of supported hypervisors. More detailed instructions about CHR specifically can be found in this article.

Recommended starting specifications for VM setup

  • vCPU: 2-4 cores (less will still be usable, if Hypervisor hardware does not recommended amount)
  • RAM: 256-512M
  • NIC:
    • qemu/KVM: Virtio
    • VMware: vmxnet3
    • Hyper-V: default
    • Xen Project / Xen Server: default (netfront)
    • VirtualBox: Virtio-net
  • Disk0: System image, default size.
  • Disk1: Virtual disk of whatever side needed for data storage.
Icon-note.png

Note: Second disk for data storage is not required, but is recommended.


Server configuration

Prepare secondary disk for use.
  • Formatting disk
    • Data disk should be formatted with ext3 file-system.
  • Set data directory:
/dude set data-directory=(disk#)/dude-data
Server by default will be disabled, enabled it
  • Check dude status with command:
/dude print
  • To enable or disable the dude server:
/dude set enabled=(yes/no)
  • Example on what you should see.
[admin@MirkoTik] > dude print
         enabled: yes
  data-directory: disk1/dude-data
          status: running

Download and Install client application

  • Download The Dude Windows Client application from MikroTik homepage download section: link
  • Install The Dude client on your system and connect to VM ip address with the same credentials that you use for ROS virtual machine.
Check what to do next

Dude manual