Total Pageviews

Thursday 11 June 2020

linux桌面系统上的vpn程序vtrunkd

vtrunkd - universal network link bonding and multichannel VPN.

Copyright (C) 2015-2016 Vrayo Systems team, http://vrayo.com/
Vtrunkd is a Linux VPN daemon used to combine several connection paths into one aggregated channel. Features latency, reordering and jitter management, behaviour analysis optimizations for encapsulated protocols, bufferbloat control, packet redundancy, and multiple cpu cores utilization. Up to 30 heterogenous links bonding supported. Used for live streaming, LTE/3G/Wi-Fi link bonding. 32/64-bit, x86, MIPS and ARM supported. Supports python plug-ins for new algorithms implementation.

Compilation and Installation:

In order to compile vtrunkd 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
On ubuntu, run:
$ sudo apt-get install build-essential flex bison
$ ./configure --prefix=
$ make
$ sudo make install

Support

If you have any suggestions, ideas, wishes send them to

vtrunkd and vtrunkd algorithm (C) Andrew Gryaznov
Based on Vtun (C) 1998-2004 Maxim Krasnyansky

No comments:

Post a Comment