ashemery / CuckooVM

Cuckoo running in a nested hypervisor
128 stars 21 forks source link

Error Processing Task # 2 : it appears that the Virtual Machine hasn't been able to contact back to the Cuckoo Host. #3

Closed phoenixml closed 4 years ago

phoenixml commented 4 years ago

[cuckoo.processing.debug] ERROR: Error processing task #2: it appears that the Virtual Machine hasn't been able to contact back to the Cuckoo Host. There could be a few reasons for this, please refer to our documentation on the matter: https://cuckoo.sh/docs/faq/index.html#troubleshooting-vm-network-configuration

I launched the VM server and submit an analysis, I did not change any network Configs, I can confirm that I can ping from the vm machine but not from the server

phoenixml commented 4 years ago

Issue Solved steps followed: 1- disable the firewall on the win7 machine 2- Save the vm by taking a snapshot: From terminal do the following: VBoxManage snapshot win7 take "newsnapshot1" --pause VBoxManage controlvm win7 poweroff VBoxManage snapshot win7 restorecurrent go to .cuckoo/conf edit the file virtualbox.conf : snapshot = newsnapshot1 and have fun 🔢