peacey

Results 107 comments of peacey

I use IPv6 ULAs in the boot script already. They work fine but there are some caveats. 1. You have to manually assign the ULA prefix (fd00::1/64 for example) to...

> Do you have an example of the go and shell script ? Sure, [here](https://github.com/boostchicken/udm-utilities/files/5861339/ula-watcher.txt) is a simple shell script that checks every second and re-adds the ULAs if they're...

@Menschomat, the script I wrote doesn't run in the background by default, so it will actually block other scripts from running if you use it as is in on_boot.d. You...

Well it's clear now that podman/docker won't work without a custom kernel that enables CONFIG_BPF_SYSCALL, but it's easy enough to create a container yourself without podman by using [systemd-nspawn](https://wiki.debian.org/nspawn) and...

Sorry @boostchicken, I tried your new build and it still doesn't seem to work on 3.x. Still the same issue with BPF syscall with your new build and config files....

@sprocktech I mean the whole point of a modding community is to mod the device. When someone comes here, they don't want to hear it can't be done. They want...

[Here's my guide](https://github.com/peacey/unifios-utilities/tree/nspawn/nspawn-container) on how to create and configure your own debian container on 3.x and install some services in it. It goes over how to isolate the container with...

Everyone, if you're having issues with pihole via nspawn, please open your own separate issue and detail the problem. Trying to follow multiple conversations here makes things very confusing. FYI,...

Hi @saghaulor, Your configuration looks correct. When you say there's no outbound traffic from a client on br666, have you tested if it's just DNS resolution or even pinging IPs?...

Are you able to ping the pihole IP from the br666 client when the VPN is enabled? The issue is likely pihole itself is blocking inter-VLAN requests that are more...