device eth0 left promiscuous mode

  • Kann man das Abstellen?

    Das könnte man evtl. schon, wenn man wüsste welche Anwendung und warum, diese das eth0-Interface (temporär) in diesen Modus schaltet.

    Zitat

    [-]promisc

    Ein-/Ausschalten des promiscuous Modus der Schnittstelle. Ist er eingeschaltet, so werden alle Pakete

    vom Netzwerk empfangen unabhängig davon ob sie an die Schnittstelle adressiert sind.


    EDIT:

    Code
    pi@raspberrypi:~ $ dmesg | tail -n 4
    [  111.830814] smsc95xx 1-1.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
    [  123.998921] smsc95xx 1-1.1:1.0 eth0: link down
    [151897.554929] device wlan0 entered promiscuous mode
    [151899.957264] device wlan0 left promiscuous mode

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p3 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

    Einmal editiert, zuletzt von rpi444 (13. Dezember 2018 um 17:01)

  • Dec 13 04:59:44 raspi kernel: [164618.270224] device eth0 left promiscuous mode

    Dec 13 05:00:27 raspi kernel: [164661.579513] device eth0 entered promiscuous mode

    Dec 13 05:00:44 raspi kernel: [164678.251323] device eth0 left promiscuous mode

    Dec 13 05:01:27 raspi kernel: [164721.539625] device eth0 entered promiscuous mode

    Dec 13 05:01:44 raspi kernel: [164738.225739] device eth0 left promiscuous mode

    Dec 13 05:02:27 raspi kernel: [164781.629681] device eth0 entered promiscuous mode

    Dec 13 05:02:44 raspi kernel: [164798.308999] device eth0 left promiscuous mode

  • dmesg | tail -n 4

    [ 1339.043882] device eth0 entered promiscuous mode

    [ 1355.715533] device eth0 left promiscuous mode

    [ 1399.374190] device eth0 entered promiscuous mode

    [ 1416.057559] device eth0 left promiscuous mode

  • Dec 13 05:02:27 raspi kernel: [164781.629681] device eth0 entered promiscuous mode

    Dec 13 05:02:44 raspi kernel: [164798.308999] device eth0 left promiscuous mode

    Poste mal im spoiler, die Ausgaben von:

    Code
    cat /etc/crontab
    ps aux
    sudo netstat -tulpena

    und einen evtl. Eintrag in der root crontab.

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p3 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

  • Spoiler anzeigen

    cat /etc/crontab

    # /etc/crontab: system-wide crontab

    # Unlike any other crontab you don't have to run the `crontab'

    # command to install the new version when you edit this file

    # and files in /etc/cron.d. These files also have username fields,

    # that none of the other crontabs do.

    SHELL=/bin/sh

    PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

    # Example of job definition:

    # .---------------- minute (0 - 59)

    # | .------------- hour (0 - 23)

    # | | .---------- day of month (1 - 31)

    # | | | .------- month (1 - 12) OR jan,feb,mar,apr ...

    # | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat

    # | | | | |

    # * * * * * user-name command to be executed

    17 * * * * root cd / && run-parts --report /etc/cron.hourly

    25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )

    47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )

    52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )

    #

    0 5 1 * * /usr/local/bin/Backup.sh > /dev/null

    0 5 8 * * /ust/local/bin/Backuo.sh > /def/null

    0 5 15 * * /usr/local/bin/Backup.sh > /dev/null

    0 5 23 * * /usr/local/bin/Backup.sh > /dev/null

    Spoiler anzeigen

    ps aux

    USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND

    root 1 0.1 0.7 30752 7224 ? Ss 16:50 0:03 /sbin/init

    root 2 0.0 0.0 0 0 ? S 16:50 0:00 [kthreadd]

    root 4 0.0 0.0 0 0 ? I< 16:50 0:00 [kworker/0:0H]

    root 6 0.0 0.0 0 0 ? I< 16:50 0:00 [mm_percpu_wq]

    root 7 0.0 0.0 0 0 ? S 16:50 0:00 [ksoftirqd/0]

    root 8 0.0 0.0 0 0 ? I 16:50 0:00 [rcu_sched]

    root 9 0.0 0.0 0 0 ? I 16:50 0:00 [rcu_bh]

    root 10 0.0 0.0 0 0 ? S 16:50 0:00 [migration/0]

    root 11 0.0 0.0 0 0 ? S 16:50 0:00 [cpuhp/0]

    root 12 0.0 0.0 0 0 ? S 16:50 0:00 [cpuhp/1]

    root 13 0.0 0.0 0 0 ? S 16:50 0:00 [migration/1]

    root 14 0.0 0.0 0 0 ? S 16:50 0:00 [ksoftirqd/1]

    root 16 0.0 0.0 0 0 ? I< 16:50 0:00 [kworker/1:0H]

    root 17 0.0 0.0 0 0 ? S 16:50 0:00 [cpuhp/2]

    root 18 0.0 0.0 0 0 ? S 16:50 0:00 [migration/2]

    root 19 0.0 0.0 0 0 ? S 16:50 0:00 [ksoftirqd/2]

    root 21 0.0 0.0 0 0 ? I< 16:50 0:00 [kworker/2:0H]

    root 22 0.0 0.0 0 0 ? S 16:50 0:00 [cpuhp/3]

    root 23 0.0 0.0 0 0 ? S 16:50 0:00 [migration/3]

    root 24 0.0 0.0 0 0 ? S 16:50 0:00 [ksoftirqd/3]

    root 25 0.0 0.0 0 0 ? I 16:50 0:00 [kworker/3:0]

    root 26 0.0 0.0 0 0 ? I< 16:50 0:00 [kworker/3:0H]

    root 27 0.0 0.0 0 0 ? S 16:50 0:00 [kdevtmpfs]

    root 28 0.0 0.0 0 0 ? I< 16:50 0:00 [netns]

    root 30 0.0 0.0 0 0 ? I 16:50 0:00 [kworker/1:1]

    root 33 0.0 0.0 0 0 ? S 16:50 0:00 [khungtaskd]

    root 34 0.0 0.0 0 0 ? S 16:50 0:00 [oom_reaper]

    root 35 0.0 0.0 0 0 ? I< 16:50 0:00 [writeback]

    root 36 0.0 0.0 0 0 ? S 16:50 0:00 [kcompactd0]

    root 37 0.0 0.0 0 0 ? I< 16:50 0:00 [crypto]

    root 38 0.0 0.0 0 0 ? I< 16:50 0:00 [kblockd]

    root 39 0.0 0.0 0 0 ? I< 16:50 0:00 [watchdogd]

    root 40 0.0 0.0 0 0 ? I< 16:50 0:00 [rpciod]

    root 41 0.0 0.0 0 0 ? I< 16:50 0:00 [xprtiod]

    root 44 0.0 0.0 0 0 ? S 16:50 0:00 [kswapd0]

    root 45 0.0 0.0 0 0 ? I< 16:50 0:00 [nfsiod]

    root 55 0.0 0.0 0 0 ? I< 16:50 0:00 [kthrotld]

    root 56 0.0 0.0 0 0 ? I< 16:50 0:00 [iscsi_eh]

    root 57 0.0 0.0 0 0 ? I< 16:50 0:00 [dwc_otg]

    root 58 0.0 0.0 0 0 ? I< 16:50 0:00 [DWC Notificatio]

    root 59 0.0 0.0 0 0 ? S< 16:50 0:00 [vchiq-slot/0]

    root 60 0.0 0.0 0 0 ? S< 16:50 0:00 [vchiq-recy/0]

    root 61 0.0 0.0 0 0 ? S< 16:50 0:00 [vchiq-sync/0]

    root 62 0.0 0.0 0 0 ? S 16:50 0:00 [vchiq-keep/0]

    root 63 0.0 0.0 0 0 ? S< 16:50 0:00 [SMIO]

    root 65 0.0 0.0 0 0 ? S 16:50 0:00 [irq/92-mmc1]

    root 66 0.0 0.0 0 0 ? I 16:50 0:00 [kworker/0:3]

    root 68 0.0 0.0 0 0 ? S 16:50 0:01 [mmcqd/0]

    root 69 0.0 0.0 0 0 ? S 16:50 0:00 [jbd2/mmcblk0p2-]

    root 70 0.0 0.0 0 0 ? I< 16:50 0:00 [ext4-rsv-conver]

    root 71 0.0 0.0 0 0 ? I< 16:50 0:00 [ipv6_addrconf]

    root 86 0.0 0.0 0 0 ? I< 16:50 0:00 [kworker/0:1H]

    root 93 0.0 0.5 15848 5332 ? Ss 16:50 0:00 /lib/systemd/systemd-journald

    root 108 0.0 0.0 0 0 ? S 16:50 0:00 [irq/169-usb-001]

    root 117 0.0 0.3 15260 3416 ? Ss 16:50 0:00 /lib/systemd/systemd-udevd

    root 169 0.0 0.0 0 0 ? I< 16:50 0:00 [cfg80211]

    root 174 0.0 0.0 0 0 ? I< 16:50 0:00 [brcmf_wq/mmc1:0]

    root 175 0.0 0.0 0 0 ? S 16:50 0:00 [brcmf_wdog/mmc1]

    systemd+ 210 0.0 0.2 19376 2440 ? Ssl 16:50 0:00 /lib/systemd/systemd-timesyncd

    root 232 0.0 0.5 10344 5056 ? Ss 16:50 0:00 /lib/systemd/systemd-logind

    nobody 233 0.0 0.2 4880 2276 ? Ss 16:50 0:00 /usr/sbin/thd --triggers /etc/triggerhappy/triggers.d/ --socket /run/thd.socket --user nobody --deviceglob /dev/i

    root 235 0.0 0.3 25700 3016 ? Ssl 16:50 0:00 /usr/sbin/rsyslogd -n -iNONE

    avahi 240 0.0 0.3 6256 2900 ? Ss 16:50 0:00 avahi-daemon: running [raspi.local]

    message+ 247 0.0 0.4 7032 4012 ? Ss 16:50 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only

    root 259 0.0 0.4 9100 3896 ? Ss 16:50 0:00 /sbin/wpa_supplicant -u -s -O /run/wpa_supplicant

    root 297 0.0 0.0 0 0 ? I< 16:50 0:00 [kworker/u9:0]

    root 299 0.0 0.0 2044 96 ? S 16:50 0:00 /usr/bin/hciattach /dev/serial1 bcm43xx 3000000 flow - b8:27:eb:76:c3:d3

    root 301 0.0 0.0 0 0 ? I< 16:50 0:00 [kworker/u9:1]

    avahi 307 0.0 0.0 6256 288 ? S 16:50 0:00 avahi-daemon: chroot helper

    root 308 0.0 0.3 9360 3268 ? Ss 16:50 0:00 /usr/lib/bluetooth/bluetoothd

    root 314 0.0 0.2 9708 2044 ? Ss 16:50 0:00 wpa_supplicant -B -c/etc/wpa_supplicant/wpa_supplicant.conf -iwlan0 -Dnl80211,wext

    root 381 0.0 0.0 0 0 ? I< 16:50 0:00 [kworker/1:1H]

    root 432 0.0 0.1 2780 1844 ? Ss 16:50 0:00 /sbin/dhcpcd -q -w

    root 441 0.0 0.0 0 0 ? I< 16:50 0:00 [cifsiod]

    root 442 0.0 0.0 0 0 ? I< 16:50 0:00 [cifsoplockd]

    root 448 0.0 0.3 5996 2864 ? Ss 16:50 0:00 /usr/sbin/cron -f

    root 468 0.0 0.5 10712 5308 ? Ss 16:50 0:00 /usr/sbin/sshd -D

    root 480 0.0 0.1 4484 1436 tty1 Ss+ 16:50 0:00 /sbin/agetty -o -p -- \u --noclear tty1 linux

    root 494 0.0 2.0 201532 19496 ? Ss 16:50 0:00 /usr/sbin/apache2 -k start

    www-data 551 0.0 1.1 201972 11372 ? S 16:50 0:00 /usr/sbin/apache2 -k start

    www-data 552 0.0 1.1 201948 11352 ? S 16:50 0:00 /usr/sbin/apache2 -k start

    www-data 553 0.0 1.1 201964 11360 ? S 16:50 0:00 /usr/sbin/apache2 -k start

    www-data 554 0.0 1.9 202412 18116 ? S 16:50 0:00 /usr/sbin/apache2 -k start

    www-data 555 0.0 1.1 201980 11340 ? S 16:50 0:00 /usr/sbin/apache2 -k start

    proftpd 556 0.0 0.3 18452 3520 ? Ss 16:50 0:00 proftpd: (accepting connections)

    root 557 14.9 9.4 184576 90116 ? Ssl 16:50 4:15 iobroker.js-controller

    root 572 0.6 5.0 141980 47584 ? Sl 16:50 0:10 io.admin.0

    root 582 0.1 3.2 117700 30508 ? Sl 16:50 0:02 io.discovery.0

    root 592 0.2 3.7 130516 35776 ? Sl 16:50 0:04 io.sonoff.0

    root 602 0.2 3.7 130092 35456 ? Sl 16:50 0:04 io.sonoff.1

    root 612 1.8 5.2 143380 49608 ? Sl 16:50 0:31 io.tr-064.0

    root 622 0.2 3.6 129760 34648 ? Sl 16:50 0:03 io.web.0

    root 635 0.0 0.0 0 0 ? I< 16:50 0:00 [kworker/3:1H]

    root 636 0.0 0.0 0 0 ? I< 16:50 0:00 [kworker/2:1H]

    root 647 0.1 3.5 120284 33924 ? Sl 16:51 0:02 io.socketio.0

    root 657 7.1 7.3 165796 69484 ? Sl 16:51 1:57 io.upnp.0

    root 667 1.9 8.9 167764 85440 ? Sl 16:51 0:32 io.javascript.0

    root 677 0.2 3.6 122984 34256 ? Sl 16:51 0:04 io.alexa2.0

    root 687 0.3 4.4 136176 42196 ? Sl 16:51 0:06 io.iot.0

    root 707 0.1 3.2 118420 31184 ? Sl 16:51 0:03 io.wifilight.0

    root 737 0.1 3.7 122924 35504 ? Sl 16:52 0:02 io.scenes.0

    root 747 1.1 5.8 138608 55340 ? Sl 16:52 0:18 io.radar.0

    root 780 0.4 4.6 138924 44304 ? Sl 16:52 0:07 io.rpi2.0

    root 817 0.1 3.5 120676 34148 ? Sl 16:52 0:02 io.backitup.0

    root 984 0.0 0.0 0 0 ? I 16:55 0:00 [kworker/u8:1]

    root 1331 0.0 0.0 0 0 ? I 17:02 0:00 [kworker/2:1]

    root 1632 0.0 0.0 0 0 ? I 17:08 0:00 [kworker/0:0]

    root 1883 0.0 0.0 0 0 ? I 17:10 0:00 [kworker/u8:2]

    root 1926 0.0 0.6 12212 6328 ? Ss 17:12 0:00 sshd: pi [priv]

    root 1934 0.0 0.0 0 0 ? I 17:12 0:00 [kworker/u8:3]

    pi 1955 0.0 0.6 11668 6528 ? Ss 17:12 0:00 /lib/systemd/systemd --user

    root 1957 0.0 0.0 0 0 ? I 17:12 0:00 [kworker/1:2]

    pi 1963 0.0 0.1 32784 1664 ? S 17:12 0:00 (sd-pam)

    root 1988 0.0 0.0 0 0 ? I 17:12 0:00 [kworker/2:0]

    pi 1995 0.0 0.5 12508 4880 ? R 17:12 0:00 sshd: pi@pts/0

    pi 1998 0.1 0.4 6632 4148 pts/0 Ss 17:12 0:00 -bash

    root 2036 0.0 0.0 0 0 ? I 17:13 0:00 [kworker/0:1]

    root 2075 0.0 0.0 0 0 ? I 17:13 0:00 [kworker/3:2]

    www-data 2276 0.0 1.1 201956 11344 ? S 17:16 0:00 /usr/sbin/apache2 -k start

    www-data 2280 0.0 1.0 201860 10004 ? S 17:16 0:00 /usr/sbin/apache2 -k start

    www-data 2281 0.0 1.0 201860 10004 ? S 17:16 0:00 /usr/sbin/apache2 -k start

    www-data 2282 0.0 1.0 201860 10004 ? S 17:16 0:00 /usr/sbin/apache2 -k start

    www-data 2283 0.0 1.0 201860 10004 ? S 17:16 0:00 /usr/sbin/apache2 -k start

    pi 2371 0.0 0.2 7364 2732 pts/0 R+ 17:19 0:00 ps aux


    Spoiler anzeigen

    sudo netstat -tulpena

    Aktive Internetverbindungen (Server und stehende Verbindungen)

    Proto Recv-Q Send-Q Local Address Foreign Address State Benutzer Inode PID/Program name

    tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 0 13603 557/iobroker.js-con

    tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 0 13604 557/iobroker.js-con

    tcp 0 0 192.168.178.61:8082 0.0.0.0:* LISTEN 0 11804 622/io.web.0

    tcp 0 0 192.168.178.61:8084 0.0.0.0:* LISTEN 0 12924 647/io.socketio.0

    tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 13572 468/sshd

    tcp 0 0 0.0.0.0:1883 0.0.0.0:* LISTEN 0 12748 592/io.sonoff.0

    tcp 0 0 0.0.0.0:1884 0.0.0.0:* LISTEN 0 11662 602/io.sonoff.1

    tcp 0 0 127.0.0.1:9001 127.0.0.1:41338 VERBUNDEN 0 11639 557/iobroker.js-con

    tcp 0 0 127.0.0.1:53112 127.0.0.1:9000 VERBUNDEN 0 13276 817/io.backitup.0

    tcp 0 0 127.0.0.1:9000 127.0.0.1:52356 VERBUNDEN 0 13780 557/iobroker.js-con

    tcp 0 0 127.0.0.1:9000 127.0.0.1:52798 VERBUNDEN 0 12121 557/iobroker.js-con

    tcp 0 0 192.168.178.61:54866 192.168.178.24:49000 TIME_WAIT 0 0 -

    tcp 0 0 127.0.0.1:41372 127.0.0.1:9001 VERBUNDEN 0 14382 612/io.tr-064.0

    tcp 0 0 127.0.0.1:9001 127.0.0.1:41756 VERBUNDEN 0 12983 557/iobroker.js-con

    tcp 0 0 192.168.178.61:41084 192.168.178.1:1012 VERBUNDEN 0 11802 612/io.tr-064.0

    tcp 0 0 127.0.0.1:41646 127.0.0.1:9001 VERBUNDEN 0 11925 657/io.upnp.0

    tcp 0 0 192.168.178.61:37298 192.168.178.20:5577 VERBUNDEN 0 14042 707/io.wifilight.0

    tcp 0 0 127.0.0.1:41630 127.0.0.1:9001 VERBUNDEN 0 12915 647/io.socketio.0

    tcp 0 0 127.0.0.1:41708 127.0.0.1:9001 VERBUNDEN 0 11970 677/io.alexa2.0

    tcp 0 0 192.168.178.61:54952 192.168.178.24:49000 TIME_WAIT 0 0 -

    tcp 0 0 127.0.0.1:41356 127.0.0.1:9001 VERBUNDEN 0 11654 602/io.sonoff.1

    tcp 0 0 127.0.0.1:52356 127.0.0.1:9000 VERBUNDEN 0 12854 622/io.web.0

    tcp 0 0 127.0.0.1:42266 127.0.0.1:9001 VERBUNDEN 0 13267 817/io.backitup.0

    tcp 0 0 127.0.0.1:41304 127.0.0.1:9001 VERBUNDEN 0 14346 572/io.admin.0

    tcp 0 0 127.0.0.1:9000 127.0.0.1:52202 VERBUNDEN 0 13689 557/iobroker.js-con

    tcp 0 0 127.0.0.1:9001 127.0.0.1:41952 VERBUNDEN 0 12115 557/iobroker.js-con

    tcp 0 0 127.0.0.1:41952 127.0.0.1:9001 VERBUNDEN 0 14034 707/io.wifilight.0

    tcp 0 0 192.168.178.61:36264 192.168.178.56:5577 VERBUNDEN 0 14044 707/io.wifilight.0

    tcp 0 0 127.0.0.1:9000 127.0.0.1:52150 VERBUNDEN 0 11614 557/iobroker.js-con

    tcp 0 0 127.0.0.1:9001 127.0.0.1:41630 VERBUNDEN 0 14453 557/iobroker.js-con

    tcp 0 0 127.0.0.1:9000 127.0.0.1:53112 VERBUNDEN 0 13277 557/iobroker.js-con

    tcp 0 0 127.0.0.1:9000 127.0.0.1:52218 VERBUNDEN 0 12757 557/iobroker.js-con

    tcp 0 0 192.168.178.61:54788 192.168.178.24:49000 TIME_WAIT 0 0 -

    tcp 0 0 127.0.0.1:9001 127.0.0.1:42218 VERBUNDEN 0 13192 557/iobroker.js-con

    tcp 0 0 192.168.178.61:54996 192.168.178.24:49000 TIME_WAIT 0 0 -

    tcp 0 0 127.0.0.1:41338 127.0.0.1:9001 VERBUNDEN 0 14361 592/io.sonoff.0

    tcp 0 0 127.0.0.1:9001 127.0.0.1:41676 VERBUNDEN 0 13886 557/iobroker.js-con

    tcp 0 0 127.0.0.1:9001 127.0.0.1:41510 VERBUNDEN 0 13774 557/iobroker.js-con

    tcp 0 0 127.0.0.1:9001 127.0.0.1:42140 VERBUNDEN 0 14609 557/iobroker.js-con

    tcp 0 0 192.168.178.61:54796 192.168.178.24:49000 TIME_WAIT 0 0 -

    tcp 0 0 127.0.0.1:9000 127.0.0.1:52524 VERBUNDEN 0 13894 557/iobroker.js-con

    tcp 0 0 127.0.0.1:9000 127.0.0.1:52942 VERBUNDEN 0 14085 557/iobroker.js-con

    tcp 0 2 192.168.178.61:1884 192.168.178.49:5466 VERBUNDEN 0 12800 602/io.sonoff.1

    tcp 0 0 127.0.0.1:41510 127.0.0.1:9001 VERBUNDEN 0 12851 622/io.web.0

    tcp 0 0 127.0.0.1:52942 127.0.0.1:9000 VERBUNDEN 0 13139 737/io.scenes.0

    tcp 0 0 192.168.178.61:54948 192.168.178.24:49000 TIME_WAIT 0 0 -

    tcp 0 0 127.0.0.1:9000 127.0.0.1:52476 VERBUNDEN 0 14459 557/iobroker.js-con

    tcp 0 0 127.0.0.1:52476 127.0.0.1:9000 VERBUNDEN 0 12918 647/io.socketio.0

    tcp 0 0 192.168.178.61:54946 192.168.178.24:49000 TIME_WAIT 0 0 -

    tcp 0 0 192.168.178.61:54790 192.168.178.24:49000 TIME_WAIT 0 0 -

    tcp 0 0 127.0.0.1:52798 127.0.0.1:9000 VERBUNDEN 0 14037 707/io.wifilight.0

    tcp 0 0 127.0.0.1:52166 127.0.0.1:9000 VERBUNDEN 0 12724 582/io.discovery.0

    tcp 0 0 127.0.0.1:9000 127.0.0.1:52602 VERBUNDEN 0 14487 557/iobroker.js-con

    tcp 0 0 127.0.0.1:52202 127.0.0.1:9000 VERBUNDEN 0 11657 602/io.sonoff.1

    tcp 0 0 127.0.0.1:52554 127.0.0.1:9000 VERBUNDEN 0 11973 677/io.alexa2.0

    tcp 0 0 127.0.0.1:9001 127.0.0.1:42096 VERBUNDEN 0 14080 557/iobroker.js-con

    tcp 0 0 127.0.0.1:41676 127.0.0.1:9001 VERBUNDEN 0 14477 667/io.javascript.0

    tcp 0 0 127.0.0.1:9000 127.0.0.1:53064 VERBUNDEN 0 13198 557/iobroker.js-con

    tcp 0 0 127.0.0.1:52986 127.0.0.1:9000 VERBUNDEN 0 12238 747/io.radar.0

    tcp 0 0 127.0.0.1:52150 127.0.0.1:9000 VERBUNDEN 0 14349 572/io.admin.0

    tcp 0 0 127.0.0.1:9001 127.0.0.1:41304 VERBUNDEN 0 11608 557/iobroker.js-con

    tcp 0 0 127.0.0.1:52218 127.0.0.1:9000 VERBUNDEN 0 14385 612/io.tr-064.0

    tcp 0 0 127.0.0.1:41756 127.0.0.1:9001 VERBUNDEN 0 13946 687/io.iot.0

    tcp 0 0 127.0.0.1:52492 127.0.0.1:9000 VERBUNDEN 0 11928 657/io.upnp.0

    tcp 0 0 127.0.0.1:9001 127.0.0.1:41320 VERBUNDEN 0 12716 557/iobroker.js-con

    tcp 0 2 192.168.178.61:1883 192.168.178.47:9316 VERBUNDEN 0 12822 592/io.sonoff.0

    tcp 0 0 192.168.178.61:54906 192.168.178.24:49000 TIME_WAIT 0 0 -

    tcp 0 0 127.0.0.1:9000 127.0.0.1:52166 VERBUNDEN 0 12725 557/iobroker.js-con

    tcp 0 0 127.0.0.1:9001 127.0.0.1:41356 VERBUNDEN 0 13683 557/iobroker.js-con

    tcp 0 0 127.0.0.1:9001 127.0.0.1:41646 VERBUNDEN 0 12929 557/iobroker.js-con

    tcp 0 0 127.0.0.1:9001 127.0.0.1:41708 VERBUNDEN 0 13917 557/iobroker.js-con

    tcp 0 0 127.0.0.1:52184 127.0.0.1:9000 VERBUNDEN 0 14364 592/io.sonoff.0

    tcp 0 0 192.168.178.61:50966 176.32.101.52:443 VERBUNDEN 0 13945 677/io.alexa2.0

    tcp 0 0 127.0.0.1:53064 127.0.0.1:9000 VERBUNDEN 0 15412 780/io.rpi2.0

    tcp 0 0 127.0.0.1:9000 127.0.0.1:52986 VERBUNDEN 0 14615 557/iobroker.js-con

    tcp 0 0 127.0.0.1:9000 127.0.0.1:52492 VERBUNDEN 0 12935 557/iobroker.js-con

    tcp 0 0 192.168.178.61:47720 192.168.178.25:5577 VERBUNDEN 0 28958 707/io.wifilight.0

    tcp 0 0 127.0.0.1:52602 127.0.0.1:9000 VERBUNDEN 0 12988 687/io.iot.0

    tcp 0 0 192.168.178.61:37830 52.211.66.245:8883 VERBUNDEN 0 14494 687/io.iot.0

    tcp 0 0 127.0.0.1:42218 127.0.0.1:9001 VERBUNDEN 0 15409 780/io.rpi2.0

    tcp 0 0 127.0.0.1:9000 127.0.0.1:52184 VERBUNDEN 0 13677 557/iobroker.js-con

    tcp 0 0 127.0.0.1:42096 127.0.0.1:9001 VERBUNDEN 0 13136 737/io.scenes.0

    tcp 0 0 192.168.178.61:54904 192.168.178.24:49000 TIME_WAIT 0 0 -

    tcp 0 0 127.0.0.1:9001 127.0.0.1:42266 VERBUNDEN 0 13268 557/iobroker.js-con

    tcp 0 0 127.0.0.1:41320 127.0.0.1:9001 VERBUNDEN 0 12715 582/io.discovery.0

    tcp 0 0 127.0.0.1:9001 127.0.0.1:41372 VERBUNDEN 0 12751 557/iobroker.js-con

    tcp 0 0 127.0.0.1:52524 127.0.0.1:9000 VERBUNDEN 0 14481 667/io.javascript.0

    tcp 0 0 127.0.0.1:42140 127.0.0.1:9001 VERBUNDEN 0 12235 747/io.radar.0

    tcp 0 0 127.0.0.1:9000 127.0.0.1:52554 VERBUNDEN 0 13923 557/iobroker.js-con

    tcp6 0 0 :::9999 :::* LISTEN 0 11547 494/apache2

    tcp6 0 0 :::80 :::* LISTEN 0 11545 494/apache2

    tcp6 0 0 :::8081 :::* LISTEN 0 11630 572/io.admin.0

    tcp6 0 0 :::21 :::* LISTEN 109 10172 556/proftpd: (accep

    tcp6 0 0 :::22 :::* LISTEN 0 13574 468/sshd

    tcp6 0 0 :::8000 :::* LISTEN 0 14507 657/io.upnp.0

    tcp6 0 448 2a02:8108:8d40:10f4::22 2a02:8108:8d40:10:59446 VERBUNDEN 0 29897 1926/sshd: pi [priv

    udp 0 0 0.0.0.0:1900 0.0.0.0:* 0 11992 657/io.upnp.0

    udp 0 0 0.0.0.0:56849 0.0.0.0:* 108 11079 240/avahi-daemon: r

    udp 0 0 0.0.0.0:68 0.0.0.0:* 0 12309 432/dhcpcd

    udp 0 0 192.168.178.61:5353 0.0.0.0:* 0 11801 612/io.tr-064.0

    udp 0 0 0.0.0.0:5353 0.0.0.0:* 108 11077 240/avahi-daemon: r

    udp6 0 0 :::41918 :::* 108 11080 240/avahi-daemon: r

    udp6 0 0 :::546 :::* 0 12319 432/dhcpcd

    udp6 0 0 :::5353 :::* 108 11078 240/avahi-daemon: r


  • Du könntest jetzt versuchen den promiscuous mode für das eth0-Interface zu deaktivieren (bzw. zu verhindern) und danach in den Logs schauen, ob sich evtl. eine Anwendung darüber beschwert, weil diese evtl. nicht richtig funktioniert oder nicht starten kann.

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p3 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

  • Es kommt wohl vom ioBroker. Ich hatte den gerade mal kurz abgeschaltet und da sind die Fehler nicht mehr da gewesen. Mh...

    Werde mal die einzelnen Adapter abschalten und beobachten.

  • Werde mal die einzelnen Adapter abschalten und beobachten.

    Kannst auch mit:

    Code
    sudo ip link set eth0 promisc off
    netstat -i | grep -i eth0
    ip link show eth0

    versuchen.

    Es kann aber auch sein, dass obwohl der Adapter in den nopromisc-Modus versetzt worden ist, die Anwendung diesen sofort (d. h. wenn benötigt) wieder in den promisc-Modus versetzt.

    EDIT:

    Wenn diese Logeintragungen stören, dann versuch mal den Adapter so zu konfigurieren, dass dieser permanent im pormisc-Modus ist, wenn dieser Modus eh jede Minute benötigt wird, warum hin- und herschalten. Es sei denn, Du kannst auf die Anwendung die den Adapter jede Minute im promisc-Modus braucht, verzichten.

    The most popular websites without IPv6 in Germany.  IPv6-Ausreden

    Meine PIs

    PI4B/8GB (border device) OpenBSD 7.4 (64bit): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server

    PI3B+ FreeBSD 14.0-R-p3 (arm64): SSH-Serv., WireGuard-Serv., ircd-hybrid-Serv., stunnel-Proxy, Mumble-Serv., ddclient

    PI4B/4GB Bullseye-lite (64bit; modifiziert): SSH-Server, WireGuard-Server, ircd-hybrid-Server, stunnel-Proxy, Mumble-Server, botamusique, ample

    Einmal editiert, zuletzt von rpi444 (13. Dezember 2018 um 18:04)

Jetzt mitmachen!

Du hast noch kein Benutzerkonto auf unserer Seite? Registriere dich kostenlos und nimm an unserer Community teil!