Skip to content

dynamic traffic trunking/bonding/aggregation VPN tunneling daemon

Notifications You must be signed in to change notification settings

karlpilkington/vtrunkd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vtrunkd - virtual link trunking in userspace
Copyright (C) 2011 Andrew Gryaznov <realgrandrew@gmail.com>

Based on original package vtun - Copyright (C) 1998-2004 
Maxim Krasnyansky <max_mk@yahoo.com>

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)
  - GNU Make (make)
  - GNU libtool (libtool)
  - Lexical Analyzer (flex, lex)
  - YACC (yacc, bison, byacc)
  - Universal TUN/TAP driver 	http://vtun.sourceforge.net/tun

To configure run:
  ./configure 

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)

To compile and install run:
  make install

If you have any suggestions, ideas, wishes send them to 
Andrew Gryaznov realgrandrew@gmail.com, Andrey Kuznetsov <andreykyz@gmail.com>
 
vtrunkd and vtrunkd algorithm (C) Andrew Gryaznov
Vtun (c) Maxim Krasnyansky

About

dynamic traffic trunking/bonding/aggregation VPN tunneling daemon

Resources

Stars

Watchers

Forks

Packages

No packages published