安装cuckoo出现的错误解决

错误:

Error processing task #21: 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

似乎虚拟机无法联系回Cuckoo主机。

首先关闭防火墙,保证主机与客户机可以相互ping通。再不行就重启重新配置ping通。其次检查cuckoo.conf配置文件中ip是否正确。如果可以互相ping通,还是出现这个问题,原因可能是windows xp虚拟机启动后,agent.py程序未启动,启动agent.py。
最好设置为开机自启。
解决方法一:设置agent.py随开机自启

解决方法二:运行agent.py程序,在agent.py运行的时候保存一次快照,然后关闭虚拟机,那么cuckoo在每次执行任务的时候会先恢复虚拟机快照。

你可能感兴趣的:(安装cuckoo出现的错误解决)