Openvpn only connects through root user

Hi, I am new to freebsd. I have saved the VPN username and password in a file and set the ovpn file to use that file for authentication. My problem is that openvpn only runs through the root user without error. If I run it from a regular user, I get an authentication failure error like this:
Code:
SIGTERM[soft, auth-failure] received, process exiting.

Whereas if I ran it immediately through the root user, I would not get this error.
Also, sometimes I get this error when I run it, through a normal user:
Code:
cannot allocate TUN/TAP dev dynamically freebsd

But when I try to load the if_tune manually to fix the issue, I get this error:

Code:
module already loaded or in kernel

I never faced with this errors when I ran openvpn through root user.
sorry for my bad English
 
Back
Top