mirror of https://github.com/docker/docs.git
Add note about IP protocol 50 (ESP) traffic (#4650)
This commit is contained in:
parent
102684b047
commit
e0bfcf33d5
|
@ -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 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
|
||||
to communicate before they time out.
|
||||
|
||||
|
|
Loading…
Reference in New Issue