I am trying to connect to a VPN using OpenVPN on FreeBSD on a Raspberry pi.
I run the command:
It prompts for the username and password, looks like it is connecting but then gives an error (even if I try another vnp_server.ovpn file, that I know is working since I am using it on another computer.)
The error:
I am still a newbie when it comes to FreeBSD, but does this have something to do with the device drivers for tun and tap? How do I fix this problem?
Thanks for any help.
I run the command:
Code:
$ openvpn vpn_server.ovpn
The error:
Code:
Sun Jun 28 21:02:12 2020 us=747373 Cannot allocate TUN/TAP dev dynamically
Sun Jun 28 21:02:12 2020 us=747428 Exiting due to fatal error
Thanks for any help.