You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system and architecture: The Mac M1 with Ubuntu x86.
Issue: Failed to connect using both Mac and Ubuntu,But can connect successfully using winbox on Mac.
Log: sb@ubuntu:~/Project$ ./mactelnet d4:01:c3:78:f0:53 Login: admin Password: Connecting to d4:1:c3:78:f0:53...Connection failed. sb@ubuntu:~/Project$ ./mactelnet d4:01:c3:78:f0:53 -n You need to have root privileges to use the -n parameter. sb@ubuntu:~/Project$ sudo ./mactelnet d4:01:c3:78:f0:53 -n Login: admin Password: Connecting to d4:1:c3:78:f0:53...Connection failed.
The text was updated successfully, but these errors were encountered:
Could you do a network capture on the ubuntu? tcpdump -i YOUR_INTERRACE -s 1500 -w dump.pcap and then try both with and without -n in mactelnet in another terminal. And give me the dump file?
Only a Mikrotik hosted on a VMWare is present on that interface it seems. Are you sure this is captured from the correct interface where the RB952Ui whould be? The mikrotik neither answers any packets for d4:01:c3:78:f0:53 or announces itself on the network with either cdp, lldp or mndp like the vmware does. So it seems like this is on another network interface.
sb@ubuntu:~/Project$ ./mactelnet d4:01:c3:78:f0:53 Login: admin Password: Connecting to d4:1:c3:78:f0:53...Connection failed. sb@ubuntu:~/Project$ ./mactelnet d4:01:c3:78:f0:53 -n You need to have root privileges to use the -n parameter. sb@ubuntu:~/Project$ sudo ./mactelnet d4:01:c3:78:f0:53 -n Login: admin Password: Connecting to d4:1:c3:78:f0:53...Connection failed.
The text was updated successfully, but these errors were encountered: