#NABOX on ESXi8

1 messages · Page 1 of 1 (latest)

indigo gale
#

Hi All

I want to use NAbox OVA on ESXi8 in my lab, but i got the following output see pic

Does anyone have an idea how to solve this

magic zephyr
#

I think you misconfigured the IP address in the vApp settings (when you deploy the OVA) and you're missing the netmask bits

tulip current
#

Correct. When you give it an IPv4 address, or IPv6 for that matter, it needs to know what the network mask (netmask, or subnet mask) is. If you are providing that information in one field, it needs to be in CIDR notation (a forward slash followed by the number of bits designating the network size). Example '10.10.10.1/24'. If you are providing this information in two fields, you will provide the IP address, such as '10.10.10.1' and then provide the netmask in quartet format. Example '255.255.255.0'.