This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

[7.011][SSL VPN 1.3] Bogus messages. Missing tapinstall.exe?

My SSL VPN connection appears to come up fine _BUT_ I'm missing the virtual interface:

"Mon Oct 29 17:29:45 2007 There are no TAP-Win32 adapters on this system.  You should be able to create a TAP-Win32 adapter by going to Start -> All Programs -> OpenVPN -> Add a new TAP-Win32 virtual ethernet adapter."

Firstly there is no link created in the Start menu that matches that then in the Astaro SSL VPN install directory there are two batch files:

addtap.bat
deltapall.bat

Both reference tapinstall.exe. I don't see that EXE anywhere. Can anyone advise where I can download it from?

TIA,

James


This thread was automatically locked due to age.
Parents
  • Same problem here since I updated this weekend to 7.011.
    It really bothers me that almost every second time up run a new Up2date something is not working. Does Astaro have ANY quality assurance??
    The 1.2 Version of the ssl Client did not work at all and the new 1.3 Client seems to be working, but there is no traffic going through the tunnel. after a few restarts and crashes of the program, it worked but with very bad throughput. I was not able to connect my Exchange, although this is usually no problem.
  • OK ... I got a copy of tapinstall.exe via the OpenVPN project Windows installer. addtap.bat references tap0901.sys. OpenVPN ships with tap0801.sys. Attempting to install the inf and sys file from OpenVPN fails on WinVista x64:

    tapinstall install oemwin2k.sys tap0801.

    No detailed error message ... just "failed".

    After a bit more poking around I found a 64-bit version here: http://openvpn.se/files/xp64/ (via http://www.vpnforum.de/openvpn-forum/). However, Vista requires digitally signed drivers so thats not going to work ... so I signed the 64-bit driver via signtool.exe (I've got my own authenticode cert) and then ran tapinstall again:

    C:\Program Files (x86)\Astaro\Astaro SSL VPN Client\driver>tapinstall install oemwin2k.inf tap0801
    Device node created. Install is complete when drivers are updated...
    Updating drivers for tap0801 from C:\Program Files (x86)\Astaro\Astaro SSL VPN Client\driver\oemwin2k.inf.
    Drivers updated successfully.

    Yay! Getting a little further but now the OpenVPN client is complaining there is no TAP-Win32 adapter ... hmmm. Took at look at the device manager and it would seem Vista is still rejecting the driver. I'll play more with it tomorrow ...
Reply
  • OK ... I got a copy of tapinstall.exe via the OpenVPN project Windows installer. addtap.bat references tap0901.sys. OpenVPN ships with tap0801.sys. Attempting to install the inf and sys file from OpenVPN fails on WinVista x64:

    tapinstall install oemwin2k.sys tap0801.

    No detailed error message ... just "failed".

    After a bit more poking around I found a 64-bit version here: http://openvpn.se/files/xp64/ (via http://www.vpnforum.de/openvpn-forum/). However, Vista requires digitally signed drivers so thats not going to work ... so I signed the 64-bit driver via signtool.exe (I've got my own authenticode cert) and then ran tapinstall again:

    C:\Program Files (x86)\Astaro\Astaro SSL VPN Client\driver>tapinstall install oemwin2k.inf tap0801
    Device node created. Install is complete when drivers are updated...
    Updating drivers for tap0801 from C:\Program Files (x86)\Astaro\Astaro SSL VPN Client\driver\oemwin2k.inf.
    Drivers updated successfully.

    Yay! Getting a little further but now the OpenVPN client is complaining there is no TAP-Win32 adapter ... hmmm. Took at look at the device manager and it would seem Vista is still rejecting the driver. I'll play more with it tomorrow ...
Children
  • OK ... found a WinXP SP2 32-bit box ... oh look everything works just fine. Seems like the OpenVPN client installer doesn't support or doesn't lay down the x64 NTAP driver ...

    So in a nutshell: don't bother with Astaro SSL VPN on 64-bit boxes.