• Stars
    star
    9,249
  • Rank 3,886 (Top 0.08 %)
  • Language
    C
  • License
    Other
  • Created over 12 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OpenVPN is an open source VPN daemon
OpenVPN -- A Secure tunneling daemon

Copyright (C) 2002-2022 OpenVPN Inc. This program is free software;
you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2
as published by the Free Software Foundation.

*************************************************************************

To get the latest release of OpenVPN, go to:

	https://openvpn.net/community-downloads/

To Build and Install,

	tar -zxf openvpn-<version>.tar.gz
	cd openvpn-<version>
	./configure
	make
	make install

or see the file INSTALL for more info.

For information on how to build OpenVPN on/for Windows with MinGW
or MSVC see README.cmake.md.

*************************************************************************

For detailed information on OpenVPN, including examples, see the man page
  http://openvpn.net/man.html

For a sample VPN configuration, see
  http://openvpn.net/howto.html

To report an issue, see
  https://github.com/OpenVPN/openvpn/issues/new
  (Note: We recently switched to GitHub for reporting new issues,
   old issues can be found at:
   https://community.openvpn.net/openvpn/report)

For a description of OpenVPN's underlying protocol,
  see the file ssl.h included in the source distribution.

*************************************************************************

Other Files & Directories:

* configure.ac -- script to rebuild our configure
  script and makefile.

* sample/sample-scripts/verify-cn

  A sample perl script which can be used with OpenVPN's
  --tls-verify option to provide a customized authentication
  test on embedded X509 certificate fields.

* sample/sample-keys/

  Sample RSA keys and certificates.  DON'T USE THESE FILES
  FOR ANYTHING OTHER THAN TESTING BECAUSE THEY ARE TOTALLY INSECURE.

* sample/sample-config-files/

  A collection of OpenVPN config files and scripts from
  the HOWTO at http://openvpn.net/howto.html

*************************************************************************

Note that easy-rsa and tap-windows are now maintained in their own subprojects.
Their source code is available here:

  https://github.com/OpenVPN/easy-rsa
  https://github.com/OpenVPN/tap-windows6

Community-provided Windows installers (MSI) and Debian packages are built from

  https://github.com/OpenVPN/openvpn-build

See the INSTALL file for usage information.

More Repositories

1

easy-rsa

easy-rsa - Simple shell based CA utility
Shell
3,989
star
2

openvpn-gui

OpenVPN GUI is a graphical frontend for OpenVPN running on Windows 7 / 8 / 10. It creates an icon in the notification area from which you can control OpenVPN to start/stop your VPN tunnels, view the log and do other useful things.
C
1,394
star
3

openvpn3

OpenVPN 3 is a C++ class library that implements the functionality of an OpenVPN client, and is protocol-compatible with the OpenVPN 2.x branch.
C++
837
star
4

tap-windows6

Windows TAP driver (NDIS 6)
C
775
star
5

openvpn3-linux

OpenVPN 3 Linux client
C++
445
star
6

tap-windows

Windows TAP driver
C
385
star
7

openvpn-build

OpenVPN Build
Roff
324
star
8

easy-rsa-old

This is a small RSA key management package, based on the openssl command line tool
Shell
116
star
9

ovpn-dco

OpenVPN Data Channel Offload in the linux kernel
C
75
star
10

ovpn-dco-win

OpenVPN Data Channel Offload driver for Windows
C++
47
star
11

openvpn3-indicator

Simple GTK indicator GUI for OpenVPN 3 Linux
Python
35
star
12

tap-windows-old

TAP-Windows - A kernel driver to provide virtual tap device functionality on Windows.
C
21
star
13

terraform-provider-openvpn-cloud

Terraform OpenVPN Cloud provider
Go
19
star
14

openvpn-release-scripts

Scripts for producing release artefacts and signing, pushing and verifyig them. Note: This is superseded by OpenVPN/openvpn-build.
Shell
9
star
15

easyrsa-unit-tests

Unit Tests for EasyRSA
Shell
7
star
16

certbot-access-server

Certbot plugin for OpenVPN Access Server
Python
4
star
17

openvpn-dev-openwrt

OpenVPN development package feed
Shell
3
star
18

puppet-openvpnas

Puppet module for managing the OpenVPN Access Server
Ruby
2
star
19

openvpn-connector-setup

OpenVPN Connector Setup - Simple OpenVPN Cloud configuration (Clone of https://codeberg.org/openvpn/openvpn-connector-setup/)
Python
2
star
20

cockpit-openvpn-connector

OpenVPN Connector add-on for Cockpit Project (clone of https://codeberg.org/OpenVPN/cockpit-openvpn-connector/)
JavaScript
2
star
21

openvpn2-historical-cvs

Just a read-only repository containing the historical OpenVPN 2.0 releases, pulled out of the now non-existing CVS repository. Each commit is essentially a new version, so not a fine grained overview, but gives an impression of the development process.
C
2
star
22

terraform-provider-openvpn-cloud-beta

Go
1
star
23

openvpn-packer

Files for provisioning OpenVPN images
Shell
1
star
24

openvpn-rfc

Work in progress to create an RFC that documents the OpenVPN protocol
TeX
1
star