Hi, I created the wireguard interface and applied the configuration on the init namespace. I then moved it to a "container" namespace with
ip link set wg0 netns container
ip -n container link set wg0 up
I then add an ip to it, and add the default route on my container namespace to be on wg0, but i...