Show More
I am installing eve-ng with google cloud, I am using an ubuntu 16.04 pro server machine and a n1-standard-8 machine, before creating the virtual machine, I activate with the command “–enable-nested-virtualization”, everything goes well until inside the ssh connection to the VM, I install the eve-ng and send a reboot, after which the ssh connection browser window no longer opens:
My firewall rules are:
https://www.eve-ng.net/index.php/documentation/community-cookbook/
https://www.eve-ng.net/index.php/documentation/professional-cookbook/
These might help you when installing EVE-NG on GCP.
To install EVE-NG on Ubuntu you should run the following command
sudo -i
wget -O - https://www.eve-ng.net/focal/install-eve.sh | bash -i
Besides that, you should create one HTTP/S Firewall rule for accessing the machine ( Port 443 and or 80)
Another important detail is making sure the the machine is receiving IP through DHCP
If you any have more problems don’t be affraid to ask !
Have a good weekend.
Hello, how do I reconfigure DHCP and the initial configuration on eve-ng? I had to copy my VM to another project on google cloud.
1 Like
Hi to All,
I have a new issue and after searching for 5 hours, did not find any solution.
I am trying to install EVE-NG on GCloud using the below commands.
Everything works normal with the nested jammy image, but after I am installing the EVE-NG the VM instance stuck in boot manager.
gcloud compute images create nested-ubuntu-jammy --source-image-family=ubuntu-2004-lts --source-image-project=ubuntu-os-cloud --licenses https://www.googleapis.com/compute/v1/projects/vm-options/global/licenses/enable-vmx
wget -O - https://www.eve-ng.net/jammy/install-eve.sh | bash -i
1 Like