Skip to content

Commit

Permalink
Merge pull request #230 from afrazkhan/master
Browse files Browse the repository at this point in the history
Info about IP 50 needing to be open
  • Loading branch information
Misty Stanley-Jones committed Oct 19, 2016
2 parents cdaef77 + dcfbf40 commit d927155
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit d927155

Please sign in to comment.