Did you establish a telnet session using TCP 564 ?
Yes
An a black screen with symbols i enter by keyboard
sometimes connection lost after a few symbols
sometimes not
If you execute a packet capture for 564/tcp on either the router, client or middle device in the path. Does the contents for the packets reveal anything?
Wow, suddenly I found an Attachments button on forum
so, my trouble in attace
netravnen
If you execute a packet capture for 564/tcp on either the router, client or middle device in the path. Does the contents for the packets reveal anything?
no, or I can’t enterpretate it
Zacharias
Also it doesnt make sense that you tried to establish a telnet session at port 564 at the first place… where did you see that port in your system ?
I bought fancy new powerful Mikrotik
Installed latest new RouterOS with no default config
add ip and prepared for work
Thereafter scanned WAN address by Nmap (all tcp + all upd)
with result
Nmap scan report for X.X.X.X
Host is up (0.00079s latency).
Not shown: 131063 closed ports
PORT STATE SERVICE
564/tcp open 9pfs
2000/tcp open cisco-sccp
3544/tcp filtered unknown
61917/tcp open unknown
68/udp open|filtered dhcpc
123/udp open|filtered ntp
3544/udp open|filtered teredo
Yes, how RouterOS relate with apparently “P9FS”
becouse, theis no information about it (I’ve done a lot of home work googling befor posted it here)
and even… i’m not shure it 9PFS “List of TCP and UDP port numbers” an a very weak argue
On my test device with ROS7.0beta5 these ports are open:
PORT STATE SERVICE VERSION
21/tcp open ftp MikroTik router ftpd 7.0beta5
22/tcp open ssh MikroTik RouterOS sshd (protocol 2.0)
23/tcp open telnet?
80/tcp open http MikroTik router config httpd
2000/tcp open bandwidth-test MikroTik bandwidth-test server
8291/tcp open unknown
2 services unrecognized despite returning data. ...
Port 2000 is a test port that can be disabled in WebFig I think.
But what is port 8291 ?
Update: ah, ok, found it:
[admin2@MikroTik] > /ip/service/print
Flags: X - DISABLED, I - INVALID
Columns: NAME, PORT, CERTIFICATE
# NAME PORT CERT
0 telnet 23
1 ftp 21
2 www 80
3 ssh 22
4 X www-ssl 443 none
5 api 8728
6 winbox 8291
7 api-ssl 8729 none
I haven’t checked the UDP ports yet, but the TCP ports seem to be ok.
In the meantime I’ve closed/disabled/shutdown all unneeded services/ports and restricted access from local subnet only:
[admin2@MikroTik] > ip service print
Flags: X - DISABLED, I - INVALID
Columns: NAME, PORT, ADDRESS, CERTIFICATE
# NAME PORT ADDRESS CERT
0 X telnet 23 192.168.0.0/17
1 X ftp 21 192.168.0.0/17
2 www 80 192.168.0.0/17
3 ssh 22 192.168.0.0/17
4 X www-ssl 443 192.168.0.0/17 none
5 X api 8728 192.168.0.0/17
6 X winbox 8291 192.168.0.0/17
7 X api-ssl 8729 192.168.0.0/17 none
ssl certs I’ll do soon and then switch to ssl only…
Yes, same here. The port scanner nmap does not find that port as open; very mysterious…
nmap finds it only if one explicitly gives the port in the program params:
$ nmap 192.168.88.1 -p 564
Starting Nmap 6.47 ( http://nmap.org ) at 2020-04-20 17:00 CEST
Nmap scan report for 192.168.88.1
Host is up (0.00043s latency).
PORT STATE SERVICE
564/tcp open 9pfs
Nmap done: 1 IP address (1 host up) scanned in 0.09 seconds