Hi Team,
I have created a instance ubuntu 20.04 and i have install eve-ng refering to the cookbook,
i am able to get the access of the GUI of ecave-ng but when i am uploading the firewall image using filzila the file is uploaded successfully i am able to create the image on eve-ng but the time i am turning it on it is getting off automatically
i want to do labs of firewall and i am stucked.
Hi @jivesh !
It sounds like your VM on Google Cloud doesn't have nested virtualization enabled, which is needed for EVE-NG to run images properly. You need to create a VM with "CPU platform: Intel Haswell or later" and enable "Nested Virtualization" by setting the --enable-nested-virtualization flag when creating the instance. Hope this helps!