19 lines
1020 B
Markdown
19 lines
1020 B
Markdown
tags:: [[Nginx]], [[Synology]]
|
|
|
|
- Fehler:
|
|
- ```
|
|
2023/05/10 17:53:57 [error] 18878#18878: *2562 connect() failed (113: No route to host) while connecting to upstream, client: 91.63.227.179, server: drive.straso.com, request: "GET /favicon.ico HTTP/2.0", upstream: "https://192.168.178.70:5001/favicon.ico", host: "drive.straso.com", referrer: "https://drive.straso.com/"
|
|
|
|
```
|
|
- Anayse:
|
|
- Console im Docker Container öffnen
|
|
- ping installieren
|
|
- ```
|
|
apt-get update -y
|
|
apt-get install -y iputils-ping
|
|
```
|
|
- prüfen, ob Synology Host erreichbar ist -> war nicht erreichbar
|
|
- Lösungsansetz: [(2) Docker container can't access my Synology local IP address : synology (reddit.com)](https://www.reddit.com/r/synology/comments/lkro9q/docker_container_cant_access_my_synology_local_ip/)
|
|
- Lösung: ARP-Anfrage ausgeschaltet -> hat nach versuchen am 15.05.23 nicht funktioniert - muss für ping von container zu host eingeschaltet bleiben
|
|
- {:width 500}
|
|
- |