From: Josh C. <jos...@us...> - 2008-06-05 22:25:51
|
Christopher wrote: > > I have 13 clients, of these only 2 are disconnecting, like this… > > > > > > Client log: > > > > Thu Jun 05 13:10:21 2008 OpenVPN 2.1_rc4 Win32-MinGW [SSL] [LZO2] > built on Apr 2 > > 5 2007 > [.. cut ..] > Thu Jun 05 13:10:25 2008 TAP-WIN32 device [Local Area Connection 3] > opened: \\.\ > > Global\{0E5F3521-081A-45EF-A876-14729574D432}.tap > > Thu Jun 05 13:10:25 2008 TAP-Win32 Driver Version 9.3 > > Thu Jun 05 13:10:25 2008 TAP-Win32 MTU=1500 > > Thu Jun 05 13:10:25 2008 Notified TAP-Win32 driver to set a DHCP > IP/netmask of 1 > > 0.8.0.8/255.255.255.0 on interface > {0E5F3521-081A-45EF-A876-14729574D432} [DHCP- > > serv: 10.8.0.0, lease-time: 31536000] > > Thu Jun 05 13:10:25 2008 NOTE: FlushIpNetTable failed on interface [3] > {0E5F3521 > > -081A-45EF-A876-14729574D432} (status=6) : The handle is invalid. > > Thu Jun 05 13:10:30 2008 TEST ROUTES: 1/1 succeeded len=1 ret=1 a=0 u/d=up > > Thu Jun 05 13:10:30 2008 route ADD 192.168.0.0 MASK 255.255.255.0 10.8.0.1 > > Thu Jun 05 13:10:30 2008 ROUTE: route addition failed using > CreateIpForwardEntry > > : Network access is denied. [status=65 if_index=3] > > Thu Jun 05 13:10:30 2008 Route addition via IPAPI failed [adaptive] > > Thu Jun 05 13:10:30 2008 Route addition fallback to route.exe > > The route addition failed: Network access is denied. > [.. cut ..] It looks like the process isn't running as a user with administrator privileges since it is unable to set an IP or add routes. If you're using the GUI you will need to start it under an administrator account so the OpenVPN process has the necessary rights to configure the network. With Windows Vista when UAC is enabled, even an administrator account must right click on the GUI application and select "run as administrator" for the process to have the necessary permissions. -- Josh |