GitHub user weizhouapache added a comment to the discussion: Network isolation creation error
> @weizhouapache @prashanthr2 We don't have any problems with the shared > network, we just have problems with the isolated. We probably have a problem > with the provisioning of this service. What are the differences between the > shared network and isolated settings? there are big differences. however, for both types of networks, you should be able to ssh into the VR from mgmt server ``` ssh -vvv -p 3922 -i ~cloud/.ssh/id_cloud <private IP of VR> ``` If this does not work, there might be something wrong with the network configurations (bridges, network cidr, etc) it would be good to share more details of the shared/isolated/physical/pod networks GitHub link: https://github.com/apache/cloudstack/discussions/11768#discussioncomment-14597319 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
