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 92F26E8C9 for ; Sun, 24 Feb 2013 05:32:52 +0000 (UTC) Received: (qmail 59909 invoked by uid 500); 24 Feb 2013 05:32:52 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 59748 invoked by uid 500); 24 Feb 2013 05:32:51 -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 59732 invoked by uid 99); 24 Feb 2013 05:32:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2013 05:32:51 +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 sunil570.cse@gmail.com designates 209.85.128.171 as permitted sender) Received: from [209.85.128.171] (HELO mail-ve0-f171.google.com) (209.85.128.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Feb 2013 05:32:45 +0000 Received: by mail-ve0-f171.google.com with SMTP id b10so1556723vea.30 for ; Sat, 23 Feb 2013 21:32:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=cn2PkkwaOaa6I9AjmrrssSxJgP1BJmGXdT471ki1cuc=; b=bvOvpyTN3m2L7XZquAmGjmQOYgR7zdvF9NZ0oZpARxXylSdsIIJCFMxCI5jQPGM8oE mxymaFZtOiXClNeGxjiFwzSiLtqDfOvXNvqElU6DH53Y8uwhMXQCQpwhIzhg1/7XFo+f 06hwV1Tu+KIPaCuk5V5nxTGKbPz42+pxpKSb2dkPhzNas/b4QOf5NZZnTdMjrZltaA3J dnwu6h0mSduT44v8MtSbe2dGehFgBANEgths5FnqJ15xVOQ7szhRo2/ODXVspWk0puHz eGgg34A2ZeJduG7m2zDB5N5p2WYU07Cu8gea+mn7H0ye07b3j9t0NxjP8iSWTA9fAN0j d9xA== MIME-Version: 1.0 X-Received: by 10.220.8.4 with SMTP id f4mr8176554vcf.20.1361683944701; Sat, 23 Feb 2013 21:32:24 -0800 (PST) Received: by 10.58.223.5 with HTTP; Sat, 23 Feb 2013 21:32:24 -0800 (PST) In-Reply-To: References: Date: Sun, 24 Feb 2013 11:02:24 +0530 Message-ID: Subject: Re: Setting up private cloud From: Sunilreddy Kovvuri To: cloudstack-users@incubator.apache.org Content-Type: multipart/alternative; boundary=bcaec54d448ad2089b04d671bfea X-Virus-Checked: Checked by ClamAV on apache.org --bcaec54d448ad2089b04d671bfea Content-Type: text/plain; charset=ISO-8859-1 Hello, Can somebody help on this please On Fri, Feb 22, 2013 at 11:51 AM, Sunilreddy Kovvuri 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 > > - 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? > > Will realhostip.com will look for the public network for internet access? > --bcaec54d448ad2089b04d671bfea--