Return-Path: X-Original-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0EB1B9316 for ; Mon, 4 Mar 2013 18:56:21 +0000 (UTC) Received: (qmail 21616 invoked by uid 500); 4 Mar 2013 18:56:20 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 21588 invoked by uid 500); 4 Mar 2013 18:56:20 -0000 Mailing-List: contact cloudstack-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-users@incubator.apache.org Delivered-To: mailing list cloudstack-users@incubator.apache.org Received: (qmail 21580 invoked by uid 99); 4 Mar 2013 18:56:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Mar 2013 18:56:20 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aemneina@gmail.com designates 74.125.82.179 as permitted sender) Received: from [74.125.82.179] (HELO mail-we0-f179.google.com) (74.125.82.179) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Mar 2013 18:56:15 +0000 Received: by mail-we0-f179.google.com with SMTP id p43so4859448wea.24 for ; Mon, 04 Mar 2013 10:55:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:reply-to:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=vFSUd+16miraj1zbYMgnZ0MHdO/sxxfqMn7tD5lHn0U=; b=V/T6dnBt1mUbt4xja+FjEBIuCtP+jSBcjTOTsot/BZYI+dTC+xPD/zIO3kNqNzOiEb 80GQw94GojsQwD2Lrbl8iPDO0NkQGO8stIdCCgeQl7l/8wWxGNSgMsg3NLy6bQ2Dx5cI LUgbu+nksXlgeMwwgXHJCsqGXQ8kNyRgNLDGOKwrwsNEdIaFnefd/JbIvYCixwIBL6f3 gky0/8wQNy2+20FrJS624oOBzizrymsTr1onGm2As6idQHlIyBb5QI6/muho8lKmMiLh zl30haf6U5ysY9PjoTxaku8oaLmiEHRSfofs8mSaViqZLzqDBXyUkQuFnMe567xlFn5S rzzA== X-Received: by 10.180.8.4 with SMTP id n4mr13752600wia.13.1362423354796; Mon, 04 Mar 2013 10:55:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.98.232 with HTTP; Mon, 4 Mar 2013 10:55:34 -0800 (PST) Reply-To: aemneina@gmail.com In-Reply-To: References: <8042E9D2-3669-43AE-A742-212C7CC5B547@gmail.com> From: Ahmad Emneina Date: Mon, 4 Mar 2013 10:55:34 -0800 Message-ID: Subject: Re: Setting up private cloud To: Cloudstack users Content-Type: multipart/alternative; boundary=f46d04428f1818bc9e04d71de8e0 X-Virus-Checked: Checked by ClamAV on apache.org --f46d04428f1818bc9e04d71de8e0 Content-Type: text/plain; charset=ISO-8859-1 better error messages* On Mon, Mar 4, 2013 at 10:54 AM, Ahmad Emneina wrote: > thats actually one of the better errors, when specifying an ip range you > had an overlap between your desired gateway and the block you added as a > range. > > > On Sun, Feb 24, 2013 at 8:19 AM, Sunilreddy Kovvuri < > sunil570.cse@gmail.com> wrote: > >> Hello, >> >> I am able to run management server.But while configuring its >> saying >> you cant have the gateway in pool of ip's in zone >> >> On Sun, Feb 24, 2013 at 9:33 PM, Sebastien Goasguen > >wrote: >> >> > How about my other questions ? can you answer them >> > >> > thanks >> > >> > On Feb 24, 2013, at 10:15 AM, Sunilreddy Kovvuri < >> sunil570.cse@gmail.com> >> > wrote: >> > >> > > Hello, >> > > >> > > I have one pc and it was not connected to internet >> > > >> > > On Sun, Feb 24, 2013 at 7:38 PM, Sebastien Goasguen > > >wrote: >> > > >> > >> >> > >> On Feb 22, 2013, at 1:21 AM, Sunilreddy Kovvuri < >> sunil570.cse@gmail.com >> > > >> > >> wrote: >> > >> >> > >>> Background: >> > >>> - We are using cloudstack 4.0 for our POC activities. >> > >>> - Configuration details are as below: >> > >>> - Ubuntu 12.04 with 1 NIC card(eth0) and wifi(wlan0) >> > >>> - Router/switch:No >> > >> >> > >> How many machines do you have on your setup ? >> > >> How are they connected and can they access the internet ? >> > >> >> > >>> >> > >>> - One of the use-case that we are trying to accomplish is to >> provision >> > >>> virtual machines from our private cloud. >> > >>> >> > >>> Issue: >> > >>> - As we do not want to use a dedicated router, we would like to use >> the >> > >>> same cloudstack server as router (i.e. DHCP server run by cloudstack >> > >> should >> > >>> communicate with this router for private IPs). >> > >>> - We would like to nat the network traffic from public ip on to >> private >> > >> ip >> > >>> such that vm instances will only have ip which is from private >> network. >> > >>> - Another reason why we want to go this route is, we have a very >> > limited >> > >>> number of public IPs. >> > >>> >> > >>> The issue is, we are unable to get this kind of a setup implemented. >> > >>> >> > >>> Options we tried so far: >> > >>> >> > >>> - Setting up a gateway on a different machine which can serve >> private >> > IPs >> > >>> - Using the above gateway for cloudstack server and agent >> > >>> - Reconfigured the Zones and Guest Network in cloudstack UI to >> point >> > >> to >> > >>> the new gateway >> > >>> - Restarted the cloudstack server and attempting to launch consoles >> > >> throws >> > >>> up the error - "Server not found" and the log shows - "Found 0 >> routers" >> > >>> >> > >>> Any inputs on how we can fix this issue? >> > >> >> > >> I presume you have the mgt server running, and you were able to >> create a >> > >> zone ? >> > >> I also presume you created a basic zone ? >> > >> Are your systemvms running ? >> > >> Is the virtual router running ? >> > >> >> > >> >> > >>> >> > >>> Will realhostip.com will look for the public network for internet >> > >> access? >> > >> >> > >> >> > >> > >> > > --f46d04428f1818bc9e04d71de8e0--