Giter Club home page Giter Club logo

vtun-1's Introduction

VTun - Virtual Tunnel over TCP/IP network.
Copyright (C) 1998-2008 Maxim Krasnyansky <[email protected]>

This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/).

Copyright (c) 1998-2004 The OpenSSL Project.  All rights reserved.

Compilation and Installation:

In order to compile VTun you need several software packages.
Required packages: 
  - Good C compiler (gcc, egcs, etc)
  - Lexical Analyzer (flex, lex)
  - YACC (yacc, bison, byacc)
  - Universal TUN/TAP driver 	http://vtun.sourceforge.net/tun
  - OpenSSL encryption library 	http://www.openssl.org 

Optional packages:
  - Zlib compression library	http://www.gzip.org/zlib/
  - LZO compression library 	http://www.oberhumer.com/opensource/lzo/
  - SOCKS library:
	 Socks5 by NEC (recommended)	http://www.socks.nec.com 
	 Dante Socks4/5 	http://www.inet.no/dante 

To configure VTun run:
  ./configure 
Optional support:
  --disable-lzo  	compile without LZO compression support
  --disable-zlib  	compile without ZLIB compression support
  --disable-shaper  	compile without Traffic shaping support
  --enable-socks 	compile with SOCKS support

Configure automatically searches for all required library and header
files.  However you might need to specify location of the files which
could not be found in default location:
  SSL(Crypto) library:
  --with-ssl-lib=/path/to/library (libcrypto.a) 
  --with-ssl-headers=/path/to/headers (md5.h blowfish.h)

  LZO library:
  --with-lzo-lib=/path/to/library (liblzo.a) 
  --with-lzo-headers=/path/to/headers (lzo1x.h)

  SOCKS library:
  --with-socks-lib=/path/to/library (libsocks.a or libsocks5.a) 

To compile and install run:
  make install

Read manual page for 'vtund' and the config file example for
configuration and other suggestions.

VTun has the mailing list [email protected]
To receive information about mailing list and how to subscribe to it,
send an e-mail to [email protected] with the
word 'help' in the Subject.

If you have any suggestions, ideas, wishes send them to 
[email protected]
 
Vtun (c) Maxim Krasnyansky
Maintained loosely by Bishop Clark <[email protected]>

vtun-1's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.