VMware Edge Network Intelligence setup needs a single IP address for each Crawler.
Setting Up ENI Physical Device With a Static IP
To set up ENI physical device with a static IP, perform the following steps.
- Connect a keyboard and a monitor to the Server to see home screen. Once you turn ON the Server, a Crawler login screen appears.
- Login using the username 'nyansa' and password 'logmein'.
- Once inside the shell, type
sudo nmtui
to call out the network configuration (NetworkManager TUI) utility. The NetworkManager TUI is a standard curser-based utility that can be controlled using the arrow keys, space bar, tab, and return keys. This replaces system-config-network which was used in CentOS 6. - The NetworkManager TUI screen with actions to let you configure your network interface and DNS appears.
- Select Edit a connection and press the Enter key on your keyboard.
- Select a network interface to which you want a static IP to be assigned and then press the Enter key.
- Using the Tab key, navigate to the row "IPv4 Configuration" and change it to <Manual>. Configure your Static IP address, Netmask, Default Gateway IP, and DNS accordingly.
- Restart network services by entering the
sudorestart_network.sh
command.
Note: The above instructions also work when connecting through SSH (if DHCP is activated).