Services, Protocols, and Ports

Document revision:1.1 (February 11, 2008, 4:14 GMT)
Applies to: V3.0

General Information

Summary

This document lists protocols and ports used by various MikroTik RouterOS services. It helps you to determine why your MikroTik router listens to certain ports, and what you need to block/allow in case you want to prevent or grant access to the certain services. Please see the relevant sections of the Manual for more explanations.

Submenu level: /ip service

Modifying Service Settings

Submenu level: /ip service

Property Description

address (IP address/netmask; default: 0.0.0.0/0) - IP address(-es) from which the service is accessible

certificate (namenone; default: none) - the name of the certificate used by particular service (absent for the services that do not need certificates)

name - service name

port (integer: 1..65535) - the port particular service listens on

Example

To set www service to use 8081 port accesible from the 10.10.10.0/24 network:

[admin@MikroTik] ip service> print
Flags: X - disabled, I - invalid
 #   NAME                                  PORT  ADDRESS            CERTIFICATE
 0   telnet                                23    0.0.0.0/0
 1   ftp                                   21    0.0.0.0/0
 2   www                                   80    0.0.0.0/0
 3   ssh                                   22    0.0.0.0/0
 4   www-ssl				   443   0.0.0.0/0          none
[admin@MikroTik] ip service> set www port=8081 address=10.10.10.0/24
[admin@MikroTik] ip service> print
Flags: X - disabled, I - invalid
  #   NAME                                 PORT  ADDRESS            CERTIFICATE
  0   telnet                               23    0.0.0.0/0
  1   ftp                                  21    0.0.0.0/0
  2   www                                  8081  10.10.10.0/24
  3   ssh                                  22    0.0.0.0/0
  4   www-ssl	                           443   0.0.0.0/0          none
[admin@MikroTik] ip service>

List of Services

Description

Below is the list of protocols and ports used by MikoTik RouterOS services. Some services require additional package to be installed, as well as to be enabled by administrator, exempli gratia bandwidth server.

Port/ProtocolDescription
20/tcpFile Transfer Protocol FTP [Data Connection]
21/tcpFile Transfer Protocol FTP [Control Connection]
22/tcpSecure Shell SSH remote Login Protocol (Only with security package)
23/tcpTelnet protocol
53/tcpDomain Name Server DNS
53/udpDomain Name Server DNS
67/udpBootstrap Protocol or DHCP Server (only with dhcp package)
68/udpBootstrap Protocol or DHCP Client (only with dhcp package)
80/tcpWorld Wide Web HTTP
123/udpNetwork Time Protocol NTP (Only with ntp package)
161/udpSimple Network Menagment Protocol SNMP (Only with snmp package)
443/tcpSecure Socket Layer SSL encrypted HTTP(Only with hotspot package)
500/udpInternet Key Exchange IKE protocol (Only with ipsec package)
520/udpRouting Information Protocol RIP (Only with routing package)
521/udpRouting Information Protocol RIP (Only with routing package)
179/tcpBorder Gateway Protocol BGP (Only with routing package)
1080/tcpSOCKS proxy protocol
1701/udpLayer 2 Tunnel Protocol L2TP (Only with ppp package)
1718/udpH.323 Gatekeeper Discovery (Only with telephony package)
1719/tcpH.323 Gatekeeper RAS (Only with telephony package)
1720/tcpH.323 Call Setup (Only with telephony package)
1723/tcp Point-to-Point Tuneling Protocol PPTP (Only with ppp package)
1731/tcpH.323 Audio Call Control (Only with telephony package)
1900/udpUniversal Plug and Play uPnP
2828/tcpUniversal Plug and Play uPnP
2000/tcpBandwidth-test server
3986/tcpProxy for winbox
3987/tcpSSL proxy for secure winbox (Only with security package)
5678/udpMikroTik Neighbor Discovery Protocol
8080/tcpHTTP Web proxy (Only with web-proxy package)
8291/tcpWinbox
20561/udpMAC winbox
5000+/udpH.323 RTP Audio Streem (Only with telephony package)
/1ICMP - Internet Control Message Protocol
/4IP - IP in IP (encapsulation)
/47GRE - General Routing Encapsulation (Only for PPTP and EoIP)
/50ESP - Encapsulating Security Payload for IPv4 (Only with security package)
/51AH - Authentication Header for IPv4 (Only with security package)
/89OSPFIGP - OSPF Interior Gateway Protocol
/112VRRP - Virtual Router Redundancy Protocol