System vm will have 4 nics, eth2 is on the public network, eth1 is the private(mgt) network. The IP address of eth2 is got from pod configuration: in one of IP address range ["startip", "endip"] in createPod API. The IP address of eth1 is got from guest network, if it's basic network mode, this IP range is configured by createVlanIpRanges API SSVM will connect to mgt server through eth1(mgt server's ip address is configured to route through eth1), and download template from eth2. What's your specific issue about network configuration?
> -----Original Message----- > From: John Burwell [mailto:jburw...@basho.com] > Sent: Wednesday, October 03, 2012 7:11 PM > To: cloudstack-dev@incubator.apache.org > Subject: SSVM Network Configuration > > All, > > How do you configure networking to permit the SSVM to connect to the > public Internet or another internal network? I have been trying to > understand the network configuration from the documentation, but am > missing something in my configuration attempt. > > Thank you for your assistance, > -John