weizhouapache commented on issue #6823: URL: https://github.com/apache/cloudstack/issues/6823#issuecomment-1277187360
> @weizhouapache For example, the ip address of manager server is 10.10.10.68, and the range of guest network configured during zone createion is 10.10.10.50-10.10.10.100. Is it possible that I assigned ip 10.10.10.68 when I created the vm. > > What is the policy for assigning ip addresses? Random assignment from guest network range? Does it not judge that the ip address already exists in the network segment @1450793561 if the vmip is specified when you create the vm, mgmt server will check if the vmip is available and assign to vm if ip is free. if vmip is not specified, mgmt server will choose a random IP. mgmt server checks the vlan and guest IP ranges, but does not check if the guest IPs have conflict with IPs for other use (management server, hosts, etc). you should have a better network plan. it is the first and important step to build an environment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
