Skip to content

Instantly share code, notes, and snippets.

View RohitRathore1's full-sized avatar
🎯
Focusing

Rohit Singh Rathaur RohitRathore1

🎯
Focusing
View GitHub Profile
@fredjoseph
fredjoseph / OpenVPN.md
Last active June 13, 2024 10:45
[OpenVPN] Multi-TAP

OpenVPN, by default, installs only one TAP network interface. If you want to connect to multiple VPNs simultaneously you need a TAP interface for each VPN.

Add an additional TAP adapter

  • Open a command prompr with administrative rights
  • Go to the TAP install folder C:\Program Files\TAP-Windows\bin
  • Launch the addtap.bat script, the result will be :
    "devcon.exe" install "C:\Program Files\TAP-Windows\driver\OemWin2k.inf" tap0901
    

Device node created. Install is complete when drivers are installed...