wg-routing-test
Crate versions
nym-vpnc: 0.1.7-dev
nym-vpnd: 0.1.7-dev
nym-vpn-lib: 0.1.7-dev
nym-vpn-cli: 0.1.7-dev
Rustc version: rustc 1.78.0 (9b00956e5 2024-04-29)
Build profile: release
Date: Thu Jun 13 11:11:23 UTC 2024
Notes
Release build of the core binaries for the nym vpn client
The core binaries consist of
nym-vpn-cli
: Basic commandline client for running the vpn. This runs in the foreground.nym-vpnd
: Daemon implementation of the vpn client that can run in the background and interacted with usingnym-vpnc
.nym-vpnc
: The commandline client used to interact withnym-vpnd
.
Running
If you are running Debian/Ubuntu/PopOS or any other distributio supporting debian packages and systemd, see the relevant section below
Daemon
Start the daemon with
sudo -E ./nym-vpnd
Then
./nym-vpnc status
./nym-vpnc connect
./nym-vpnc disconnect
CLI
An alternative to the daemon is to run the nym-vpn-cli
commandline client that runs in the foreground.
./nym-vpn-cli run
Debian package for Debian/Ubuntu/PopOS
For linux platforms using deb packages and systemd, there is also debian packages.
sudo apt install ./nym-vpnd_0.1.0-1_amd64.deb ./nym-vpnc_0.1.0-1_amd64.deb (substitute the correct versions)
Installing the nym-vpnd
deb package starts a nym-vpnd.service
. Check that the daemon is running with
systemctl status nym-vpnd.service
and check its logs with
sudo journalctl -u nym-vpnd.service -f
To stop the background service
systemctl stop nym-vpnd.service
It will start again on startup, so disable with
systemctl disable nym-vpnd.service
Interact with it with nym-vpnc
nym-vpnc status
nym-vpnc connect
nym-vpnc disconnect
SHA256 Checksums
032329b615023a9cc1e8079dd37a49c37b3d3b2e468283e70340dd53376be70e nym-vpn-core-v0.1.7-dev_linux_x86_64.tar.gz
14ea7d4e320050b3cd9049428746356102e64d66d45b30e920ea58a4fcdb15a5 nym-vpn-core-v0.1.7-dev_macos_universal.tar.gz
e4a2f46052ec43a177ddacf0a889f21202beb12e905c2490e7c9ad9bed779447 nym-vpn-core-v0.1.7-dev_android_aarch64.tar.gz
d848e587af508bdb9ced52329a9a0dccded79f865382d9a313323421a2c19d7e nym-vpn-core-v0.1.7-dev_ios_universal.zip
2f0ea0fb7cecd5d0dc4fd4cc4026d87390a4e8e8ea1ce01fdde373651e609754 nym-vpn-cli_0.1.7-dev-1_amd64.deb
62e63db4d94894827ea486c6ddcbe877ed2af6699507adf60d99da4b0a5fba42 nym-vpnc_0.1.7-dev-1_amd64.deb
cae8335b8870f41417a945d7fcaf9966e73163af6a3488443d10cc2c8adf0ecc nym-vpnd_0.1.7-dev-1_amd64.deb