Skip to content

Commit

Permalink
Info about IP 50 needing to be open
Browse files Browse the repository at this point in the history
  • Loading branch information
afrazkhan committed Oct 17, 2016
1 parent b54e3a2 commit 0dcdc43
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine/swarm/swarm-tutorial/index.md
Expand Up @@ -121,6 +121,9 @@ The following ports must be available. On some systems, these ports are open by
* **TCP** and **UDP port 7946** for communication among nodes
* **TCP** and **UDP port 4789** for overlay network traffic

If you are planning on creating an overlay network with encryption (`--opt encyrpted`),
you will also need to ensure protocol 50 (ESP) is open.

## What's next?

After you have set up your environment, you are ready to [create a swarm](create-swarm.md).
3 changes: 3 additions & 0 deletions engine/userguide/networking/index.md
Expand Up @@ -465,6 +465,9 @@ You should open the following ports between each of your hosts.
Your key-value store service may require additional ports.
Check your vendor's documentation and open any required ports.

If you are planning on creating an overlay network with encryption (`--opt encyrpted`),
you will also need to ensure protocol 50 (ESP) is open.

Once you have several machines provisioned, you can use Docker Swarm to quickly
form them into a swarm which includes a discovery service as well.

Expand Down

0 comments on commit 0dcdc43

Please sign in to comment.