Hallo ich brauchemal Hilfe.
Auf meine Pi 3 läuft Fhem mit sql logging und Homebridge.
Wenn ich fhem oder Homebridge aufrufe dauert es mehrere Sekunden bis die Seite aufgebaut wird. Sobald das einmal geschehen ist funktioniert alles für ein paar Minuten sehr schnell.
Ich dachte erst es liegt am SQL Logging, aber dann würde die Homebridge schneller reagieren.
Ich habe leider keine Ahnung woran das liegen könnte. Das war nicht immer so.
Ich bin für jede Hilfe sehr dankbar!
Der erste Schritt wäre wohl die Anwendung von freezemon / apptime, um Freezes im System zu identifizieren.
Parallel dazu sind Auszüge aus dem Log hilfreich - um den Zeitpunkt herum, wenn sich das System träge verhält.
Einfach mal als Impulse, selber suchen zu können bzw. hinweisgebende Infos zu bekommen.
Danke!
Ich habe direkt Freezemon ausprobiert.
FreeteTime 4,744
freezeDevice no bad Guy found :-(
Zitat von: Grizzly am 23 Januar 2019, 11:03:53
Wenn ich fhem oder Homebridge aufrufe dauert es mehrere Sekunden bis die Seite aufgebaut wird. Sobald das einmal geschehen ist funktioniert alles für ein paar Minuten sehr schnell.
Magst Du mal Deine DNS-Konfiguration kontrollieren? Klingt danach, als wenn ein DNS-Server lange braucht und evtl. ein zweiter genommen wird - oder die Antwort gecacht wird.
Ciao, -MN
So etwas habe ich auch vermutet, vorallem da ich auch DynDNS nutze.
Aber wenn zuhause im gleichen Netz bin und direkt auf die IP gehe passiert das gleiche
1. Gebot: Dein FHEM soll nicht vom Internet erreichbar sein (es sei denn, Du machst VPN).
2. Gebot: DNS muß auf allen Systemen richtig konfiguriert sein, Deinem Pi, Deinem Router, Deinem Clienten usw.
VPN mache ich bei bedarf an.
Ich möchte jetzt aber wirklich keine Diskussion über den Zugriff starten.
Kannst du mir helfen bei der DNS überprüfung?
Wenn ich die IP direkt anspreche ist der DNS doch egal, oder?
Nein, wenn der Server ACLs oder ein ReverseDNS macht und dies fehlschlägt...
und wie kann ich die DNS Verbindungen überprüfen?
In allen Deinen Geräten den konfigurierten DNS-Server überprüfen und ob dieser erreichbar ist? Beide, falls zwei konfiguriert?
Beim FHEM-Server anfangen?
Mein DNS ist der Router.
Ping vom Raspi zum Router 0,5ms
PIng vom Handy per VPN zum router 53ms.
Kann es evtl sein das die Verbindung zum SQL Server neu aufgebaut wird oder so was?
Der SQL Server ist auch auf dem PI
Deine Antwort hat nichts mit meinem Vorschlag zu tun. Nochmal lesen, nochmal versuchen...
Also mein Router hat die 192.168.2.1.
Und im Raspi ist auch die 192.168.2.1 als DNS eingetragen.
Und wenn ich vom Raspi ping www.web.de mache dann bekomme ich eine Antwort. Also funktioniert der DNS, richtig?
Was genau meinst du denn sonst?
Tut mir leid, aber ich habe das Gefühl ich stehe auf dem Schlauch.
cat /etc/resolv.conf
pingzeiten <> dns-Resolver
Da es ab dem 2. mal schneller geht, würde mir eigentlich eher der Initiale ping interessieren.
resolv.conf:
search 192.168.2.1
nameserver 192.168.2.1
Ping->192.168.2.1
0,689ms
0,598ms
0,514ms
0,558ms
Ja, Dein DNS funktioniert auf dem Clienten.
Du läßt Homebridge, FHEM und SQL auf dem RPi laufen? Dauert das booten evtl. einfach langsam, weil das arme Ding zu sehr gequält wird?
Ciao, -MN
an der Installation hat sich lange nichts geändert, und das war nicht immer so. Leider weiß ich nicht genau seid wann es so ist.
Ich hatte jetzt erst zeit mich damit zu beschäftigen.
Das booten dauert nicht besonders lange.
Das kann meiner Meinung aber auch nicht das Problem sein, da der Pi dauerhaft läuft.
Inzwischen habe ich über dblog Dateien die älter als 30 Tage sind gelöscht.
Hat aber auch nichts gebracht.
Ich meine mich erinnern zu können man kann eine SQL Datenbank "defragmentieren". Stimmt das? wie geht das?
Dual Stack? IPV6 und/oder IPV4 aktiviert (Client und FHEM/Raspberry)?
Ansonsten um die DNS Zeiten tendenziell zu ermitteln (ich weiß: grottig)
time nslookup erster.de
time ping -n -c4 erster.de
time ping -n -c4 zweiter.de
wenn die Zeiten für die Ausführung des Pings sich nicht deutlich unterscheiden ist der DNS Part in Ordnung
Ich glaube alles IPv4
pi@grizzlyco:~ $ time nslookup erster.de
Server: 192.168.2.1
Address: 192.168.2.1#53
Non-authoritative answer:
Name: erster.de
Address: 91.250.66.165
real 0m0.212s
user 0m0.050s
sys 0m0.020s
pi@grizzlyco:~ $ time ping -n -c4 erster.de
PING erster.de (91.250.66.165) 56(84) bytes of data.
64 bytes from 91.250.66.165: icmp_seq=1 ttl=58 time=22.8 ms
64 bytes from 91.250.66.165: icmp_seq=2 ttl=58 time=22.6 ms
64 bytes from 91.250.66.165: icmp_seq=3 ttl=58 time=22.7 ms
64 bytes from 91.250.66.165: icmp_seq=4 ttl=58 time=22.2 ms
--- erster.de ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 22.290/22.650/22.828/0.261 ms
real 0m3.049s
user 0m0.000s
sys 0m0.010s
pi@grizzlyco:~ $ time ping -n -c4 zweiter.de
PING zweiter.de (88.198.231.6) 56(84) bytes of data.
64 bytes from 88.198.231.6: icmp_seq=1 ttl=53 time=24.4 ms
64 bytes from 88.198.231.6: icmp_seq=2 ttl=53 time=23.8 ms
64 bytes from 88.198.231.6: icmp_seq=3 ttl=53 time=23.4 ms
64 bytes from 88.198.231.6: icmp_seq=4 ttl=53 time=23.7 ms
--- zweiter.de ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 23.425/23.863/24.470/0.394 ms
real 0m3.078s
user 0m0.000s
sys 0m0.010s
pi@grizzlyco:~ $
DNS sieht - auf den ersten Blick - gut aus
mach doch mal bitte ein ifconfig (/sbin/ifconfig)
pi@grizzlyco:~ $ /sbin/ifconfig
eth0 Link encap:Ethernet Hardware Adresse b8:27:eb:be:22:dd
inet Adresse:192.168.2.110 Bcast:192.168.2.255 Maske:255.255.255.0
inet6-Adresse: 2003:dc:7706:ea29:ba27:ebff:febe:22dd/64 Gültigkeitsbereich:Global
inet6-Adresse: fe80::ba27:ebff:febe:22dd/64 Gültigkeitsbereich:Verbindung
inet6-Adresse: 2003:dc:7706:ea29:9b8a:f520:40bf:b6b7/64 Gültigkeitsbereich:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:44333 errors:0 dropped:10 overruns:0 frame:0
TX packets:22250 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:29865216 (28.4 MiB) TX bytes:4406652 (4.2 MiB)
lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6-Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:65536 Metrik:1
RX packets:112408 errors:0 dropped:0 overruns:0 frame:0
TX packets:112408 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1
RX bytes:22930153 (21.8 MiB) TX bytes:22930153 (21.8 MiB)
tun0 Link encap:UNSPEC Hardware Adresse 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet Adresse:10.8.0.1 P-z-P:10.8.0.1 Maske:255.255.255.0
inet6-Adresse: fe80::345b:c138:39a9:78fc/64 Gültigkeitsbereich:Verbindung
UP PUNKTZUPUNKT RUNNING NOARP MULTICAST MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:100
RX bytes:0 (0.0 B) TX bytes:688 (688.0 B)
wlan0 Link encap:Ethernet Hardware Adresse b8:27:eb:eb:77:88
inet6-Adresse: fe80::6eb2:1fb3:a5bc:f8e7/64 Gültigkeitsbereich:Verbindung
UP BROADCAST MULTICAST MTU:1500 Metrik:1
RX packets:56 errors:0 dropped:0 overruns:0 frame:0
TX packets:79 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:6776 (6.6 KiB) TX bytes:12153 (11.8 KiB)
brauchst Du IPV6?
Wenn Nein --> https://www.leowkahman.com/2016/03/19/disable-ipv6-raspberry-raspbian/
Disabling IPv6
Firstly, check for presence of IPv6 using ifconfig. You should be seeing a few lines containing inet6 addr: ....
To disable, edit a file: sudo nano /etc/sysctl.conf
Add the following line:
net.ipv6.conf.all.disable_ipv6 = 1
For the change to take effect without rebooting:
sudo sysctl -p
Verify that IPv6 address does not show up in ifconfig.
Komisch, das wollte ich auch schreiben, mag aber lieber:
https://www.thomas-krenn.com/de/wiki/IPv6_deaktivieren (https://www.thomas-krenn.com/de/wiki/IPv6_deaktivieren)
also testweise mal als root:
echo 1 > /proc/sys/net/ipv6/conf/all/disable_ipv6
Ist beim nächsten reboot aber wieder "weg"
ist jetzt deaktiviert.
trotzdem nicht besser
was sagt jetzt das ifconfig?
Btw:
tun0 Link encap:UNSPEC Hardware Adresse 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet Adresse:10.8.0.1 P-z-P:10.8.0.1 Maske:255.255.255.0
inet6-Adresse: fe80::345b:c138:39a9:78fc/64 Gültigkeitsbereich:Verbindung
UP PUNKTZUPUNKT RUNNING NOARP MULTICAST MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:15 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:100
RX bytes:0 (0.0 B) TX bytes:688 (688.0 B)
Hast Du einen Tunnel aufgebaut? Woher kommt dieses Device??
Ich könnte per VPN auf den Pi
pi@grizzlyco:~ $ ifconfig
eth0 Link encap:Ethernet Hardware Adresse b8:27:eb:be:22:dd
inet Adresse:192.168.2.110 Bcast:192.168.2.255 Maske:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metrik:1
RX packets:6071 errors:0 dropped:11 overruns:0 frame:0
TX packets:3676 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:3117301 (2.9 MiB) TX bytes:860832 (840.6 KiB)
lo Link encap:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metrik:1
RX packets:14526 errors:0 dropped:0 overruns:0 frame:0
TX packets:14526 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1
RX bytes:4502639 (4.2 MiB) TX bytes:4502639 (4.2 MiB)
tun0 Link encap:UNSPEC Hardware Adresse 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet Adresse:10.8.0.1 P-z-P:10.8.0.1 Maske:255.255.255.0
UP PUNKTZUPUNKT RUNNING NOARP MULTICAST MTU:1500 Metrik:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:100
RX bytes:0 (0.0 B) TX bytes:160 (160.0 B)
wlan0 Link encap:Ethernet Hardware Adresse b8:27:eb:eb:77:88
UP BROADCAST MULTICAST MTU:1500 Metrik:1
RX packets:72 errors:0 dropped:0 overruns:0 frame:0
TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:8712 (8.5 KiB) TX bytes:11448 (11.1 KiB)
pi@grizzlyco:~ $
ich werf noch einmal 2 Befehle in die Runde:
netstat
und
netstat -r
wenn es geht die Ausgaben bitte in Code Tags (Knöppje in der Mitte über den Smileys)
pi@grizzlyco:~ $ netstat
Aktive Internetverbindungen (ohne Server)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 192.168.2.110:5900 b2b-37-24-1-237.u:28455 VERBUNDEN
tcp 0 0 localhost:54774 localhost:mysql TIME_WAIT
tcp 0 0 localhost:mysql localhost:53934 VERBUNDEN
tcp 0 0 localhost:53934 localhost:mysql VERBUNDEN
tcp 0 0 localhost:54766 localhost:mysql TIME_WAIT
tcp 0 0 localhost:54770 localhost:mysql TIME_WAIT
tcp 0 0 192.168.2.110:39836 HarmonyHub_schl:omniorb VERBUNDEN
tcp 0 0 localhost:8083 localhost:38128 VERBUNDEN
tcp 0 0 localhost:54794 localhost:mysql TIME_WAIT
tcp 0 0 localhost:54764 localhost:mysql TIME_WAIT
tcp 0 0 localhost:mysql localhost:54778 TIME_WAIT
tcp 0 0 localhost:54776 localhost:mysql TIME_WAIT
tcp 0 0 192.168.2.110:52740 HarmonyHub_wohn:omniorb VERBUNDEN
tcp 0 0 localhost:48720 localhost:36167 VERBUNDEN
tcp 0 0 localhost:54784 localhost:mysql TIME_WAIT
tcp 0 0 localhost:54768 localhost:mysql TIME_WAIT
tcp 0 0 localhost:54792 localhost:mysql TIME_WAIT
tcp 0 0 localhost:54790 localhost:mysql TIME_WAIT
tcp 0 0 localhost:54772 localhost:mysql TIME_WAIT
tcp 0 0 localhost:40580 localhost:33495 VERBUNDEN
tcp 0 0 localhost:54778 localhost:mysql TIME_WAIT
tcp 0 0 localhost:38128 localhost:8083 VERBUNDEN
tcp 0 0 localhost:38126 localhost:8083 VERBUNDEN
tcp 0 0 localhost:8083 localhost:38126 VERBUNDEN
tcp 1 0 localhost:37712 localhost:ipp CLOSE_WAIT
tcp 0 0 localhost:54786 localhost:mysql TIME_WAIT
tcp 0 0 localhost:54782 localhost:mysql TIME_WAIT
tcp 0 0 localhost:33495 localhost:40580 VERBUNDEN
tcp6 0 0 192.168.2.110:51826 Olivers-iPad:49685 VERBUNDEN
tcp6 0 0 localhost:36167 localhost:48720 VERBUNDEN
Aktive Sockets in der UNIX-Domäne (ohne Server)
Proto RefCnt Flags Type State I-Node Pfad
unix 4 [ ] DGRAM 11527 /var/run/wpa_supplicant/wlan0
unix 2 [ ] DGRAM 12013 /tmp/.xrdp/xrdp-CTcUtZ/xrdp_000003f9_main_term_7cc1728e
unix 2 [ ] DGRAM 12566 /run/user/1000/systemd/notify
unix 2 [ ] DGRAM 9006 /var/run/thd.socket
unix 2 [ ] DGRAM 12126 /tmp/.vncserver-license/0.983
unix 2 [ ] DGRAM 6199 /run/systemd/notify
unix 2 [ ] DGRAM 6214 /run/systemd/shutdownd
unix 2 [ ] DGRAM 13955 /var/cache/samba/msg/1688
unix 19 [ ] DGRAM 6219 /run/systemd/journal/dev-log
unix 6 [ ] DGRAM 6229 /run/systemd/journal/socket
unix 2 [ ] DGRAM 12014 /tmp/.xrdp/xrdp-CTcUtZ/xrdp_000003f9_main_sync_5e8d95f6
unix 2 [ ] DGRAM 11176 /tmp/.xrdp/xrdp-sesman-3pNZSB/xrdp_sesman_000003fb_main_term_d263ca74
unix 2 [ ] DGRAM 6291 /run/systemd/journal/syslog
unix 2 [ ] DGRAM 11177 /tmp/.xrdp/xrdp-sesman-3pNZSB/xrdp_sesman_000003fb_main_sync_ec0d3594
unix 2 [ ] DGRAM 13004 /var/cache/samba/msg/1749
unix 2 [ ] DGRAM 14791 /var/cache/samba/msg/1768
unix 2 [ ] DGRAM 17487 /tmp/dhcpcd-(null)/libdhcpcd-wpa-2001.0
unix 2 [ ] DGRAM 17488 /tmp/dhcpcd-(null)/libdhcpcd-wpa-2001.1
unix 2 [ ] DGRAM 12012 /tmp/.xrdp/xrdp-CTcUtZ/xrdp_000003f9_listen_pro_done_event_6fa394d2
unix 2 [ ] DGRAM 14190
unix 3 [ ] STREAM VERBUNDEN 13724
unix 3 [ ] STREAM VERBUNDEN 13554
unix 3 [ ] STREAM VERBUNDEN 14054 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 12502 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 21770 @/tmp/.X11-unix/X0
unix 3 [ ] STREAM VERBUNDEN 21769
unix 3 [ ] STREAM VERBUNDEN 13477
unix 3 [ ] STREAM VERBUNDEN 15225 @/tmp/dbus-kjhosuYvWC
unix 3 [ ] STREAM VERBUNDEN 12582 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 14373 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 13816
unix 3 [ ] STREAM VERBUNDEN 16027
unix 3 [ ] STREAM VERBUNDEN 16028 @/tmp/dbus-kjhosuYvWC
unix 3 [ ] STREAM VERBUNDEN 14053
unix 3 [ ] STREAM VERBUNDEN 16948
unix 3 [ ] STREAM VERBUNDEN 15526 @/tmp/.X11-unix/X0
unix 3 [ ] STREAM VERBUNDEN 15703 /var/run/dbus/system_bus_socket
unix 2 [ ] DGRAM 13969
unix 3 [ ] STREAM VERBUNDEN 14191
unix 3 [ ] STREAM VERBUNDEN 17073
unix 3 [ ] STREAM VERBUNDEN 16830 @/tmp/.X11-unix/X0
unix 3 [ ] STREAM VERBUNDEN 17009 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 15694
unix 3 [ ] STREAM VERBUNDEN 13081
unix 3 [ ] STREAM VERBUNDEN 15806
unix 3 [ ] STREAM VERBUNDEN 16032 @/dbus-vfs-daemon/socket-gQiLQWWA
unix 3 [ ] STREAM VERBUNDEN 14185 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 15811
unix 3 [ ] STREAM VERBUNDEN 18456 @/dbus-vfs-daemon/socket-ikPMerh8
unix 3 [ ] STREAM VERBUNDEN 17421
unix 3 [ ] STREAM VERBUNDEN 13027
unix 3 [ ] STREAM VERBUNDEN 12216
unix 2 [ ] STREAM VERBUNDEN 19671
unix 3 [ ] STREAM VERBUNDEN 17479
unix 3 [ ] STREAM VERBUNDEN 13028 @/tmp/.X11-unix/X0
unix 3 [ ] STREAM VERBUNDEN 17050
unix 3 [ ] STREAM VERBUNDEN 17051 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 16012
unix 3 [ ] STREAM VERBUNDEN 13034
unix 3 [ ] STREAM VERBUNDEN 16858 @/tmp/.X11-unix/X0
unix 3 [ ] STREAM VERBUNDEN 17060 @/tmp/dbus-kjhosuYvWC
unix 3 [ ] STREAM VERBUNDEN 13032
unix 3 [ ] STREAM VERBUNDEN 17072
unix 3 [ ] STREAM VERBUNDEN 17480 @/tmp/dbus-kjhosuYvWC
unix 3 [ ] STREAM VERBUNDEN 17059
unix 3 [ ] STREAM VERBUNDEN 13031
unix 3 [ ] STREAM VERBUNDEN 15020 @/tmp/dbus-kjhosuYvWC
unix 3 [ ] STREAM VERBUNDEN 13033
unix 3 [ ] STREAM VERBUNDEN 16002
unix 3 [ ] STREAM VERBUNDEN 12750 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 17008 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 15884
unix 3 [ ] STREAM VERBUNDEN 17020 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 16034 /var/run/dhcpcd.unpriv.sock
unix 3 [ ] STREAM VERBUNDEN 17021 /run/systemd/journal/stdout
unix 2 [ ] DGRAM 15593
unix 2 [ ] DGRAM 13088
unix 3 [ ] STREAM VERBUNDEN 16003
unix 2 [ ] STREAM VERBUNDEN 15631
unix 3 [ ] STREAM VERBUNDEN 17485
unix 3 [ ] STREAM VERBUNDEN 16862 @/tmp/.X11-unix/X0
unix 3 [ ] STREAM VERBUNDEN 15873
unix 3 [ ] STREAM VERBUNDEN 16013
unix 3 [ ] STREAM VERBUNDEN 14047 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 16910 @/tmp/.X11-unix/X0
unix 3 [ ] STREAM VERBUNDEN 18446 @/tmp/dbus-kjhosuYvWC
unix 3 [ ] STREAM VERBUNDEN 15989
unix 3 [ ] STREAM VERBUNDEN 17420
unix 3 [ ] STREAM VERBUNDEN 15870
unix 3 [ ] STREAM VERBUNDEN 16035 /var/run/dhcpcd.unpriv.sock
unix 2 [ ] DGRAM 12759
unix 3 [ ] STREAM VERBUNDEN 15223
unix 3 [ ] STREAM VERBUNDEN 8734
unix 2 [ ] DGRAM 11940
unix 3 [ ] STREAM VERBUNDEN 7830 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 15224 @/tmp/dbus-kjhosuYvWC
unix 3 [ ] STREAM VERBUNDEN 10688 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 15007
unix 2 [ ] DGRAM 10825
unix 3 [ ] STREAM VERBUNDEN 11299
unix 3 [ ] STREAM VERBUNDEN 17486
unix 3 [ ] STREAM VERBUNDEN 8178
unix 3 [ ] STREAM VERBUNDEN 9064 /run/systemd/journal/stdout
unix 2 [ ] STREAM VERBUNDEN 18454 @/dbus-vfs-daemon/socket-4T3S5NHY
unix 2 [ ] DGRAM 5945
unix 3 [ ] STREAM VERBUNDEN 16918 /var/run/dbus/system_bus_socket
unix 2 [ ] DGRAM 7854
unix 3 [ ] STREAM VERBUNDEN 15221
unix 3 [ ] DGRAM 5949
unix 3 [ ] STREAM VERBUNDEN 10733
unix 3 [ ] STREAM VERBUNDEN 15911 @/tmp/.X11-unix/X0
unix 2 [ ] DGRAM 12124
unix 3 [ ] STREAM VERBUNDEN 11553 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 8137
unix 3 [ ] STREAM VERBUNDEN 15919 @/tmp/.X11-unix/X0
unix 3 [ ] STREAM VERBUNDEN 11469 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 7827 /run/systemd/journal/stdout
unix 2 [ ] STREAM VERBUNDEN 12137
unix 3 [ ] STREAM VERBUNDEN 15202
unix 3 [ ] STREAM VERBUNDEN 8892
unix 3 [ ] STREAM VERBUNDEN 10813
unix 3 [ ] DGRAM 5948
unix 3 [ ] STREAM VERBUNDEN 10890 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 15909 @/tmp/.X11-unix/X0
unix 3 [ ] STREAM VERBUNDEN 10879 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 10833
unix 2 [ ] DGRAM 11401
unix 3 [ ] STREAM VERBUNDEN 17453
unix 3 [ ] STREAM VERBUNDEN 15204
unix 3 [ ] STREAM VERBUNDEN 15017
unix 3 [ ] STREAM VERBUNDEN 11470 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 17031 @/tmp/dbus-kjhosuYvWC
unix 2 [ ] DGRAM 10819
unix 3 [ ] STREAM VERBUNDEN 7824 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 15027 @/tmp/dbus-kjhosuYvWC
unix 3 [ ] STREAM VERBUNDEN 8027 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 15026
unix 3 [ ] STREAM VERBUNDEN 8990
unix 3 [ ] STREAM VERBUNDEN 11983
unix 3 [ ] STREAM VERBUNDEN 10828
unix 3 [ ] STREAM VERBUNDEN 15229
unix 2 [ ] DGRAM 12544
unix 3 [ ] STREAM VERBUNDEN 15018
unix 3 [ ] STREAM VERBUNDEN 11156 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 15024
unix 2 [ ] STREAM VERBUNDEN 14796
unix 3 [ ] STREAM VERBUNDEN 12586 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 15220
unix 3 [ ] STREAM VERBUNDEN 12585
unix 2 [ ] DGRAM 15945
unix 2 [ ] DGRAM 8937
unix 3 [ ] STREAM VERBUNDEN 15016
unix 3 [ ] STREAM VERBUNDEN 12029
unix 3 [ ] STREAM VERBUNDEN 15813 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 16820 @/tmp/.X11-unix/X0
unix 3 [ ] STREAM VERBUNDEN 13559 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 10829
unix 3 [ ] DGRAM 15941
unix 3 [ ] STREAM VERBUNDEN 8943
unix 3 [ ] STREAM VERBUNDEN 15025
unix 3 [ ] STREAM VERBUNDEN 7831
unix 3 [ ] STREAM VERBUNDEN 15812 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 16823 @/tmp/.X11-unix/X0
unix 3 [ ] STREAM VERBUNDEN 15230
unix 3 [ ] STREAM VERBUNDEN 17015
unix 3 [ ] STREAM VERBUNDEN 14801
unix 3 [ ] STREAM VERBUNDEN 15928 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 12093
unix 2 [ ] DGRAM 14381
unix 3 [ ] STREAM VERBUNDEN 15929 /run/systemd/journal/stdout
unix 2 [ ] DGRAM 6295
unix 3 [ ] DGRAM 15940
unix 3 [ ] STREAM VERBUNDEN 12319 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 16836
unix 3 [ ] STREAM VERBUNDEN 17039
unix 3 [ ] STREAM VERBUNDEN 11596
unix 3 [ ] STREAM VERBUNDEN 18460
unix 3 [ ] STREAM VERBUNDEN 17028 @/tmp/.X11-unix/X0
unix 3 [ ] STREAM VERBUNDEN 17037
unix 3 [ ] STREAM VERBUNDEN 13562 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 15312
unix 3 [ ] STREAM VERBUNDEN 17478
unix 3 [ ] STREAM VERBUNDEN 11117
unix 2 [ ] DGRAM 16939
unix 3 [ ] STREAM VERBUNDEN 15944 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 16969 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 16026 /tmp/.menu-cached-:0-pi
unix 3 [ ] STREAM VERBUNDEN 14800
unix 3 [ ] STREAM VERBUNDEN 15341
unix 3 [ ] STREAM VERBUNDEN 17041
unix 3 [ ] STREAM VERBUNDEN 16033 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 16006 @/tmp/dbus-kjhosuYvWC
unix 3 [ ] STREAM VERBUNDEN 16926
unix 2 [ ] DGRAM 11130
unix 3 [ ] STREAM VERBUNDEN 8029 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 16960 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 17042 @/tmp/dbus-kjhosuYvWC
unix 3 [ ] STREAM VERBUNDEN 11127
unix 3 [ ] STREAM VERBUNDEN 15889
unix 3 [ ] STREAM VERBUNDEN 17048
unix 3 [ ] STREAM VERBUNDEN 14384
unix 3 [ ] STREAM VERBUNDEN 19147
unix 3 [ ] STREAM VERBUNDEN 17049 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 11195
unix 3 [ ] STREAM VERBUNDEN 11122 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 15923 @/tmp/.X11-unix/X0
unix 3 [ ] STREAM VERBUNDEN 19148 @/tmp/dbus-kjhosuYvWC
unix 3 [ ] STREAM VERBUNDEN 17040 /run/systemd/journal/stdout
unix 3 [ ] STREAM VERBUNDEN 11126
unix 3 [ ] STREAM VERBUNDEN 19145
unix 3 [ ] STREAM VERBUNDEN 15922
unix 3 [ ] STREAM VERBUNDEN 12743 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 11467
unix 3 [ ] STREAM VERBUNDEN 11523
unix 3 [ ] STREAM VERBUNDEN 19144
unix 3 [ ] STREAM VERBUNDEN 16932
unix 3 [ ] STREAM VERBUNDEN 15933
unix 3 [ ] STREAM VERBUNDEN 11468
unix 3 [ ] STREAM VERBUNDEN 16927
unix 3 [ ] STREAM VERBUNDEN 17027
unix 3 [ ] STREAM VERBUNDEN 12094
unix 3 [ ] STREAM VERBUNDEN 15045 @/tmp/dbus-kjhosuYvWC
unix 3 [ ] STREAM VERBUNDEN 16913 /var/run/dbus/system_bus_socket
unix 3 [ ] STREAM VERBUNDEN 16931
unix 3 [ ] STREAM VERBUNDEN 17038 /run/systemd/journal/stdout
unix 2 [ ] DGRAM 18541
pi@grizzlyco:~ $ netstat -r
Kernel-IP-Routentabelle
Ziel Router Genmask Flags MSS Fenster irtt Iface
default speedport.ip 0.0.0.0 UG 0 0 0 eth0
default speedport.ip 0.0.0.0 UG 0 0 0 eth0
10.8.0.0 * 255.255.255.0 U 0 0 0 tun0
192.168.2.0 * 255.255.255.0 U 0 0 0 eth0
pi@grizzlyco:~ $
ich war mal so frei die Verwendung von code-tags zu demonstrieren ;)
Du hast die Code Tags vergessen ...
Dein Netzt sieht erst einmal gut aus - nur aus Problemsicht
jetzt solltest Du in FHEM schauen, was dort passiert
Setze mal im global Device das Attribut dnsServer auf 192.168.2.1
Sag mal ... hast Du ein Desktopsystem, also incl. Grafischer Oberfläche, auf dem Pi laufen?
Was mir so auffällt .. Du hast 2 Standardrouten:
default speedport.ip 0.0.0.0 UG 0 0 0 eth0
default speedport.ip 0.0.0.0 UG 0 0 0 eth0
Mal so als Spontane Idee:
host 192.168.2.1
host 192.168.2.110
cat /etc/hosts
Vielen Dank für eure zahlreichen Hilfen.
Aber es war was ganz anderes.
Mein Lightify Gateway war zwar "connected" hat aber alles nur mit großer Verzögerung gemacht.
Nachdem ich das Gateway neu gestartet haben, und "reconnect" lief wieder alles schnell.
Danke nochmal!