HA Motioneye on Ubuntu 20.04 docker webui blank

Hi there, im using home assistant 2021.1.5 on docker on ubuntu 20.04. system is running stable with only the unsupported installation error. I trying to run motioneyeos but the webui page is always blank.

Can anyone assist me how i can fix this error ?

This is my error log:

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing... 
-----------------------------------------------------------
 Add-on: motionEye
 Simple, elegant and feature-rich CCTV/NVR for your cameras
-----------------------------------------------------------
 Add-on version: 0.10.2
 You are running the latest version of this add-on.
 System: Ubuntu 20.04.1 LTS  (amd64 / qemux86-64)
 Home Assistant Core: 2021.1.5
 Home Assistant Supervisor: 2021.01.7
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing... 
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] motioneye.sh: executing... 
backing up /data/motioneye/motioneye.conf
[cont-init.d] motioneye.sh: exited 0.
[cont-init.d] nginx.sh: executing... 
[cont-init.d] nginx.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[12:23:55] INFO: Starting motionEye...
    INFO: hello! this is motionEye server 0.42.1
    INFO: cleanup started
    INFO: wsswitch started
    INFO: tasks started
    INFO: mjpg client garbage collector started
    INFO: smb mounts started
    INFO: server started
[12:23:56] INFO: Starting NGinx...

So you are running Home Assistant Supervised on a non-officially supported OS (which is fine for me).

On what port should the UI be running, 8123? Is the UI blank/empty, what’s the HTTP status code (404,500)?

My address is http://192.168.2.250:8123/hassio/ingress/a0d7b954_motioneye
The blank webui is giving me a 502:Bad gateway error now

Should check the container’s logs (not only the HA log) using docker logs <container name or -id>. 502 could be an indicator that the MotionEye server did not start or cannot be contacted.

Apart from that, I can’t help as I neither use HA Supervised nor Motion Eye.

This issue might be helpful …

1 Like

This are my container logs:

planet@warp:~$ sudo docker container ls
CONTAINER ID   IMAGE                                             COMMAND                  CREATED          STATUS          PORTS                    NAMES
5f3bf5897842   hassioaddons/motioneye:0.10.2                     "/init"                  43 minutes ago   Up 43 minutes                            addon_a0d7b954_motioneye
963d535055f3   ghcr.io/hassio-addons/influxdb/amd64:4.0.1        "/init"                  2 hours ago      Up 2 hours      0.0.0.0:8086->8086/tcp   addon_a0d7b954_influxdb
89b9f0b38d7e   ghcr.io/hassio-addons/grafana/amd64:6.0.0         "/init"                  2 hours ago      Up 2 hours                               addon_a0d7b954_grafana
f16ce7a2969f   homeassistant/amd64-hassio-multicast:3            "/init"                  2 hours ago      Up 2 hours                               hassio_multicast
7777d07e38e0   homeassistant/amd64-hassio-cli:2020.11.1          "/init /bin/bash -c …"   2 hours ago      Up 2 hours                               hassio_cli
87e5073e4972   homeassistant/amd64-hassio-audio:17               "/init"                  2 hours ago      Up 2 hours                               hassio_audio
4686b170f95d   homeassistant/amd64-hassio-dns:2020.12.0          "/init"                  2 hours ago      Up 2 hours                               hassio_dns
be6aee6dbe04   homeassistant/amd64-hassio-supervisor             "/init"                  23 hours ago     Up 2 hours                               hassio_supervisor
fd7cb82d9243   homeassistant/qemux86-64-homeassistant:2021.1.5   "/init"                  40 hours ago     Up 2 hours                               homeassistant
cf7acf69a75e   homeassistant/amd64-hassio-observer:2020.10.1     "/init"                  40 hours ago     Up 2 hours      0.0.0.0:4357->80/tcp     hassio_observer
planet@warp:~$ sudo docker logs 5f3bf5897842
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 00-banner.sh: executing... 
-----------------------------------------------------------
 Add-on: motionEye
 Simple, elegant and feature-rich CCTV/NVR for your cameras
-----------------------------------------------------------
 Add-on version: 0.10.2
 You are running the latest version of this add-on.
 System: Ubuntu 20.04.1 LTS  (amd64 / qemux86-64)
 Home Assistant Core: 2021.1.5
 Home Assistant Supervisor: 2021.01.7
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
[cont-init.d] 00-banner.sh: exited 0.
[cont-init.d] 01-log-level.sh: executing... 
[cont-init.d] 01-log-level.sh: exited 0.
[cont-init.d] motioneye.sh: executing... 
backing up /data/motioneye/motioneye.conf
[cont-init.d] motioneye.sh: exited 0.
[cont-init.d] nginx.sh: executing... 
[cont-init.d] nginx.sh: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
[12:23:55] INFO: Starting motionEye...
    INFO: hello! this is motionEye server 0.42.1
    INFO: cleanup started
    INFO: wsswitch started
    INFO: tasks started
    INFO: mjpg client garbage collector started
    INFO: smb mounts started
    INFO: server started
[12:23:56] INFO: Starting NGinx...

thank you! when i disabled ufw in systemctl it worked. apparently the port is blocked. now i just need to know what port motioneye runs on.
Thanx!

docker ps -f 'ancestor=hassioaddons/motioneye:0.10.2'

It’s in the “Ports” column.

hmm this is odd. no port:

docker ps -f 'ancestor=hassioaddons/motioneye:0.10.2'
CONTAINER ID   IMAGE                           COMMAND   CREATED             STATUS             PORTS     NAMES
5f3bf5897842   hassioaddons/motioneye:0.10.2   "/init"   About an hour ago   Up About an hour             addon_a0d7b954_motioneye

This might help:

planet@warp:~$ docker info
Client:
 Context:    default
 Debug Mode: false
 Plugins:
  app: Docker App (Docker Inc., v0.9.1-beta3)
  buildx: Build with BuildKit (Docker Inc., v0.5.1-docker)

Server:
 Containers: 14
  Running: 10
  Paused: 0
  Stopped: 4
 Images: 14
 Server Version: 20.10.2
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Native Overlay Diff: true
 Logging Driver: journald
 Cgroup Driver: cgroupfs
 Cgroup Version: 1
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b
 runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
 init version: de40ad0
 Security Options:
  apparmor
  seccomp
   Profile: default
 Kernel Version: 5.8.0-40-generic
 Operating System: Ubuntu 20.04.1 LTS
 OSType: linux
 Architecture: x86_64
 CPUs: 8
 Total Memory: 15.51GiB
 Name: warp
 ID: CQFE:QU4Y:7UOF:EWET:RE7B:KLKW:VGXN:U7AS:X7PQ:7KYE:PHGG:7WTT
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

WARNING: No blkio weight support
WARNING: No blkio weight_device support

Then the motion eye container is bound to the host network and can open any port. Use

sudo netstat -tulpen | grep docker-proxy

to identify all ports that are opened by Docker containers. Try them all (except 8123, which we know is used by HA itself).

Wonder, if there is no hint in the Motion Eye documentation …

1 Like

ammit still nothing.

lanet@warp:~$ sudo netstat -tulpen | grep docker-proxy
[sudo] password for planet: 
tcp        0      0 0.0.0.0:8086            0.0.0.0:*               LISTEN      0          69449      6567/docker-proxy   
tcp        0      0 0.0.0.0:4357            0.0.0.0:*               LISTEN      0          53708      2220/docker-proxy   
planet@warp:~$ sudo ufw allow 8086
Rule added
Rule added (v6)
planet@warp:~$ sudo ufw deny 8086
Rule updated
Rule updated (v6)
planet@warp:~$ sudo ufw allow 2220
Rule added
Rule added (v6)
planet@warp:~$ sudo ufw allow 4357
Rule added
Rule added (v6)
planet@warp:~$ sudo ufw allow 8086
Rule updated
Rule updated (v6)
planet@warp:~$ sudo ufw allow 6567
Rule added
Rule added (v6)
planet@warp:~$ sudo ufw allow 69449
ERROR: Bad port
planet@warp:~$ sudo ufw allow 53708
Rule added
Rule added (v6)

according to the motioneye website it should open at either port 80, 8765 or 7999. I’ve now enabled all ports but still nothing… only disabling the ufw service works. Also the ufw logs dont really make things clearer for me:

