Open andycockers opened 4 years ago
Hello! Thanks for opening an issue. When opening a new issue on the Vagrant project, we ask that everyone provide a gist containing the behavior you're seeing with the --debug
flag included. This helps us figure out what's actually going on. Thanks!
Hi there, For the above mentioned issue please find attached debug logs gathere vagrant_debug.log d while running the multi machine vagrant boxes.
Thanks,
Hey there,
I am going to close this due to lack of response from the original issue reporter. If this is still occurring, please open a new issue and follow the provided issue template that appears when you click the "New Issue" button. This will help us in getting a reproduction and fix. Thanks!
The original reporter (Andrew) is no longer working with us but the issue still persists. Can you please look into this and investigate further. Thanks in advance.
Vagrant version
2.2.9
Host operating system
Ubuntu Linux 18.04
Guest operating system
Ubuntu Linux 18.04
Vagrantfile
Please note, if you are using Homestead or a different Vagrantfile format, we may be unable to assist with your issue. Try to reproduce the issue using a vanilla Vagrantfile first.
Debug output
Provide a link to a GitHub Gist containing the complete debug output: https://www.vagrantup.com/docs/other/debugging.html. The debug output should be very long. Do NOT paste the debug output in the issue, just paste the link to the Gist.
Expected behavior
Four boxes should have started, all with different ip addresses.
Actual behavior
Four boxes start, but 4c-backend and client-backend share the same ip address and 4c-mysql and client-mysql share the same ip address.
Steps to reproduce
Using vmware workstation. Using hashicorp/bionic64 as a base box, create a new box and upload to Vagrant Cloud.
Create a multi machine Vagrantfile using the new box for both boxes.
vagrant up. You will see that although vagrant claims to set separate ip's for both boxes, it actually sets the same one. This can be verified using vagrant ssh-config
References