|
2 weeks ago | |
---|---|---|
debian | 2 weeks ago | |
.gitignore | 3 months ago | |
Makefile | 3 months ago | |
htable.c | 7 months ago | |
htable.h | 7 months ago | |
queue.c | 7 months ago | |
queue.h | 7 months ago | |
readme.adoc | 2 weeks ago | |
rrqnet-cron.sh | 7 months ago | |
rrqnet-cron.sh.8.adoc | 3 months ago | |
rrqnet-ifupdown.sh | 2 weeks ago | |
rrqnet-ifupdown.sh.8.adoc | 2 weeks ago | |
rrqnet.8.adoc | 3 months ago | |
rrqnet.c | 3 months ago | |
set-source-route.sh | 7 months ago | |
sockaddr.h | 7 months ago |
This repository holds the sources for rrqnet, which concern 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.
The rrqnet package contains the binaries and their man pages, as well as the utility scripting.
This command builds the static executable rrqnet and documentation as "man" pages and HTML formats (using asciidoc). |
Command 1: make
This command builds only the static executable rrqnet. |
Command 2: make rrqnet
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.sh for cron based persistence with bespoke configuration
rrqnet-ifupdown.sh for adminstraion via ifupdown
Last updated 2021-01-22 13:34:39 UTC