Add note about IP protocol 50 (ESP) traffic (#4650)

This commit is contained in:
Jim Galasyn 2017-09-15 17:18:26 -07:00 committed by GitHub
parent 102684b047
commit e0bfcf33d5
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ When installing UCP on a host, make sure the following ports are open:
| managers | in | TCP 12386 | Port for the authentication worker | | managers | in | TCP 12386 | Port for the authentication worker |
| managers | in | TCP 12387 | Port for the metrics service | | managers | in | TCP 12387 | Port for the metrics service |
For overlay networks with encryption to work, you need to ensure that
IP protocol 50 (ESP) traffic is allowed.
Also, make sure the networks you're using allow the UCP components enough time Also, make sure the networks you're using allow the UCP components enough time
to communicate before they time out. to communicate before they time out.