Merge pull request #4 from SteveClement/master

- Added port forwards
pull/5/head
Steve Clement 2018-03-28 14:57:04 +09:00 committed by GitHub
commit 7cdac0ec59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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