Hands-On Enterprise Automation with Python.
上QQ阅读APP看书,第一时间看更新

Accessing EVE-NG

After you import the image to the hypervisor and start it, you will be asked to provide some information to complete the installation. First, you will be greeted with the EVE logo as an indication that the machine has been successfully imported over the hypervisor and it is ready to start the boot phase:

  1. Provide the root password that will be used for SSHing to the EVE machine. By default, it will be eve:
  1. Provide the hostname that will be used as a name inside Linux:
  1. Provide a domain name for the machine:
  1. Choose to configure networking with the static method. This will ensure the IP address given will be persistent even after machine reboot:
  1. Finally, provide the static IP address from a range that is reachable from your network. This IP will be used to SSH to EVE and upload vendor images to the repositories:

In order to access the EVE-NG GUI, you need to open a browser and go to http://<server_ip>. Please note server_IP is what we used during the installation steps:

The default username for the GUI is admin and the password is eve, while the default username for SSH is root and the password is what was provided during the installation steps.