diff options
author | Gurjeet Singh <gurjeet@singh.im> | 2013-11-21 18:28:03 -0500 |
---|---|---|
committer | Gurjeet Singh <gurjeet@singh.im> | 2013-11-21 18:28:03 -0500 |
commit | 66f627da042b74721f1c856455191ece423c24cc (patch) | |
tree | a37294c595ee676d14e7756a4e2c212527d4e116 /RUNNING.txt | |
parent | d92da40bff0e32a3b3fa5218cfecc924267a2add (diff) | |
download | infinitytier-66f627da042b74721f1c856455191ece423c24cc.tar.gz infinitytier-66f627da042b74721f1c856455191ece423c24cc.zip |
Add RUNNING.txt instructions to open UDP port 9993 on Ubuntu 12.04
Diffstat (limited to 'RUNNING.txt')
-rw-r--r-- | RUNNING.txt | 21 |
1 files changed, 21 insertions, 0 deletions
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 + |