mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 04:28:15 +00:00
Add required port for remote access to worker
22 for SSH 3389 for RDP These are required in order to remotely access the nodes.
This commit is contained in:
@@ -213,7 +213,29 @@
|
||||
<th>Port</th>
|
||||
<th align="left">Source</th>
|
||||
<th align="left">Description</th>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>TCP</td>
|
||||
<td>22</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>Linux worker nodes only</strong></li>
|
||||
<li>Any network that you want to be able to remotely access this node from.</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>Remote access over SSH</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>TCP</td>
|
||||
<td>3389</td>
|
||||
<td>
|
||||
<ul>
|
||||
<li><strong>Windows worker nodes only</strong></li>
|
||||
<li>Any network that you want to be able to remotely access this node from.</li>
|
||||
</ul>
|
||||
</td>
|
||||
<td>Remote access over RDP</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>TCP</td>
|
||||
<td>80</td>
|
||||
|
||||
Reference in New Issue
Block a user