-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StackStorm on Vagrant | https://10.10.10.10 does not respond #744
Comments
@mlemartien Can you please share more info about your host OS (Linux/Win/Mac), Vagrant version and Virtualbox version? Try to find if network interface is created via Virtualbox. Here is how Virtualbox Host Network Manager looks for me: Do you see something similar under your Virtualbox networks? |
Thanks for your prompt reply. When I go to the Host Network Manager screen in Global Tools, the list is empty (which is weird I assume). However when I run
|
Yes, something is blocking the creation of network interface on your host machine. Can you do
command? Can put the output in https://gist.github.com for better readability. |
When looking at the logs I saw that vagrant was struggling to connect to certain VBox services so I rebooted my computer. Now the interface is created but I still can not connect to https://10.10.10.10 |
Alright, that's better! Try to |
From the host machine: 10.10.10.10 responds well, 10.10.10.11 does not:
Same from the guest, but the ping output is not the same for 10.10.10.11. It gets stuck like this:
And when I interrupt it:
|
Is this result from the host machine or guest machine? |
First part is from the host, second part from the guest. I think it is mentioned in my post |
Also, Could that not have something to do with forwarding port 80? |
Alright, NP. I see now the post is updated. Try next |
Nice idea. It returns:
|
Alright, seems "private networking" is messed up for some reason in Virtualbox for your host machine. Let me add that as optional way to access the st2web. I'll let you know soon when the new box is available. In a meantime, you can destroy the VM ( |
@mlemartien The new Vagrant box is deployed. After We'll keep port forwarding as experimental fallback option for now and include it in docs if more Virtualbox issues with private networking will appear in future. |
Thanks, that does the trick! |
I hit the same issue with my setup. Something screwy with Virtualbox networking. Ping from host to 10.10.10.10 works, but https://10.10.10.10/ does not. Using https://127.0.0.1:9000/ works, but this is not currently documented. My first guess would be that it is something to do with the use of a /31 mask. I am using Virtualbox 5.2.12 on macOS 10.13.5. |
@LindsayHill The "base" You can try to play with the networking there and verify if it's mask-related. With your skills it's definitely would be great to find the root cause and what is the blocker there. |
I did some more investigation. This is definitely related to the use of a I fixed it by changing my |
Awesome! 👍 |
That's great feedback, thanks! |
The fixed in StackStorm/packer-st2#41 by @LindsayHill box is deployed to Vagrant cloud. You can update the environment, follow the docs: https://docs.stackstorm.com/install/vagrant.html#updating-the-vagrant-box |
Hi,
I'm trying to play with st2 using Vagrant and following the instructions. The image gets loaded and the VM nicely boots. I can ssh onto it but when I try to run the portal from https://10.10.10.10 it does not respond. Could my VirtualBox config have anything to do with this? I have not changed the default settings I reckon.
Thanks a ton in advance.
The text was updated successfully, but these errors were encountered: