Last active
December 15, 2015 06:19
-
-
Save hughsaunders/5215857 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Log: | |
--------------- | |
[chef] Fixed port collision for 22 => 2222. Now on port 2200. | |
[chef] Creating shared folders metadata... | |
[chef] Clearing any previously set network interfaces... | |
[chef] Preparing network interfaces based on configuration... | |
[chef] Forwarding ports... | |
[chef] -- 22 => 2200 (adapter 1) | |
VBoxManage showvminfo: | |
---------------------- | |
(default27)vagrant ~/git/opencenter-install-scripts/vagrant > /Applications/VirtualBox.app/Contents/MacOS/VBoxManage showvminfo vagrant_1363893542 |grep Rule | |
NIC 1 Rule(0): name = ssh, protocol = tcp, host ip = , host port = 2200, guest ip = , guest port = 22 | |
Virtualbox listening ports: | |
--------------------------- | |
(default27)vagrant ~/git/opencenter-install-scripts/vagrant > lsof -nPi |grep -i 'VirtualBo.*LISTEN' | |
VirtualBo 32759 hugh3869 49u IPv4 0xffffff8028538c00 0t0 TCP *:8080 (LISTEN) | |
VirtualBo 32759 hugh3869 50u IPv4 0xffffff80285c6de0 0t0 TCP *:3000 (LISTEN) | |
VirtualBo 32759 hugh3869 51u IPv4 0xffffff801f522c00 0t0 TCP *:2222 (LISTEN) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment