diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-25 06:10:23 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2013-11-25 06:10:23 -0800 |
commit | f038ed9ca2f3e65e063571e77cd48f1072f2d3e3 (patch) | |
tree | a37294c595ee676d14e7756a4e2c212527d4e116 | |
parent | d92da40bff0e32a3b3fa5218cfecc924267a2add (diff) | |
parent | 66f627da042b74721f1c856455191ece423c24cc (diff) | |
download | infinitytier-f038ed9ca2f3e65e063571e77cd48f1072f2d3e3.tar.gz infinitytier-f038ed9ca2f3e65e063571e77cd48f1072f2d3e3.zip |
Merge pull request #27 from gurjeet/UDP_9993_Instructions_Ubuntu_12.04
Add RUNNING.txt instructions to open UDP port 9993 on Ubuntu 12.04
-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 + |