-
I'm at a loss here, I got this working in my dev environment, but can't get it working in prod. Dev had the same error until i ran the container unconfined, and with AppArmor disabled. I know this is bad practice but just trying to figure out what's going on here
the cap_add was not enough, or so it seemed... I still get the following error on container start in prod, and at first in dev; Using the following config:
My netplan on Dev (working) is simple
My netplan on Prod is a little more complicated (iscsi LUN plus WAN route)
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It says
|
Beta Was this translation helpful? Give feedback.
-
Thanks Quentin. I tried taking out "IPV6: no". I'm not getting an IPV6 address, so it's still not working. I'm not sure if i have other controls on the OS blocking or if it's my router yet. In Dev I do have an IPV6 address, so i think you may be onto something. I don't really want to use IPV6 anyway, but i'd like to test it with a valid address if i can get one.
To reproduce you can try disabling ipv6 in grub using the following line in ubuntu:
sudo update-grub |
Beta Was this translation helpful? Give feedback.
It says
operation not supported
so i don't think it's a matter of permission otherwise it would saypermission denied
. Now it looks like this is about adding the route for IPv6::0
, maybe you don't have support for ipv6? Gluetun should autodetect ipv6 support, but maybe there is a bug in the autodetection. If you want to dig in the source code it's:gluetun/internal/wireguard/run.go
Line 42 in ca82fcb
gluetun/internal/wireguard/run.go
Line 108 in ca82fcb