You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have notes on my findings in sysadmin/vagrant/parallels-configuration/_NOTES.md
The biggest problem is it seems bento boxes seem to share the same machine-id which messes up the DHCP leases that parallels gives you and puts Vagrant in a bad state. For example, I can run:
But I actually have two bento 20.04 boxes up and running. And they both seem to be running, because I can talk to the db of the second box through the forwarded port, but I can't ssh into it, in fact, I can't run vagrant ssh in either of the directories and ssh into the boxes, I have to ssh into them directly:
And that's only for the first box, as far as I can tell, I can't ssh into the second box at all, it's just up and running with no way to get into it.
I need to get sshv working for parallels, basically parsing the parallels_dhcp_leases file for the ip addresses. ff0824450a00020000bb113754a24acdf09cbb doesn't seem to correspond to the box ids found running vagrant status though, so I'll have to poke around and see what I can find
The text was updated successfully, but these errors were encountered:
I have notes on my findings in
sysadmin/vagrant/parallels-configuration/_NOTES.md
The biggest problem is it seems bento boxes seem to share the same machine-id which messes up the DHCP leases that parallels gives you and puts Vagrant in a bad state. For example, I can run:
But I actually have two bento 20.04 boxes up and running. And they both seem to be running, because I can talk to the db of the second box through the forwarded port, but I can't ssh into it, in fact, I can't run
vagrant ssh
in either of the directories and ssh into the boxes, I have to ssh into them directly:And that's only for the first box, as far as I can tell, I can't ssh into the second box at all, it's just up and running with no way to get into it.
I need to get
sshv
working for parallels, basically parsing theparallels_dhcp_leases
file for the ip addresses.ff0824450a00020000bb113754a24acdf09cbb
doesn't seem to correspond to the box ids found runningvagrant status
though, so I'll have to poke around and see what I can findThe text was updated successfully, but these errors were encountered: