summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrun8
1 files changed, 5 insertions, 3 deletions
diff --git a/run b/run
index 246f49e..a1630de 100755
--- a/run
+++ b/run
@@ -51,10 +51,12 @@ QEMU_MACHINE=vexpress-a9
#
PLATFORM_IP="10.0.2.7"
-# the port a 'telned' would connect to (in the emulated sysem)
+#
+# *_INTERNAL_PORT: the port a service would connect (in the emulated system)
+# *_EXTERNAL_PORT: port QEMU opens at the host side to give access to the ${*_INTERNAL_PORT}
+#
TELNET_INTERNAL_PORT=23
-# port QEMU opens at the host side to give access to the ${TELNET_INTERNAL_PORT}
-TELNET_EXTERNAL_PORT=4444
+TELNET_EXTERNAL_PORT=20023
if [ -z "${VDE_SOCKET}" ]; then
for dir in $(ls -d /var/run/vde2/*.ctl 2>/dev/null); do