Hi all,
I’m trying to deploy a working VM with WIN7 as OS. I’m able to create and to run it but I’m not able to get a working network setup.
I got the error “unidentified network” even if I configured all the correct parameters as you can see in the following:
CONTEXT = [
CONTEXT = “true”,
DISK_ID = “2”,
ETH0_CONTEXT_FORCE_IPV4 = “”,
ETH0_DNS = “10.8.28.1”,
ETH0_GATEWAY = “10.8.247.254”,
ETH0_GATEWAY6 = “”,
ETH0_IP = “10.8.244.138”,
ETH0_IP6 = “”,
ETH0_IP6_ULA = “”,
ETH0_MAC = “02:00:0a:08:f4:8a”,
ETH0_MASK = “255.255.252.0”,
ETH0_MTU = “”,
ETH0_NETWORK = “10.8.244.0”,
ETH0_SEARCH_DOMAIN = “”,
ETH0_VROUTER_IP = “”,
ETH0_VROUTER_IP6 = “”,
ETH0_VROUTER_MANAGEMENT = “”,
IMAGE = “Context”,
NETWORK = “YES”,
SSH_PUBLIC_KEY = “”,
TARGET = “hdb” ]
When I check the network properties, I found a different IPV4 values and even if I change them with the ones indicated in the context I still get the same error.
Could someone please give me some suggestions telling me what I’m doing wrong?
thanks in advance