if you are behind a authenticated proxy or cannot access the outside
network a little trick that worked for me was downloading the iso on the
management server. Then running *python -m SimpleHTTPServer <port number>*
in the download directory to turn it into a sort of mirror and then using
that to upload the iso using the path like *http://localhost
<http://localhost>:<port number>/<name of the iso>*

For doing this you would also need to change the
*secstorage.allowed.internal.sites* value in the global settings to the ip
of ur management server or to its complete subnet...like my server ip is in
subnet 172.31.100.0/22 so i did put that value for the listed global
setting parameter

Regards

On Tue, Nov 18, 2014 at 2:58 PM, Vadim Kimlaychuk <vadim.kimlayc...@elion.ee
> wrote:

> Will fix my last point - KVM should have at least 2 bridges, not
> necessarily interfaces - public/private.
>
> Vadim
>
> -----Original Message-----
> From: Vadim Kimlaychuk [mailto:vadim.kimlayc...@elion.ee]
> Sent: Tuesday, November 18, 2014 11:21 AM
> To: users@cloudstack.apache.org
> Subject: RE: To let SSVM reach outside network.
>
> Hello Dan,
>
>         It seems there is something wrong with your network setup and here
> are some places to search:
> 1. Why your management server has 2 NICs?  It should not work as NAT,
> proxy or any kind of switch - keep this in mind.
> 2. SSVM normally has to have 3 interfaces (at least). One -- with public
> IP, one -- management network IP and one -- link local IP. If you have
> separate storage network -- it may have one more, but this is not your
> case. Check routing table for your SSVM with "route -n" command. Find your
> default gateway. It should be public interface.
> 3. Did you set up KVM hypervisor network correctly? Does it have 2
> interfaces like in the setup guide? Does your hypervisor have access to
> internet to be able to download template?
>
> Vadim.
>
> -----Original Message-----
> From: Dan Dong [mailto:dongda...@gmail.com]
> Sent: Monday, November 17, 2014 7:02 PM
> To: users@cloudstack.apache.org
> Subject: To let SSVM reach outside network.
>
> Hi, All,
>   I found I could not register my ISO image to the cloudstack( through URL
> of http://releases.ubuntu.com/14.04.1/ubuntu-14.04.1-server-amd64.iso).
> The SSVM is running and health check show no problems on it. But it just
> could not see the outside network, although SSVM is on the same network as
> KVM host, i.e. 192.168.0.*. My setup is as following:
>
> Management Server external NIC:10.*
> Management Server internal NIC: 192.168.0.100
>
> KVM host NIC: 192.168.0.101
> guest VMs are all in 192.168.0.*/24 network.
>
> From SSVM I can ping the internal IP of the Management Server at
> 192.168.0.100, but could not ping the external IP of it at 10.*.
>
> From KVM host itself I can reach the outside internet as NAT is configured
> on the Management Server to let the 192.168.0.0 traffic through. Any hints
> how to let SSVM to reach the internet?
>
>
> Cheers,
> Dan
>

Reply via email to