Skip Navigation

Configure a Static IP using the OVF Tool

The
CylanceHYBRID
OVA supports using the VMware OVF Tool to configure the static IP address. The following information is just an example for using the OVF Tool. For more in-depth information about the OVF Tool, please refer to the VMware documentation (OVF Tool Documentation).
  1. Download and install the VMware OVF Tool.
  2. Open the Command Prompt (Windows) or Terminal (macOS).
  3. Navigate to the folder containing the
    CylanceHYBRID
    OVA file.
  4. Type the following:
    ovftool -ds=datastore1 -n=CylanceHYBRID1.1.0 --X:injectOvfEnv --powerOn --prop:ip=123.45.67.89 --prop:netmask=255.255.255.0 --prop:gateway=123.45.67.2 --prop:dns=123.45.67.2,8.8.8.8 CylanceHYBRID_1.1.0.ova vi://test_user@10.60.41.80
  5. Press
    Enter
    . The OVA file is imported into vSphere.