-
Notifications
You must be signed in to change notification settings - Fork 787
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
SSH Issues #313
Comments
I was having the same issue. I set my network range to 10.0.1.X and for some reason VMware was not assigning my host an ip address. To fix it, I manually assigned an ip to one of my interfaces. I chose the 10.0.1.2/24 for my host with the gateway as 10.0.1.1. After that I could ping the 10.0.1.3 and connect to it on ssh. I had to run |
it doesnt work tried changing the network a couple of times i have given up on this :( |
I had a lot of problems with Windows11. I was able to install using Linux without any problems. |
Everything is alright except this SSH issue im stuck on it for the past 2 days i even installed ssh service on indiviual machines also i could ssh into the vagrant provision couldnt find the root cause could you please help may fly :((((
GOAD/vmware/vm/10.1.56.X (5d09c1-goad-vmware) > install
[] Launch providing
[] CWD: /workspace/5d09c1-goad-vmware/provider
[] Running command : vagrant.exe up
Bringing machine 'GOAD-DC01' up with 'vmware_desktop' provider...
Bringing machine 'GOAD-DC02' up with 'vmware_desktop' provider...
Bringing machine 'GOAD-DC03' up with 'vmware_desktop' provider...
Bringing machine 'GOAD-SRV02' up with 'vmware_desktop' provider...
Bringing machine 'GOAD-SRV03' up with 'vmware_desktop' provider...
Bringing machine 'PROVISIONING' up with 'vmware_desktop' provider...
==> GOAD-DC01: Checking if box 'StefanScherer/windows_2019' version '2021.05.15' is up to date...
==> GOAD-DC01: Machine is already running.
==> GOAD-DC02: Checking if box 'StefanScherer/windows_2019' version '2021.05.15' is up to date...
==> GOAD-DC02: Machine is already running.
==> GOAD-DC03: Checking if box 'StefanScherer/windows_2016' version '2017.12.14' is up to date...
==> GOAD-DC03: Machine is already running.
==> GOAD-SRV02: Checking if box 'StefanScherer/windows_2019' version '2021.05.15' is up to date...
==> GOAD-SRV02: Machine is already running.
==> GOAD-SRV03: Checking if box 'StefanScherer/windows_2016' version '2019.02.14' is up to date...
==> GOAD-SRV03: Machine is already running.
==> PROVISIONING: Checking if box 'bento/ubuntu-22.04' version '202401.31.0' is up to date...
==> PROVISIONING: Machine is already running.
[] Prepare jumpbox if needed
[] Launch scp /mnt/c/GOAD/scripts/setup_local_jumpbox.sh -> [email protected]:~/setup.sh
[] CWD: /workspace/5d09c1-goad-vmware
[] Running command : scp -o StrictHostKeyChecking=no -i
/mnt/c/GOAD/workspace/5d09c1-goad-vmware/provider/.vagrant/machines/PROVISIONING/vmware_desktop/private_key
/mnt/c/GOAD/scripts/setup_local_jumpbox.sh [email protected]:~/setup.sh
ssh: connect to host 10.1.56.3 port 22: Connection timed out
scp: Connection closed
[] CWD:
[] Running command : ssh -t -o StrictHostKeyChecking=no -i
/mnt/c/GOAD/workspace/5d09c1-goad-vmware/provider/.vagrant/machines/PROVISIONING/vmware_desktop/private_key
[email protected] "cd ~ && bash setup.sh"
ssh: connect to host 10.1.56.3 port 22: Connection timed out
[] CWD:
[] Running command : ssh -t -o StrictHostKeyChecking=no -i
/mnt/c/GOAD/workspace/5d09c1-goad-vmware/provider/.vagrant/machines/PROVISIONING/vmware_desktop/private_key
[email protected] "cd ~ && mkdir -p ~/GOAD/workspace/5d09c1-goad-vmware"
ssh: connect to host 10.1.56.3 port 22: Connection timed out
[] Launch scp /mnt/c/GOAD/workspace/5d09c1-goad-vmware/instance.json ->
[email protected]:
/GOAD/workspace/5d09c1-goad-vmware/instance.json/GOAD/workspace/5d09c1-goad-vmware/instance.json[] CWD: /workspace/5d09c1-goad-vmware
[] Running command : scp -o StrictHostKeyChecking=no -i
/mnt/c/GOAD/workspace/5d09c1-goad-vmware/provider/.vagrant/machines/PROVISIONING/vmware_desktop/private_key
/mnt/c/GOAD/workspace/5d09c1-goad-vmware/instance.json
[email protected]:
ssh: connect to host 10.1.56.3 port 22: Connection timed out
scp: Connection closed
[] Launch scp /mnt/c/GOAD/workspace/5d09c1-goad-vmware/inventory ->
[email protected]:~/GOAD/workspace/5d09c1-goad-vmware/inventory
[] CWD: /workspace/5d09c1-goad-vmware
[*] Running command : scp -o StrictHostKeyChecking=no -i
/mnt/c/GOAD/workspace/5d09c1-goad-vmware/provider/.vagrant/machines/PROVISIONING/vmware_desktop/private_key
/mnt/c/GOAD/workspace/5d09c1-goad-vmware/inventory [email protected]:~/GOAD/workspace/5d09c1-goad-vmware/inventory
The text was updated successfully, but these errors were encountered: