Danny Milosavljevic (2016-02-26 01:44 +0300) wrote: > 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? By adding a service that starts this command to your operating-system declaration. It would be something like this (not tested!):