MikroTik Router

Professional networking solutions and RouterOS configuration guide

MikroTik Router Interface

Default Access Methods

Default IPs

Primary: 192.168.88.1

Alternative 1: 192.168.10.1

Alternative 2: 10.0.0.1

Default Username
admin
Default Password
[blank]
MAC Access
Winbox MAC connection available

RouterOS Information (2024)

Latest Version
RouterOS 7.13.5 (Long-term)
Access Methods
  • Winbox (Recommended)
  • WebFig (Web Interface)
  • SSH/Telnet
  • Mobile App
License Levels
  • Level 0 (Free)
  • Level 1-6 (Paid)
  • CHR (Cloud)

Key Features

Security

Firewall, IPSec, OpenVPN, Layer7 filtering

Routing

OSPF, BGP, MPLS, Policy Routing

Wireless

802.11a/b/g/n/ac, NV2 protocol

QoS

HTB queuing, PCQ, CoDel

Basic Configuration Examples

Basic Security Setup

/ip firewall filter
add chain=input protocol=tcp dst-port=80 action=accept comment="Allow HTTP"
add chain=input protocol=tcp dst-port=443 action=accept comment="Allow HTTPS"
add chain=input protocol=tcp dst-port=8291 action=accept comment="Allow Winbox"
add chain=input connection-state=established action=accept comment="Allow Established"
add chain=input connection-state=related action=accept comment="Allow Related"
add chain=input action=drop comment="Drop everything else"

Basic NAT Setup

/ip firewall nat
add chain=srcnat out-interface=ether1 action=masquerade comment="NAT for Internet"

Common Issues & Solutions

Reset Configuration
  1. Power off device
  2. Hold reset button
  3. Power on while holding
  4. Release after LED changes
Connection Issues

Commands:

/ip address print
/interface print
/ip route print
License Issues

Commands:

/system license print
/system routerboard print