Skip to content

Commit b2f90fd

Browse files
dann1tinova
authored andcommitted
M #-: Add dynamic firewall ports (#3266)
(cherry picked from commit b9fffe1)
1 parent 7bd3742 commit b2f90fd

1 file changed

Lines changed: 21 additions & 17 deletions

File tree

  • source/installation_and_configuration/frontend_installation

source/installation_and_configuration/frontend_installation/install.rst

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -370,23 +370,27 @@ Firewall Configuration
370370

371371
The list below shows the ports used by OpenNebula. These ports need to be open for OpenNebula to work properly:
372372

373-
+------------+------------------------------------------------------------------------------+
374-
| Port | Description |
375-
+============+==============================================================================+
376-
| ``22`` | Front-end host SSH server |
377-
+------------+------------------------------------------------------------------------------+
378-
| ``2474`` | OneFlow server |
379-
+------------+------------------------------------------------------------------------------+
380-
| ``2616`` | Next-generation GUI server FireEdge |
381-
+------------+------------------------------------------------------------------------------+
382-
| ``2633`` | Main OpenNebula Daemon (oned), XML-RPC API endpoint |
383-
+------------+------------------------------------------------------------------------------+
384-
| ``4124`` | Monitoring daemon (both TCP/UDP) |
385-
+------------+------------------------------------------------------------------------------+
386-
| ``5030`` | OneGate server |
387-
+------------+------------------------------------------------------------------------------+
388-
| ``29876`` | noVNC Proxy Server |
389-
+------------+------------------------------------------------------------------------------+
373+
+-----------------+--------------------------------------------------------------------+
374+
| Port | Description |
375+
+=================+====================================================================+
376+
| ``22`` | Front-end host SSH server |
377+
+-----------------+--------------------------------------------------------------------+
378+
| ``2474`` | OneFlow server |
379+
+-----------------+--------------------------------------------------------------------+
380+
| ``2616`` | Next-generation GUI server FireEdge |
381+
+-----------------+--------------------------------------------------------------------+
382+
| ``2633`` | Main OpenNebula Daemon (oned), XML-RPC API endpoint |
383+
+-----------------+--------------------------------------------------------------------+
384+
| ``4124`` | Monitoring daemon (both TCP/UDP) |
385+
+-----------------+--------------------------------------------------------------------+
386+
| ``5030`` | OneGate server |
387+
+-----------------+--------------------------------------------------------------------+
388+
| ``29876`` | noVNC Proxy Server |
389+
+-----------------+--------------------------------------------------------------------+
390+
| ``5900+`` | VNC Server ports on hosts for VMs. See :ref:`VNC_PORTS <oned_conf>`|
391+
+-----------------+--------------------------------------------------------------------+
392+
| ``49152-49215`` | Host-Host port communication required for KVM live migrations |
393+
+-----------------+--------------------------------------------------------------------+
390394

391395
.. note::
392396

0 commit comments

Comments
 (0)