Agent not online within timeout of 120 seconds. Could not connect to: x.x.x.x:8000 within timeout of 120 seconds.
Opened this issue · 1 comments
git-SwitchBlade commented
I have followed two blogs while installing cuckoo3 sandbox, which are 1 & 2, but when I submit a file for analysis, I get the following error.
I am using a Ubuntu Virtual Machine for installation of cuckoo sandbox, and yes I have enabled nested virtualization.
The machine is created but it couldn't connect to the agent, I have properly configured br0 using the following steps:-
sudo /opt/cuckoo3/venv/bin/vmcloak-qemubridge br0 192.168.30.1/24
sudo mkdir -p /etc/qemu
echo 'allow br0' | sudo tee /etc/qemu/bridge.conf
sudo chmod u+s /usr/lib/qemu/qemu-bridge-helper
Any help will be appreciated, Thanks
Cryss76 commented
The connection issue is due to the Cuckoo instance and the analysis VM being in different networks. Cuckoo is in 192.168.30.0/24 (as seen in the code snippet) and the analysis VM is in 192.168.50.1/24.