Claudio Jeker wrote: > Only root can open /dev/tun, this is enforced in the code. You would need > to patch the code as well (see tunopen()'s suser() call).
A compromise might be to do that via sudo. Or, a bit tighter, have a script do it and call that via sudo. However, that still requires root to set up. Regards, -Lars