An open API service indexing awesome lists of open source software.

https://github.com/jorbush/cibervpn


https://github.com/jorbush/cibervpn

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

*************************************************
* vpnserver.c vpn server program via UDP
* vpnclient.c vpn client program via UDP
************************************************

--------------------------
To compile the compile:
--------------------------
$ make

--------------------------
To run the server:
--------------------------
$ sudo ./vpnserver

--------------------------
To run the client:
--------------------------

First change the SERVER_IP in vpnclient.c to match with the server's ip.
$ sudo ./vpnclient

Note: You also need to configure the TUN interfaces on both sides
and set up routings. See the lab description for instructions.