AttributeError: type object 'IP' has no attribute 'SubnetSet

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
amraei
OpenVpn Newbie
Posts: 1
Joined: Sat Jan 10, 2015 10:57 am

AttributeError: type object 'IP' has no attribute 'SubnetSet

Post by amraei » Sat Jan 10, 2015 11:00 am

I'm trying to install OpenVPN access server on a virtual server with Ubuntu 14.04 OS. But I get this error:

Code: Select all

Use local authentication via internal DB?
> Press ENTER for default [no]: 
Traceback (most recent call last):
  File "/usr/local/openvpn_as/bin/_ovpn-init", line 474, in <module>
    priv_nets = NetInfoLinux.get_priv_subnets()
  File "build/bdist.linux-i686/egg/pyovpn/net/net.py", line 403, in get_priv_subnets
AttributeError: type object 'IP' has no attribute 'SubnetSet'
Anybody know how to deal with this problem?

Post Reply