Only Telnet is working (no ssh and webfig anymore)

Can anyone please explain this behaviour?
This was working 2 weeks ago, last time I checked was 2 days ago and I found this state and i wonder and I wonder and I wonder (many hours of debugging)

ant0n@digital:~$ telnet 192.168.2.42 22
Trying 192.168.2.42…
telnet: Unable to connect to remote host: Connection refused
ant0n@digital:~$ telnet 192.168.2.42 80
Trying 192.168.2.42…
telnet: Unable to connect to remote host: Connection refused
ant0n@digital:~$ telnet 192.168.2.42 23
Trying 192.168.2.42…
Connected to 192.168.2.42.
Escape character is ‘^]’.

MikroTik v6.43.4 (stable)
Login:


ant0n@digital:~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:15:58:e8:00:9a
inet addr:192.168.2.15 Bcast:192.168.2.255 Mask:255.255.255.0


[admin@MikroTik] > /ip address print
Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK INTERFACE

0 ;;; defconf
192.168.2.42/24 192.168.2.0 ether2-tmpmgmt


[admin@MikroTik] > /ip service print
Flags: X - disabled, I - invalid

NAME PORT ADDRESS CERTIFICATE

0 telnet 23
1 ftp 21
2 www 80
3 ssh 22
4 XI www-ssl 443 none
5 api 8728
6 winbox 8291
7 api-ssl 8729

First place to look: firewall on mikrotik

If not that, have a look at routing maybe the answers get routed somewhere else… (but that’s unlikely as it’s a connected route)

Thanks, might have been the firewall, i cannot remember… actually maybe even a reboot solved the issue