From 8262921f6460f3d2e480e7c56255207dfcd2dac2 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 1 Nov 2017 12:01:54 -0700 Subject: [PATCH] Mention port mapping auto correction --- website/source/intro/getting-started/ui.html.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/website/source/intro/getting-started/ui.html.md b/website/source/intro/getting-started/ui.html.md index d98be04dd..41f733fcb 100644 --- a/website/source/intro/getting-started/ui.html.md +++ b/website/source/intro/getting-started/ui.html.md @@ -21,6 +21,17 @@ With Nomad running, visit [http://localhost:4646](http://localhost:4646) to open [![Nomad UI Jobs List][img-jobs-list]][img-jobs-list] +If you can't connect it's possible that Vagrant was unable to properly map the +port from your host to the VM. Your `vagrant up` output will contain the new +port mapping: + +```text +==> default: Fixed port collision for 4646 => 4646. Now on port 2200. +``` + +In the case above you would connect to +[http://localhost:2200](http://localhost:2200) instead. + ## Inspecting a Job You should be automatically redirected to `/ui/jobs` upon visiting the UI in your browser. This