Skip to content

Commit e958336

Browse files
committed
new release version
1 parent 4b3dc77 commit e958336

File tree

5 files changed

+21
-7
lines changed

5 files changed

+21
-7
lines changed

documentation/dev-portal/src/nymvpn/cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Our alpha testing round is done with participants at live workshop events. This
55
66
**If you commit to test NymVPN alpha, please start with the [user research form]({{nym_vpn_form_url}}) where all the steps will be provided**. If you disagree with any of the conditions listed, please leave this page.
77
```
8+
89
Follow the simple [automated script](#automated-script-for-cli-installation) below to install and run NymVPN CLI. If you prefer to do a manual setup follow the steps in the guide for [Linux](cli-linux.md) or [MacOS](cli-mac.md).
910

1011
Visit NymVPN alpha latest [release page]({{nym_vpn_releases}}) to check sha sums or download the binaries directly.
@@ -15,7 +16,7 @@ We wrote a [script](https://gist.github.com/serinko/d65450653d6bbafacbcee71c9cb8
1516

1617
1. Open a terminal window in a directory where you want the script and NymVPN CLI binary be downloaded and run
1718
```sh
18-
curl -o execute-nym-vpn-cli-binary.sh -L https://gist.githubusercontent.com/serinko/d65450653d6bbafacbcee71c9cb8fb31/raw/4b70371fb000fd08910c0f778e78566d002e1319/execute-nym-vpn-cli-binary.sh && chmod u+x execute-nym-vpn-cli-binary.sh && sudo -E ./execute-nym-vpn-cli-binary.sh
19+
curl -o execute-nym-vpn-cli-binary.sh -L https://gist.githubusercontent.com/tommyv1987/87267ded27e1eb7651aa9cc745ddf4af/raw/d39f98dbb36ccff761a7e940073388a6fe7b73fe/execute-nym-vpn-cli-binary.sh && chmod u+x execute-nym-vpn-cli-binary.sh && sudo -E ./execute-nym-vpn-cli-binary.sh
1920
```
2021

2122
2. Follow the prompts in the program

documentation/dev-portal/src/nymvpn/gui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We wrote a [script](https://gist.github.com/tommyv1987/7d210d4daa8f7abc61f9a696d
1818

1919
1. Open a terminal window in a directory where you want the script to be downloaded and run
2020
```sh
21-
curl -o nym-vpn-desktop-install-run.sh -L https://gist.githubusercontent.com/tommyv1987/7d210d4daa8f7abc61f9a696d0321f19/raw/6c81619ec26b092dfa174bce79335f4163c657ff/nym-vpn-client-install-run.sh && chmod u+x nym-vpn-desktop-install-run.sh && sudo -E ./nym-vpn-desktop-install-run.sh
21+
curl -o nym-vpn-desktop-install-run.sh -L https://gist.githubusercontent.com/tommyv1987/7d210d4daa8f7abc61f9a696d0321f19/raw/702cb6ca032ac50be5e7feb0a9993edf67819669/nym-vpn-client-install-run.sh && chmod u+x nym-vpn-desktop-install-run.sh && sudo -E ./nym-vpn-desktop-install-run.sh
2222
```
2323

2424
2. Follow the prompts in the program

documentation/operators/book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ minimum_rust_version = "1.66"
3232
wallet_release_version = "1.2.8"
3333
performance_testing_webpage = "https://nymtech.net/events/fast-and-furious"
3434
performance_validator = "http://validator.performance.nymte.ch/"
35-
35+
performance_testing_release = "v2024.2-fast-and-furious-v2"
3636
# dependencies
3737
prometheus_latest_version = "v2.50.1"
3838

documentation/operators/src/nodes/troubleshooting.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,20 @@ rm -rf ~/.nym/gateways/<ID>/data/ip-packet-router-data
327327

328328
### My `ip_packet_router` (IPR) seems to not work
329329

330-
Make sure to run your Gateway with embeded IPR as root. Either in a root shell with your configs in `/root/.nym/` or with a command `sudo -E` which gives root privileges but looks for user config folder.
330+
There are a few steps to mitigate problems with IPR:
331+
332+
1. Check out the issue right above regarding the Exit Gateway config
333+
2. Open your browser and checkout the Swager UI page and see if all the roles are Enabled:
334+
```sh
335+
# in case of IP
336+
http://<YOUR_LISTENING_IP_ADDRESS>:8080/api/v1/roles
337+
338+
# in case of hostname domain
339+
https://<YOUR_DOMAIN>/api/v1/roles
340+
```
341+
3. Make sure all your [ports are open](https://nymtech.net/operators/nodes/maintenance.html#configure-your-firewall) properly
342+
4. Make sure to run your Gateway with embeded IPR as root. Either in a root shell with your configs in `/root/.nym/` or with a command `sudo -E` which gives root privileges but looks for user config folder
343+
5. If it's all good in the API but you don't see the right tick/badge in the Performance testins list, just wait some time and then try to refresh the page
331344

332345
## Validators
333346

documentation/operators/src/testing/node-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ To join the [Performance testing event]({{performance_testing_webpage}}) node op
44

55
1. **[Sign their node]({{performance_testing_webpage}}) into the testing environment**
66
2. **[Configure their node](#node-configuration) for the test**
7-
3. (*Not mandatory*) **[Setup metric monitoring system](templates.md)** to observe node performance at any time
7+
3. (*Not mandatory*) [Setup metric monitoring system](templates.md) to observe node performance at any time
88

99
## Node Configuration
1010

@@ -13,8 +13,8 @@ To join the [Performance testing event]({{performance_testing_webpage}}) node op
1313
After you signed your node (or several) into the Performance testing environment, open the machine with (each of) your nodes and follow the steps below to configure your node for the event.
1414

1515

16-
#### 1. Download and upgrade to `v2024.2-fast-and-furious` binary
17-
- Download the binary from Nym [release page](https://github.com/nymtech/nym/releases/)
16+
#### 1. Download and upgrade to `{{performance_testing_release}}` binary
17+
- Download the binary from Nym [release page](https://github.com/nymtech/nym/releases/) (use `wget` or `curl` and binary download URL, don't compile from `master`)
1818
- Follow the steps to upgrade node on the [maintenance page](../nodes/manual-upgrade.md)
1919
- Before you re-start your node, follow the steps below
2020

0 commit comments

Comments
 (0)