From 66f627da042b74721f1c856455191ece423c24cc Mon Sep 17 00:00:00 2001 From: Gurjeet Singh Date: Thu, 21 Nov 2013 18:28:03 -0500 Subject: Add RUNNING.txt instructions to open UDP port 9993 on Ubuntu 12.04 --- RUNNING.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'RUNNING.txt') diff --git a/RUNNING.txt b/RUNNING.txt index 48173574..4bfa47f8 100644 --- a/RUNNING.txt +++ b/RUNNING.txt @@ -55,3 +55,24 @@ browser to see if you're online. Port in progress, and it's going to pretty much always be more painful to build than *nix systems. Just wait for the binary release unless you're brave, in which case you can load the VS2012 solution and play around. + +-- Open UDP port 9993 + +As noted in README.md, to actually function properly, you need to open +UDP port 9993 in your firewall. Following are instructions to open UDP port +9993 for specific operating systems. + +--- Ubuntu (version 12.04 and possibly other versions, too) + +Follow the Ubuntu documentation about UFW https://help.ubuntu.com/community/UFW + +Check if your UFW is active. + +sudo ufw status verbose + +If it is active, open UDP port 9993 + +sudo ufw allow 9993/udp + +You should now be able to ping and browse earth.zerotier.net + -- cgit v1.2.3