Dennis Gaida

Results 79 comments of Dennis Gaida

I sure could, if I was an expert in creating `iptable` rules. Since this is a warning that Unifi creates, I don't think CNI will care about it. Maybe there...

Some further investigation: app.env contains `APP_DOMAIN=` instead of the FQDN. I checked other apps and they all have `APP_DOMAIN=FQDN` instead. Looking at https://github.com/runtipi/runtipi-appstore/blob/master/apps/grist/docker-compose.yml I see the `APP_HOME_URL` env var correctly...

I blocked all direct IP access for security reasons, hence I didn't test that. But I suppose this just works™️, since that is what is configured. `APP_DOMAIN` corresponds to the...

Did you try just renaming the existing `*.ko` file to match the firmware version (e.g. `3.2.9-macvlan.ko`)? In the past this simply worked.

Could you check if the previous version (current release) of the module just works as described here: https://github.com/whi-tw/macvlan-unifios/issues/13 (manually download the release and rename to match the firmware version)?

> the kernel module is working fine You mean you checked only the files or did you try it out? The kernel module wasn't working for me when I upgraded...

Confirmed. **The previous 3.0.13 version works** Since the `setup_macvlan.sh` script downloads and calls the module with the current version's firmware you have to do this manually, i.e. download the previous...

Currently running UDR 3.0.17 and would love to get this PR a test though build is failing without much information. Is there anything I can do to help this PR...

Unfortunately I don't have a clean build environment to test out kernel changes. I downgraded to 3.0.13 via `ubnt-systool fwupdate https://fw-download.ubnt.com/data/unifi-dream/cb14-UDR-3.0.13-0e4b0256129041048c92d5375d23533c.bin` (download URL via https://community.ui.com/releases/UniFi-OS-Dream-Router-3-0-13/ef578338-8d2d-4671-930a-bf9f282eaf3e) and am back running. Downgrading...