:: VPN_Solutions/INSTALL ::
HOME

Interested in finding out how I created this web page? Click here.

VPN_Solutions/INSTALL


 [ stunnel-4.04 ]  [ freeswan-2.01 ]  [ cipe-1.5.4 ]  [ pptp-linux-1.2.0 ]  [ poptop-1.1.4 ]  [ vtun-2.6 ]  [ openvpn-1.4.2 ]  [ amvpn-0.96 ]  [ vpnd-1.1 ]  [ tinc-CABAL ]  [ htun-0.9.5 ]  [ linvpn-2.6-pre1 ]  [ yavipin-0.9.5 ]  [ openssl-0.9.7a ]  [ l2tpd-0.69 ]  [ tun-1.1 ]  [ tcpdump-3.7.2 ]  [ ppp-2.4.2_cvs_20030610 ]  [ openssh-3.5p1 ]  [ zebra-0.93b ]  [ simplesim-3.0 ]  [ tinyOS ]  [ ipband-0.7.2 ]  [ libvorbis-1.0.1 ]  [ gzip-1.2.4 ]  [ lame-3.96.1 ]  [ SignalHandling ]  [ ShadowPaging ]  [ ConcurrentQuickSort ]  [ linkSateRouting ]  [ RemoteNFS ]   

  [ source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

  1 stunnel         Universal SSL tunnel
  2 
  3 1. If your machine supports POSIX threads make sure your SSL
  4    library is compiled with -DTHREADS.
  5 
  6 2. Compile the software:
  7 
  8         ./configure
  9         make
 10         make install
 11 
 12    (see potential options for 'configure' at the end of this file)
 13 
 14 3. Create stunnel configuration file (stunnel.conf).
 15 
 16 4. Add stunnel invocation to your system's startup files.
 17    For SysV-compatible init you can use stunnel.init script.
 18 
 19      or
 20 
 21    Modify /etc/services and /etc/inetd.conf, restart inetd (inetd mode).
 22 
 23    See the manual for details.
 24 
 25 5. There are a variety of compile-time options you may supply when
 26    running configure.  Most commonly used are:
 27 
 28    --with-ssl=DIR
 29         where your SSL libraries and include files are installed
 30 
 31    --with-random=FILE
 32         read randomness from FILE for PRNG seeding
 33 
 34    --with-egd-socket=FILE
 35         location of Entropy Gathering Daemon socket, if running EGD
 36         (for example on a machine that lacks a /dev/urandom device)
 37 
 38    Use `./configure --help' to see all the options.
 39 

  [ source navigation ]   [ diff markup ]   [ identifier search ]   [ freetext search ]   [ file search ]  

This page was automatically generated by the LXR engine.