OpenVPN Permission Denied Error

openvpnpermissionsvpn

I am setting OpenVPN up, and I'm in the state of adding users.

Details:

  • Host System: Windows Server 2003 32-bit.
  • Guest System: Ubuntu Linux (with OpenVPN installed already), actually I downloaded it from OpenVPN.Net.
  • Virtualization: VMWare v7.0

Problem:
I can access the Access Server web portal (on the port 5480), but when I login to http://host_ip:943/admin and enter my (correct) login info, it shows me a page saying that "You don't have enough permissions". I am the (root) user!!!! that is really weird!!!

Note: if I enter wrong login it will denote an incorrect login, this means that I am logging in successfully but the problem comes after the login process.

What I tried:
I tried to create another user after (root) logging in to Linux Bash using (useradd) command, but the same resulted.

Best Answer

The user you use to login is not the root-user for the machine, but a user created while installing OpenVPN. The default user to log in is 'Openvpn'.

This is a fairly good tutorial on the subject: http://www.jack-brennan.com/?p=958

Related Topic