Hi, I'm using openconnect to connect to a few VPNs.
Most of openconnect actually doesn't require root. In order to avoid root, I'd like to pre-create the tunnel interfaces. This would be done by # ip tuntap add vpn0 mode tun user dannym ^ ^--- this is the user that is allowed to use the tunnel later ---- the new tunnel interface How do I specify this in a system config?