Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install multiple taps & naming etc #110

Closed
duaneellissd opened this issue Mar 24, 2020 · 5 comments
Closed

How to install multiple taps & naming etc #110

duaneellissd opened this issue Mar 24, 2020 · 5 comments

Comments

@duaneellissd
Copy link
Contributor

I need to install 4 identical taps, so that I can create 4 different interfaces.

Background
I need to create 4 SLIP network adapters on windows, ie: "tap-tun -> SERIALPORT" - If there is an existing solution - great - but I can't find one.

Known and Unknown

  • Executing as Administrator.
  • No modification of INF, CAT or SYS files
  • copied the "addtap.bat" file creating "add4taps.bat", and changed "tapname" parameter.

The output I get is this:

c:\Program Files\TAP-Windows\bin>tapinstall install ..\driver\OemVista.inf  tap0001
Device node created. Install is complete when drivers are installed...
Updating drivers for tap0001 from c:\Program Files\TAP-Windows\driver\OemVista.inf.
tapinstall failed.

c:\Program Files\TAP-Windows\bin>
@mattock
Copy link
Member

mattock commented Mar 25, 2020

@rozmansi may be able to tell if PR #106 helps resolve this kind of challenges.

@schwabe
Copy link

schwabe commented Mar 25, 2020

the id is always tap0901 iirc. You are trying to install a different driver with changing the id: See also here https://community.openvpn.net/openvpn/wiki/ManagingWindowsTAPDrivers

You probably want to use tapctl to create multiple adapters.

@duaneellissd
Copy link
Contributor Author

Thanks @schwabe - that sounds like what I want.

In my case I have 1 PC, with a number of USB-SERIAL devices (radios)
I want to create one tap for each radio.

Problem/Question: where do I find "tapctrl.exe" - it is not included with the installer/exe.

It would be most helpful if it was included in the tap installer (EXE) but it is not.

@rozmansi
Copy link
Contributor

tapctl.exe will be deployed starting with the OpenVPN 2.5.

@duaneellissd
Copy link
Contributor Author

@rozmansi - Thanks for the update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants