Zum Hauptinhalt springen

Find your server's local IP

Bei einer Installation zu Hause sollte Ihr Server normalerweise über die Domäneyunohost.local erreichbar sein. Wenn dies aus irgendeinem Grund nicht funktioniert, müssen Sie möglicherweise die lokale IP-Adresse Ihres Servers ermitteln.

Was ist eine lokale IP ?

Die lokale IP-Adresse ist die, die verwendet wird, um auf Ihren Server innerhalb des lokalen Netzwerks (typischerweise Ihr Zuhause) zu verweisen, wo mehrere Geräte an einem Router (Ihre Internetbox) angeschlossen sind. Die lokale IP-Adresse sieht typischerweise so aus 192.168.x.y (oder manchmal 10.0.x.y oder 172.16.x.y)

Wie findet man sie?

Jeder dieser Tricks sollte es Ihnen ermöglichen, die lokale IP-Adresse Ihres Servers zu finden:

You can use the AngryIP software to achieve that. You can scan these local IP ranges in this order until you find the active IP corresponding to your server:

192.168.0.0 -> 192.168.0.255
192.168.1.0 -> 192.168.1.255
192.168.2.0 -> 192.168.255.255
10.0.0.0 -> 10.0.255.255
172.16.0.0 -> 172.31.255.255
tipp
  • you can order by ping like on this screenshot to easily see effectively-used IP.
  • your server should typically be displayed as listening on port 80 and 443
  • in case of doubt, just type https://192.168.x.y in your browser to check if it's a YunoHost or not.

Ich kann meine lokale IP-Adresse immer noch nicht finden

Wenn Sie Ihren Server mit keinem der vorherigen Tricks finden können, ist Ihr Server möglicherweise nicht richtig gebootet worden:

  • Make sure that your server is properly plugged in;
  • If you're using an SD card, make sure the connector is not too dusty;
  • Plug a screen on your server and try to reboot to check that it's properly booting;
  • Make sure that your ethernet cable is working and properly plugged in;