From 69230a10cb7ce1e7e06bf6cfc47a38111dbdbf8d Mon Sep 17 00:00:00 2001 From: Pawnflake Date: Tue, 16 May 2023 10:10:41 +0800 Subject: [PATCH 1/4] Added ufw restart after adding ports and removed port 80 and 443 from the command --- documentation/docs/src/nodes/mix-node-setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/docs/src/nodes/mix-node-setup.md b/documentation/docs/src/nodes/mix-node-setup.md index 3c5f574e37..50f2ab6456 100644 --- a/documentation/docs/src/nodes/mix-node-setup.md +++ b/documentation/docs/src/nodes/mix-node-setup.md @@ -231,9 +231,11 @@ sudo ufw status Finally open your mix node's p2p port, as well as ports for ssh, http, and https connections, and ports `8000` and `1790` for verloc and measurement pings: ``` -sudo ufw allow 1789,1790,8000,22,80,443/tcp +sudo ufw allow 1789,1790,8000,22/tcp # check the status of the firewall sudo ufw status +# restart firewall +sudo sytstemctl restart ufw ``` For more information about your mix node's port configuration, check the [mix node port reference table](./mix-node-setup.md#mixnode-port-reference) below. From c8b82a9553c286200489be420fdb52a190b9d25a Mon Sep 17 00:00:00 2001 From: Pawnflake Date: Sat, 20 May 2023 07:23:13 +0800 Subject: [PATCH 2/4] removed comment http and https --- documentation/docs/src/nodes/mix-node-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/src/nodes/mix-node-setup.md b/documentation/docs/src/nodes/mix-node-setup.md index 50f2ab6456..5308838ba7 100644 --- a/documentation/docs/src/nodes/mix-node-setup.md +++ b/documentation/docs/src/nodes/mix-node-setup.md @@ -228,7 +228,7 @@ sudo ufw enable sudo ufw status ``` -Finally open your mix node's p2p port, as well as ports for ssh, http, and https connections, and ports `8000` and `1790` for verloc and measurement pings: +Finally open your mix node's p2p port, as well as ports for ssh and ports `8000` and `1790` for verloc and measurement pings: ``` sudo ufw allow 1789,1790,8000,22/tcp From cb4eda4c62c62d415aa8171e8299ebaea9423d40 Mon Sep 17 00:00:00 2001 From: mx <33262279+mfahampshire@users.noreply.github.com> Date: Fri, 2 Jun 2023 09:20:42 +0000 Subject: [PATCH 3/4] Update documentation/docs/src/nodes/mix-node-setup.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ⚡️2FakTor⚡️ --- documentation/docs/src/nodes/mix-node-setup.md | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/docs/src/nodes/mix-node-setup.md b/documentation/docs/src/nodes/mix-node-setup.md index 5308838ba7..3e6733899e 100644 --- a/documentation/docs/src/nodes/mix-node-setup.md +++ b/documentation/docs/src/nodes/mix-node-setup.md @@ -235,7 +235,6 @@ sudo ufw allow 1789,1790,8000,22/tcp # check the status of the firewall sudo ufw status # restart firewall -sudo sytstemctl restart ufw ``` For more information about your mix node's port configuration, check the [mix node port reference table](./mix-node-setup.md#mixnode-port-reference) below. From d6849574235c2643c442c2588de9ff7d4335edfa Mon Sep 17 00:00:00 2001 From: mx <33262279+mfahampshire@users.noreply.github.com> Date: Fri, 2 Jun 2023 09:20:56 +0000 Subject: [PATCH 4/4] Update documentation/docs/src/nodes/mix-node-setup.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: ⚡️2FakTor⚡️ --- documentation/docs/src/nodes/mix-node-setup.md | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/docs/src/nodes/mix-node-setup.md b/documentation/docs/src/nodes/mix-node-setup.md index 3e6733899e..22a6d61692 100644 --- a/documentation/docs/src/nodes/mix-node-setup.md +++ b/documentation/docs/src/nodes/mix-node-setup.md @@ -234,7 +234,6 @@ Finally open your mix node's p2p port, as well as ports for ssh and ports `8000` sudo ufw allow 1789,1790,8000,22/tcp # check the status of the firewall sudo ufw status -# restart firewall ``` For more information about your mix node's port configuration, check the [mix node port reference table](./mix-node-setup.md#mixnode-port-reference) below.