Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions controller.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,8 @@ When the unit is connected, the user can access the unit web interface by clicki
.. note::

The unit user interface :ref:`must listen on port 9090 <change_ui_port-section>` to allow the controller to access it.
The controller will access the unit web interface through the VPN connection. The port 9090 does not need to be open from
the WAN side, but it must be open from the VPN side to allow the controller to access it.

.. rubric:: Remove a unit

Expand Down
4 changes: 4 additions & 0 deletions remote_access.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ To change the NethSecurity UI port from 9090 to 8181, execute: ::

The controller uses port 9090 to communicate with the unit. Changing the port will prevent the controller from managing the NethSecurity.

If you still need to forward port 9090 to another machine inside the LAN, you can keep the controller connected by leaving the ``ns-ui_extra_port``
unchanged and forwarding the port to the new machine.
Forwarding the port to another machine will be acceptable because the controller will reach port 9090 over the VPN.

Disable web user interface on port 443
--------------------------------------

Expand Down