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/Protocol Description
20/tcp
File Transfer Protocol FTP [Data
Connection]
21/tcp
File Transfer Protocol FTP [Control
Connection]
22/tcp
Secure Shell SSH remote Login Protocol
(Only with security package)
23/tcp Telnet protocol
53/tcp Domain Name Server DNS
53/udp Domain Name Server DNS
67/udp
Bootstrap Protocol or DHCP Server (only
with dhcp package)
68/udp
Bootstrap Protocol or DHCP Client (only
with dhcp package)
80/tcp World Wide Web HTTP
123/udp
Network Time Protocol NTP (Only with ntp
package)
161/udp
Simple Network Menagment Protocol SNMP
(Only with snmp package)
443/tcp
Secure Socket Layer SSL encrypted
HTTP(Only with hotspot package)
Page 476 of 695
Copyright 1999-2007, MikroTik. All rights reserved. Mikrotik, RouterOS and RouterBOARD are trademarks of Mikrotikls SIA.
Other trademarks and registred trademarks mentioned herein are properties of their respective owners.