From 8cd9b4efdd6e653aee56a6f1e1174a0f63c324a1 Mon Sep 17 00:00:00 2001
From: Miguel Veloso <mvelosop@gmail.com>
Date: Wed, 27 Feb 2019 13:42:16 +0000
Subject: [PATCH] Add the solution to a common ports issue and a reference to
 issue #299

---
 ...dows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md
index 66c99a4..1a56de9 100644
--- a/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md
+++ b/03.-Setting-the-eShopOnContainers-solution-up-in-a-Windows-CLI-environment-(dotnet-CLI,-Docker-CLI-and-VS-Code).md
@@ -80,6 +80,8 @@ The drive you'll need to share depends on where you place your source code.
 
 <img src="img/firewall-rule-for-eshop.png"> 
 
+- **NOTE:** If you get the error **Unable to obtain configuration from: `http://10.0.75.1:5105/.well-known/openid-configuration`** you might need to allow to the program `vpnkit` for connections to and from any computer through all ports (see [issue #295](https://github.com/dotnet-architecture/eShopOnContainers/issues/295#issuecomment-327973650).
+
 ## .NET Core SDK setup
 (OPTIONAL) As mentioned, this requirement is optional because when building through Docker Multi-Stage it will be using the .NET SDK available within the ASP.NET Core build image, not the local .NET Core SDK. However, it is recommended to have it installed locally for any further building/testing of the ASP.NET Core projects without Docker.
 The .NET Core SDK install the .NET Core framework plus the SDK CLI tools with commands like "dotnet build", "dotnet publish", etc.