#NABOX on ESXi8
1 messages · Page 1 of 1 (latest)
I think you misconfigured the IP address in the vApp settings (when you deploy the OVA) and you're missing the netmask bits
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'.