From 563b7c358acdc98db75c1f39836485500335634b Mon Sep 17 00:00:00 2001 From: Adam Leskis Date: Mon, 22 Apr 2024 14:52:47 +0100 Subject: [PATCH] add in port access information to install docs This refers to issue https://gitlab.com/veilid/veilid/-/issues/375 --- INSTALL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index b6aba7cb..2dfa321f 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -109,3 +109,7 @@ To start your headless Veilid node without systemd, run: ```shell sudo -u veilid veilid-server ``` + +## Post Install + +To let veilid access other nodes, you'll need to open up access to port 5150 for both tcp and udp. You can additionally open port 5151 as well, though if 5150 is open, that should be enough.