Hi,
I downloaded the Zabbix Appliance 4.0 for Platform VirtualBox, VMWare (.vmdk).

I converted the VMWare .vmdk (for WMwork station) file using the VMware converter, to VMware ESXi 6.5 file.
On the VWwre ESXi 6.5 host, I power ON the VM, I get the prompt;

The Manual says to change I/F IP ... 1.4 Using a static IP address
By default the appliance uses DHCP to obtain the IP address. To specify a static IP address:
I tried modifying the interface settings as mentioned to a static IP, and it fails...
Can someone please provide help for this setup?
Thanks
I downloaded the Zabbix Appliance 4.0 for Platform VirtualBox, VMWare (.vmdk).
I converted the VMWare .vmdk (for WMwork station) file using the VMware converter, to VMware ESXi 6.5 file.
On the VWwre ESXi 6.5 host, I power ON the VM, I get the prompt;
The Manual says to change I/F IP ... 1.4 Using a static IP address
By default the appliance uses DHCP to obtain the IP address. To specify a static IP address:
- Log in as root user;
- Open file /etc/network/interfaces in your favourite editor;
- iface eth0 inet dhcp → iface eth0 inet static
- Add the following lines after iface eth0 inet static:
- address <IP address of the appliance>
- netmask <network mask>
- gateway <your gateway address>
- Run the commands sudo ifdown eth0 && sudo ifup eth0.
I tried modifying the interface settings as mentioned to a static IP, and it fails...
Can someone please provide help for this setup?
Thanks
Comment