ok first I have changed my firewall rules → no success
then I have stopped my firewall for the short test → no success
then I thought the problem might be that my machine is only a kvm connected to the hostmachine with macvtab. So I have than started my old pc and connected the mAP lite to a separate lancard on my old pc with a crossed lan-cable.
I have seen that there is already a debian package for mactelnet and installed mactelnet-client instead of compiling the source on my old pc.
The separate lan on my old pc has now IP 192.168.3.2/24. The mAP lite has IP 192.168.3.6.
I can ping mAP lite:
root@oldpc:~# ping -c3 192.168.3.6
PING 192.168.3.6 (192.168.3.6) 56(84) bytes of data.
64 bytes from 192.168.3.6: icmp_seq=1 ttl=64 time=0.324 ms
64 bytes from 192.168.3.6: icmp_seq=2 ttl=64 time=0.299 ms
64 bytes from 192.168.3.6: icmp_seq=3 ttl=64 time=0.297 ms
--- 192.168.3.6 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2028ms
rtt min/avg/max/mdev = 0.297/0.306/0.324/0.012 ms
No firewall is started.
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
macping works
root@oldpc:~# macping -c 3 04:f4:1c:b6:b8:2d
4:f4:1c:b6:b8:2d 56 byte, ping time 0.73 ms
4:f4:1c:b6:b8:2d 56 byte, ping time 0.68 ms
4:f4:1c:b6:b8:2d 56 byte, ping time 0.67 ms
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.67/0.69/0.73 ms
root@oldpc:~# macping -c 3 04:f4:1c:b6:b8:2e
4:f4:1c:b6:b8:2e 56 byte, ping time 0.74 ms
4:f4:1c:b6:b8:2e 56 byte, ping time 0.67 ms
4:f4:1c:b6:b8:2e 56 byte, ping time 0.66 ms
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.66/0.69/0.74 ms
root@oldpc:~# macping -c 3 04:f4:1c:b6:b8:2f
4:f4:1c:b6:b8:2f 56 byte, ping time 0.63 ms
4:f4:1c:b6:b8:2f 56 byte, ping time 0.59 ms
4:f4:1c:b6:b8:2f 56 byte, ping time 0.63 ms
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.59/0.62/0.63 ms
mactelnet fails
root@oldpc:~# mactelnet 04:f4:1c:b6:b8:2f
Login: admin
Password:
Connecting to 4:f4:1c:b6:b8:2f...Connection failed.
root@oldpc:~# mactelnet 04:f4:1c:b6:b8:2d
Login: admin
Password:
Connecting to 4:f4:1c:b6:b8:2d...Connection failed.
root@oldpc:~# mactelnet 04:f4:1c:b6:b8:2e
Login: admin
Password:
Connecting to 4:f4:1c:b6:b8:2e...Connection failed.
It does not work. I think if you have seen that the firewall on your PC is important. It is also possible that the firewall on mAP lite can prevent the access.
And I think this is enough work and time for me that I spent to the mAP lite.
Maybe as @holvoetn said: “it seems firewall rules are still active when using that quickset, while they shouldn't.“ this is the problem.
Maybe the next release of the mikrotik software could fix that (not for me, but for the next customer)