views:

177

answers:

1

The tail-end of an OpenVPN connection (that otherwise appears successful) says (with leading timestamps omitted):

Note: Cannot open TUN/TAP dev /dev/net/tun: Permission denied (errno=13)
Note: Attempting fallback to kernel 2.2 TUN/TAP interface
Cannot allocate TUN/TAP dev dynamically
Exiting

What is the problem here?

A: 

Preface you OpenVPN command (line) with sudo...

i.e. the command requires root access to operate successfully

Stephen Jones

related questions