OutOfThisPlanet
OutOfThisPlanet
I tried the command: `sudo docker run -it --cap-add=NET_ADMIN --network host --device /dev/net/tun --name OpenVPN --sysctlnet.ipv6.conf.all.disable_ipv6=0 \` ` -v /home/pi/openvpn:/vpn -d dperson/openvpn-client -f "" \` ` -r 192.168.1.0/24` The container...
Yeah, doesn't work anymore
> had same issue also can reproduce it > > > The command that finally worked for me was: `rm -rf /usr/local/share/.cache ; export PATH="$PATH:/usr/local/bin" ; sh -c "$(wget --no-cache...
I have the same issue. I have my homeassistant connected to 3 separate networks, via 3 different interfaces. Each interface has a different public IP address.  I need to...
Awesome, I'll give that a try! Thanks!
`nmcli connection edit "Supervisor eth0"` (I got caught out initially by just putting "eth0") Nice. :) Works for me. Will turn this into a bash script to call from HA....
> `nmcli` offers a better setting to achieve the desired configuration without removing default gateways: `never-default`. This setting is available for both IPv4 and IPv6. > > I executed the...
I have 6 different networks which my HA is attached to. Each on a different VLAN. VLAN tagging support would be great, however I work around that with Proxmox. Proxmox...
> I have also seen this exact issue on the liquidsoap log for stations: > > ``` > 2024/05/25 01:06:53 [lang:3] API auth - Sending POST request to 'http://127.0.0.1:6010/api/internal/45/liquidsoap/auth' with...