Jan 25 14:00:07 warp kernel: [10805.070096] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=60962 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:00:09 warp kernel: [10806.991660] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:00:09 warp kernel: [10806.992002] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=186 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=146 
Jan 25 14:00:09 warp kernel: [10806.992173] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:00:09 warp kernel: [10806.992262] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:00:09 warp kernel: [10806.992352] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:00:09 warp kernel: [10806.992436] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:00:09 warp kernel: [10806.992520] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:00:09 warp kernel: [10806.992579] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:00:09 warp kernel: [10806.992634] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:00:09 warp kernel: [10806.992688] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:00:27 warp kernel: [10825.071074] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:1e:3b:f3:07:42:2a:08:00 SRC=192.168.2.23 DST=192.168.2.250 LEN=295 TOS=0x00 PREC=0x00 TTL=64 ID=32439 PROTO=UDP SPT=1900 DPT=42217 LEN=275 
Jan 25 14:00:47 warp kernel: [10845.076788] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=633 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:01:07 warp kernel: [10865.072591] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=1159 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:01:27 warp kernel: [10885.073739] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=3402 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:01:46 warp kernel: [10904.405017] [UFW BLOCK] IN=eno1 OUT= MAC=33:33:00:00:00:01:2c:3a:fd:d4:8c:82:86:dd SRC=fe80:0000:0000:0000:2e3a:fdff:fed4:8c82 DST=ff02:0000:0000:0000:0000:0000:0000:0001 LEN=64 TC=0 HOPLIMIT=255 FLOWLBL=1043409 PROTO=UDP SPT=53805 DPT=53805 LEN=24 
Jan 25 14:01:47 warp kernel: [10905.074552] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=4023 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:02:07 warp kernel: [10925.072928] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=4974 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:02:27 warp kernel: [10945.075894] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=7838 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:02:47 warp kernel: [10965.074619] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=10772 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:03:07 warp kernel: [10985.076563] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=12022 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:03:27 warp kernel: [11005.076176] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=13778 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:03:47 warp kernel: [11025.075548] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=15487 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:04:07 warp kernel: [11045.075880] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=19507 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:04:27 warp kernel: [11065.078056] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=23257 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:04:36 warp kernel: [11074.201176] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=318 TOS=0x00 PREC=0x00 TTL=64 ID=31117 DF PROTO=UDP SPT=1900 DPT=41354 LEN=298 
Jan 25 14:04:36 warp kernel: [11074.250825] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=327 TOS=0x00 PREC=0x00 TTL=64 ID=31118 DF PROTO=UDP SPT=1900 DPT=41354 LEN=307 
Jan 25 14:04:36 warp kernel: [11074.300828] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=321 TOS=0x00 PREC=0x00 TTL=64 ID=31119 DF PROTO=UDP SPT=1900 DPT=41354 LEN=301 
Jan 25 14:04:37 warp kernel: [11075.078202] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=25152 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:04:37 warp kernel: [11075.079532] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=282 TOS=0x00 PREC=0x00 TTL=64 ID=25153 PROTO=UDP SPT=1900 DPT=42217 LEN=262 
Jan 25 14:04:37 warp kernel: [11075.080800] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:1e:3b:f3:07:42:2a:08:00 SRC=192.168.2.23 DST=192.168.2.250 LEN=295 TOS=0x00 PREC=0x00 TTL=64 ID=32650 PROTO=UDP SPT=1900 DPT=42217 LEN=275 
Jan 25 14:04:37 warp kernel: [11075.080833] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=281 TOS=0x00 PREC=0x00 TTL=64 ID=25154 PROTO=UDP SPT=1900 DPT=42217 LEN=261 
Jan 25 14:04:37 warp kernel: [11075.081870] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=279 TOS=0x00 PREC=0x00 TTL=64 ID=25155 PROTO=UDP SPT=1900 DPT=42217 LEN=259 
Jan 25 14:04:37 warp kernel: [11075.082848] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=286 TOS=0x00 PREC=0x00 TTL=64 ID=25156 PROTO=UDP SPT=1900 DPT=42217 LEN=266 
Jan 25 14:04:37 warp kernel: [11075.084050] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=280 TOS=0x00 PREC=0x00 TTL=64 ID=25157 PROTO=UDP SPT=1900 DPT=42217 LEN=260 
Jan 25 14:04:57 warp kernel: [11095.079457] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=29378 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:05:09 warp kernel: [11106.988308] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:05:09 warp kernel: [11106.988625] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=186 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=146 
Jan 25 14:05:09 warp kernel: [11106.988777] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:05:09 warp kernel: [11106.988856] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:05:09 warp kernel: [11106.988925] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:05:09 warp kernel: [11106.988993] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:05:09 warp kernel: [11106.989060] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:05:09 warp kernel: [11106.989108] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:05:09 warp kernel: [11106.989153] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:05:09 warp kernel: [11106.989198] [UFW BLOCK] IN=eno1 OUT= MAC= SRC=2001:0980:cd62:0001:b2e9:a3d2:9c2b:841c DST=ff15:0000:0000:0000:0000:0000:efc0:988f LEN=187 TC=0 HOPLIMIT=32 FLOWLBL=234194 PROTO=UDP SPT=6771 DPT=6771 LEN=147 
Jan 25 14:05:16 warp kernel: [11114.475346] [UFW BLOCK] IN=hassio OUT= PHYSIN=veth4658ea0 MAC=02:42:36:f5:a7:67:02:42:ac:1e:20:02:08:00 SRC=172.30.32.2 DST=172.30.32.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=9302 DF PROTO=TCP SPT=58482 DPT=62497 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 25 14:05:23 warp kernel: [11121.456458] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=318 TOS=0x00 PREC=0x00 TTL=64 ID=34200 DF PROTO=UDP SPT=1900 DPT=52969 LEN=298 
Jan 25 14:05:23 warp kernel: [11121.506781] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=327 TOS=0x00 PREC=0x00 TTL=64 ID=34202 DF PROTO=UDP SPT=1900 DPT=52969 LEN=307 
Jan 25 14:05:23 warp kernel: [11121.557512] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=321 TOS=0x00 PREC=0x00 TTL=64 ID=34207 DF PROTO=UDP SPT=1900 DPT=52969 LEN=301 
Jan 25 14:05:24 warp kernel: [11122.332127] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=318 TOS=0x00 PREC=0x00 TTL=64 ID=34210 DF PROTO=UDP SPT=1900 DPT=39290 LEN=298 
Jan 25 14:05:24 warp kernel: [11122.382030] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=327 TOS=0x00 PREC=0x00 TTL=64 ID=34214 DF PROTO=UDP SPT=1900 DPT=39290 LEN=307 
Jan 25 14:05:24 warp kernel: [11122.432431] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=321 TOS=0x00 PREC=0x00 TTL=64 ID=34215 DF PROTO=UDP SPT=1900 DPT=39290 LEN=301 
Jan 25 14:05:25 warp kernel: [11123.336618] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=318 TOS=0x00 PREC=0x00 TTL=64 ID=34284 DF PROTO=UDP SPT=1900 DPT=39290 LEN=298 
Jan 25 14:05:25 warp kernel: [11123.386305] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=327 TOS=0x00 PREC=0x00 TTL=64 ID=34288 DF PROTO=UDP SPT=1900 DPT=39290 LEN=307 
Jan 25 14:05:25 warp kernel: [11123.437024] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=321 TOS=0x00 PREC=0x00 TTL=64 ID=34290 DF PROTO=UDP SPT=1900 DPT=39290 LEN=301 
Jan 25 14:05:26 warp kernel: [11124.091830] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=318 TOS=0x00 PREC=0x00 TTL=64 ID=34325 DF PROTO=UDP SPT=1900 DPT=39290 LEN=298 
Jan 25 14:05:47 warp kernel: [11145.078731] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:1e:3b:f3:07:42:2a:08:00 SRC=192.168.2.23 DST=192.168.2.250 LEN=295 TOS=0x00 PREC=0x00 TTL=64 ID=32698 PROTO=UDP SPT=1900 DPT=42217 LEN=275 
Jan 25 14:06:05 warp kernel: [11163.118784] [UFW BLOCK] IN=hassio OUT= PHYSIN=veth4658ea0 MAC=02:42:36:f5:a7:67:02:42:ac:1e:20:02:08:00 SRC=172.30.32.2 DST=172.30.32.1 LEN=60 TOS=0x00 PREC=0x00 TTL=64 ID=45545 DF PROTO=TCP SPT=58576 DPT=62497 WINDOW=64240 RES=0x00 SYN URGP=0 
Jan 25 14:06:24 warp kernel: [11182.145425] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=318 TOS=0x00 PREC=0x00 TTL=64 ID=38135 DF PROTO=UDP SPT=1900 DPT=35881 LEN=298 
Jan 25 14:06:47 warp kernel: [11205.081182] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=43182 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:07:07 warp kernel: [11225.080256] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:2c:3a:fd:d4:8c:82:08:00 SRC=192.168.2.254 DST=192.168.2.250 LEN=291 TOS=0x00 PREC=0x00 TTL=64 ID=46381 PROTO=UDP SPT=1900 DPT=42217 LEN=271 
Jan 25 14:07:23 warp kernel: [11241.494844] [UFW BLOCK] IN=eno1 OUT= MAC=1c:69:7a:62:9e:0b:00:17:88:2b:24:ec:08:00 SRC=192.168.2.1 DST=192.168.2.250 LEN=321 TOS=0x00 PREC=0x00 TTL=64 ID=40833 DF PROTO=UDP SPT=1900 DPT=42236 LEN=301

Could it be that the answer lies here ?
I cant find any documentation how to operate it tough…

Enable outgoing supervisor communication on ufw

ufw allow from 172.30.32.0/23
1 Like