Packet tunneling over UDP, multiple channels
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Ralph Rönnquist cb80553f31
uppercase
7 months ago
debian new version 8 months ago
.gitignore ignore generated files 3 years ago
Makefile use -G option rather than --build=full 8 months ago
README.adoc uppercase 7 months ago
htable.c bug fix for hashtable resize 2 years ago
htable.h initial renaming 4 years ago
interfaces-template-1 added templates for interfaces.d configurations 3 years ago
interfaces-template-2 added templates for interfaces.d configurations 3 years ago
interfaces-template-3 added templates for interfaces.d configurations 3 years ago
queue.c initial renaming 4 years ago
queue.h initial renaming 4 years ago
rrqnet-cron corrected place of binaries/scripts 2 years ago
rrqnet-cron.8.adoc corrected place of binaries/scripts 2 years ago
rrqnet-ifupdown.sh allow logging without -v 1 year ago
rrqnet-ifupdown.sh.8.adoc update for new -tpg argument 2 years ago
rrqnet.8.adoc added heartbeat rate configuration 8 months ago
rrqnet.c porting fixes 8 months ago
set-source-route.sh initial renaming 4 years ago
sockaddr.h minor cleanup 1 year ago

README.adoc

About rrqnet

This repository holds the sources for rrqnet, which provides VPN building over UDP transport. rrqnet operates at Ethernet level and transports both ipv4 and ipv6. It can thus be used for all combinations of ipv4 and ipv6 tunneling over ipv4 or ipv6.

Devuan Packages

  • The rrqnet package contains the binaries and their man pages, as well as the utility scripting.

Doing it by hand

Building

Command 1: make

This command builds the static executable rrqnet and documentation as "man" pages and HTML formats (using asciidoc).

Command 2: make rrqnet

This command builds only the static executable rrqnet.

Installing

The executable (rrqnet) should be installed as a system executable that in particular needs to be able to use network interfaces and (usually) create a tap.

There are two helper scripts for adminstrating rrqnet virtual cabling:

  • rrqnet-cron for cron based persistence with bespoke configuration

  • rrqnet-ifupdown.sh for adminstraion via ifupdown