From a8e2445c05ac672efa052d9a52092d4906ba7644 Mon Sep 17 00:00:00 2001 From: OneNov0209 <95606017+OneNov0209@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:45:06 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1bce41177e..e73be23679 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,14 @@ By their nature, Knowledge Assets are semantic resources (following the W3C Sema
+### 1. Open your port +Use the following commands to open ports 9999, 8900, and 9000 so the node can communicate with the network: +```bash +sudo ufw allow 9999 && sudo ufw allow 8900 && sudo ufw allow 9000 && sudo ufw reload +sudo iptables -A INPUT -p tcp --dport 9999 -j ACCEPT +sudo iptables -A INPUT -p tcp --dport 8900 -j ACCEPT +sudo iptables -A INPUT -p tcp --dport 9000 -j ACCEPT + First, clone the repo: ```bash From 8086c9cc084603f2068c3e3bbf73dec66d764df3 Mon Sep 17 00:00:00 2001 From: OneNov0209 <95606017+OneNov0209@users.noreply.github.com> Date: Sun, 27 Oct 2024 23:47:56 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e73be23679..494f2b23ed 100644 --- a/README.md +++ b/README.md @@ -182,8 +182,9 @@ sudo ufw allow 9999 && sudo ufw allow 8900 && sudo ufw allow 9000 && sudo ufw re sudo iptables -A INPUT -p tcp --dport 9999 -j ACCEPT sudo iptables -A INPUT -p tcp --dport 8900 -j ACCEPT sudo iptables -A INPUT -p tcp --dport 9000 -j ACCEPT +``` -First, clone the repo: +###First, clone the repo: ```bash git clone https://github.com/OriginTrail/ot-node.git