Ich versuche erfolglos, eine Verbindung zu einem lokalen Netzwerk-SSH-Server von MacOS herzustellen, indem ich Folgendes tue:
$ ssh user@1111:ab1:123:ab1:011b:12bc:ab12:1a2b
und dann bekomme ich:
ssh: connect to host 1111:ab1:123:ab1:011b:12bc:ab12:1a2b port 22: Network is down
Ich kann tatsächlich über die iPhone-App Termius eine Verbindung zu diesem Server herstellen (und es gibt auch andere Gründe, warum ich glaube, dass die Serverseite in Ordnung ist), also glaube ich, dass es ein Problem auf der Clientseite gibt. Ich habe die gleiche App unter macOS ohne Erfolg ausprobiert.
Außerdem funktioniert ssh für eine virtuelle Maschine genauso gut wie für einen amazon aws-Server.
Auch ausprobiert wortreich:
$ ssh user@1111:ab1:123:ab1:011b:12bc:ab12:1a2b -vvv
OpenSSH_7.6p1, LibreSSL 2.6.2
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 48: Applying options for *
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to 1111:ab1:123:ab1:011b:12bc:ab12:1a2b port 22.
ssh: connect to host 1111:ab1:123:ab1:011b:12bc:ab12:1a2b port 22: Network is down
Und IPV6:
$ ssh -6 -vvv user@1111:ab1:123:ab1:011b:12bc:ab12:1a2b
OpenSSH_7.6p1, LibreSSL 2.6.2
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 48: Applying options for *
debug2: ssh_connect_direct: needpriv 0
debug1: Connecting to 1111:ab1:123:ab1:011b:12bc:ab12:1a2b port 22.
ssh: connect to host 1111:ab1:123:ab1:011b:12bc:ab12:1a2b port 22: Network is down
Und ping:
$ ping 1111:ab1:123:ab1:011b:12bc:ab12:1a2b
ping: cannot resolve 1111:ab1:123:ab1:011b:12bc:ab12:1a2b: Unknown host
Was könnte die Ursache sein? Network is down
? Wie soll ich das debuggen?
ping6: UDP connect: No route to host
Off
imSystem Preferences
& gt;Network
& gt;Advanced
& gt;TCP/IP
. Gewechselt zuauto
und gelöst!