stun

simple point to point tunnel
git clone git://git.2f30.org/stun
Log | Files | Refs | README

README (585B)


      1 warp-vpn
      2 ========
      3 
      4 
      5 Installation
      6 ------------
      7 
      8 $ make
      9 $ doas make install
     10 
     11 
     12 Usage
     13 -----
     14 
     15 On the server:
     16 
     17 	ifconfig tun0 create
     18 	ifconfig tun0 10.0.0.1 10.0.0.2
     19 	PW=pass warp-vpn -s tun0
     20 
     21 On the client:
     22 
     23 	ifconfig tun0 create
     24 	ifconfig tun0 10.0.0.2 10.0.0.1
     25 	PW=pass warp-vpn -h hostname tun0
     26 
     27 TCP port 12080 must be opened on the server side.
     28 
     29 
     30 Portability
     31 -----------
     32 
     33 warp-vpn works on OpenBSD, FreeBSD, DragonFly BSD and Linux
     34 based systems.
     35 
     36 On FreeBSD and DragonFly BSD you need libressl
     37 to build warp-vpn.
     38 
     39 On Linux based systems you need libressl and libbsd
     40 to build warp-vpn.