Impossible de se connecter à domoticz
Publié : 08 nov. 2019, 11:10
J'ai domoticz installé sur raspberry 3 model b.
Lors de la connexion à domoticz sur un navigateur local impossible de me connecter ( ce site est inaccessible)
Par contre je me connecte en shh au raspberry sans aucun problème.
si je fait
Si je tape la commande sudo netstat -antp j'obtiens cela
Je m'attendais à trouver 192.168.1.45:8080, le problème vient il de là? j'ai fait une réinstalle complète de domoticz et je suis avec une freebox
Merci pour votre aide
Lors de la connexion à domoticz sur un navigateur local impossible de me connecter ( ce site est inaccessible)
Par contre je me connecte en shh au raspberry sans aucun problème.
si je fait
Code : Tout sélectionner
pi@raspberrypi:~ $ sudo service domoticz.sh status
● domoticz.service - LSB: Home Automation System
Loaded: loaded (/etc/init.d/domoticz.sh; generated; vendor preset: enabled)
Active: active (exited) since Fri 2019-11-08 10:59:35 CET; 5min ago
Docs: man:systemd-sysv-generator(8)
Process: 440 ExecStart=/etc/init.d/domoticz.sh start (code=exited, status=0/SU
Nov 08 10:59:34 raspberrypi systemd[1]: Starting LSB: Home Automation System...
Nov 08 10:59:35 raspberrypi domoticz.sh[440]: 2019-11-08 10:59:35.476 Status: D
Nov 08 10:59:35 raspberrypi domoticz.sh[440]: 2019-11-08 10:59:35.484 Status: B
Nov 08 10:59:35 raspberrypi domoticz.sh[440]: 2019-11-08 10:59:35.485 Status: S
Nov 08 10:59:35 raspberrypi domoticz.sh[440]: domoticz: Domoticz is starting up.
Nov 08 10:59:35 raspberrypi domoticz[458]: Domoticz is starting up....
Nov 08 10:59:35 raspberrypi domoticz[462]: Domoticz running...
Nov 08 10:59:35 raspberrypi systemd[1]: Started LSB: Home Automation System.
lines 1-14/14 (END)
Code : Tout sélectionner
pi@raspberrypi:~ $ sudo netstat -antp
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 461/sshd
tcp 0 0 192.168.1.45:22 192.168.1.33:62670 ESTABLISHED 805/sshd: pi [priv]
tcp 0 0 192.168.1.45:22 192.168.1.33:61988 ESTABLISHED 710/sshd: pi [priv]
tcp6 0 0 :::22 :::* LISTEN 461/sshd
Merci pour votre aide