Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Info about IP 50 needing to be open #230

Merged
merged 2 commits into from Oct 19, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 encrypted`),
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 encrypted`),
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