From 5ed381d121e4bbb7de18b787b04cc3b16b64ac87 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Wed, 28 Mar 2018 14:53:13 +0900 Subject: [PATCH] - Added port forwards --- _pages/download.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_pages/download.md b/_pages/download.md index 8ed8896..0bb8ddb 100755 --- a/_pages/download.md +++ b/_pages/download.md @@ -24,6 +24,11 @@ The default credentials for the automatically generated virtual machines are the ~~~~ For the MISP web interface -> admin@admin.test:admin For the system -> misp:Password1234 +Please add the following forwards on your VM Host: + +VBoxManage controlvm MISP_VM_NAME natpf1 www,tcp,,8080,,80 +VBoxManage controlvm MISP_VM_NAME natpf1 ssh,tcp,,2222,,22 +VBoxManage controlvm MISP_VM_NAME natpf1 dashboard,tcp,,8001,,8001 ~~~~ ### Vagrant