Skip to content

Instantly share code, notes, and snippets.

@ilyaevseev
Last active August 15, 2025 20:44
Show Gist options
  • Save ilyaevseev/d4ac7e12c232ebc0fbfc218fc385d53f to your computer and use it in GitHub Desktop.
Save ilyaevseev/d4ac7e12c232ebc0fbfc218fc385d53f to your computer and use it in GitHub Desktop.
RouterOS in VirtualBox

Mikrotik RouterOS in VirtualBox

Microsoft Visual C++ Redistributable:

Oracle VirtualBox:

Mikrotik RouterOS:

CreateVM:

  • name = ...
  • ISO = ...

VMNet:

  • Adapter 2 = Enable
  • Type = Virtual adapter
  • Name = VirtualBox Host-Only Ethernet Adapter

RunVM:

  • a = select all
  • i = install
  • n = dont keep old config
  • y = continue
  • ENTER = reboot -- Eject CD-ROM!

Login:

  • admin = username
  • ENTER = password
  • n = see license
  • qwert = newpass
  • qwert = newpass repeat

Setup:

/ip dhcp-client add interface=ether1 disabled=no
/ip dhcp-client add interface=ether2 disabled=no

/ip address print
/ip route   print

/ping fb.me

Winbox:

  • ip = 192.168.56.101 (or .102)
  • user = admin
  • pass = qwert

Features:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment