Skip to content

Commit

Permalink
Merge pull request #87 from ethersphere/beta-0.5
Browse files Browse the repository at this point in the history
adds incoming only info
  • Loading branch information
significance authored Oct 8, 2020
2 parents da1cc8a + d9655e9 commit 7755330
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/installation/connectivity.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ id: connectivity
---


To connect to the outside world, your Bee node needs to be able to both send and receive messages from the outside world. Normally, your router will not allow other IP's on the internet to connect, unless you have connected to them first. In Swarm, we welcome newcomers, as long as they play by the rules. If a node misbehaves, we will simply add it to a list of blocked nodes and refuse future connections from them.
To fully connect to the swarm, your Bee node needs to be able to both send and receive messages from the outside world. Normally, your router will not allow other IP's on the internet to connect, unless you have connected to them first. In Swarm, we welcome newcomers, as long as they play by the rules. If a node misbehaves, we will simply add it to a list of blocked nodes and refuse future connections from them.

In Swarm, every Bee counts! To make sure all Bees can join the swarm, below you will find a detailed guide to navigating your way through your network and making out into the wild so you can buzz with the crowd. If you still have problems, join us in [The Beehive](http://beehive.ethswarm.org/) and we'll help you find the way! 🐝 🐝 🐝 🐝 🐝

Expand Down Expand Up @@ -217,6 +217,11 @@ If there is a problem here, the problem is with some other software running on y

If we were successful, let's move on to the next stage.

:::info
If you are not able to get access to some firewall settings, or otherwise debug incoming connectivity, don't worry! All is not lost. Bee can function just fine with just outgoing connections. However, if you can, it is worth the effort to allow incoming connections, as this benefits the whole of the swarm.
:::


Let's find out what our IP looks like to the internet.

```sh
Expand Down

0 comments on commit 7755330

Please sign in to comment.