From 90b43df3cdea748ce2807cfe4733dbf4c9e4dea1 Mon Sep 17 00:00:00 2001 From: Francesc Guasch Date: Mon, 8 Apr 2024 09:14:14 +0200 Subject: [PATCH] doc: export ports common problems --- docs/docs/expose_ports.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/docs/expose_ports.rst b/docs/docs/expose_ports.rst index 42a91a003..9a4b70ad7 100644 --- a/docs/docs/expose_ports.rst +++ b/docs/docs/expose_ports.rst @@ -53,5 +53,15 @@ an IP is detected or it fails. Settings -------- -Internal ports are shown in the host at a different port. It can be -changed from the global settings page. +Internal ports are shown in the host from a starting port number. It can be +changed from the global settings page in the *Port Expose* section. + +TroubleShooting +--------------- + +*The port appears down when I start the virtual Machine* + +Solution: This port has a service in the virtual machine that is not up. Be sure the +service has started, and that it is listening in the correct port. Check also if this +virtual machine has an internal firewall that may block connections. +