diff --git a/README.md b/README.md index 1bce41177e..494f2b23ed 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,16 @@ By their nature, Knowledge Assets are semantic resources (following the W3C Sema
-First, clone the repo: +### 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 git clone https://github.com/OriginTrail/ot-node.git