Return-Path: X-Original-To: apmail-cloudstack-users-archive@www.apache.org Delivered-To: apmail-cloudstack-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6EF1C18499 for ; Thu, 22 Oct 2015 20:07:34 +0000 (UTC) Received: (qmail 1071 invoked by uid 500); 22 Oct 2015 20:07:27 -0000 Delivered-To: apmail-cloudstack-users-archive@cloudstack.apache.org Received: (qmail 1026 invoked by uid 500); 22 Oct 2015 20:07:27 -0000 Mailing-List: contact users-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cloudstack.apache.org Delivered-To: mailing list users@cloudstack.apache.org Received: (qmail 1000 invoked by uid 99); 22 Oct 2015 20:07:26 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Oct 2015 20:07:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 6F5DB1A24E0 for ; Thu, 22 Oct 2015 20:07:26 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.02 X-Spam-Level: X-Spam-Status: No, score=-0.02 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_BLOCKED=0.001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 4OwfF4fwzkGh for ; Thu, 22 Oct 2015 20:07:25 +0000 (UTC) Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 1593842BEB for ; Thu, 22 Oct 2015 20:07:25 +0000 (UTC) Received: by wicll6 with SMTP id ll6so4396317wic.1 for ; Thu, 22 Oct 2015 13:07:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-type:content-transfer-encoding; bh=Fcntgi/Ntrvp4pQvnHqlbydILCDEpaHhdYqucuj1TEg=; b=DmHGXe8n+NhdkkExJlTdbi8Q5r3FvZDjbQdqxZ+qki6ePm7z2qj8akt/U+zFHVIxl0 xYq8tV9962U1qjatotQTHtR9ABZgxY2mwG8nVaKZweSSM1iDTw54dg1+T3WDa6/moecH iIuygbqqJFSlRHUCb/Bdoi6TPY43TYD4Mr07GseTzZbluUypiG6CAPM2mGLVFAUnCFZ6 ns7MhPPgdeyo5gHjEUn8clqtkCg4wMKZLhRjrvQ6B4M2vyuLNlltWQ+uqmseJSRdAkEM KS3Y/d4zK7IC4T9mY4c6fxOTzZ20f0uN3iyMTbaQi8dDq2my9DUoF6Wn1qh2inZ7ADea nyug== X-Gm-Message-State: ALoCoQl4ieQjB7IIbUpmctArt+ZXwtrvEXBJ1FvPT2+JYvgSGjQgds0xqoFI00QAvZSg4q5pharw X-Received: by 10.180.208.82 with SMTP id mc18mr177783wic.85.1445544443939; Thu, 22 Oct 2015 13:07:23 -0700 (PDT) Received: from [192.168.100.16] ([89.111.13.198]) by smtp.gmail.com with ESMTPSA id i3sm346138wij.9.2015.10.22.13.07.22 for (version=TLSv1/SSLv3 cipher=OTHER); Thu, 22 Oct 2015 13:07:23 -0700 (PDT) To: users@cloudstack.apache.org From: =?UTF-8?B?TcSBcnRpxYbFoSBKYWt1Ym92acSNcw==?= Subject: Multiple guest networks Message-ID: <562941FA.20204@vertigs.lv> Date: Thu, 22 Oct 2015 23:07:22 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Hello, Is it able to enable "Network Service Provider" for manually added "Physical Network"? What I did: 1.) Create Advanced network with SG, with one guest network. 2.) Via cloudmonkey create second guest physical network. 3.) Add "Network Service Provider": 🐵 > add networkserviceprovider physicalnetworkid=c2e6488a-77ee-43ae-a358-1479e4bfd8cc name=VirtualRouter 3.) Enable "Network Service Provider": 🐵 > update networkserviceprovider id=2447f2a9-6809-43f7-ac40-7a588b5941b7 state=Enabled And got error: Provider is not ready, cannot Enable the provider, please configure the provider first Via GUI same result. My main goal is to create two shared networks for instances. One is public, with direct public IP allocation via DHCP and second for internal use. Maybe there is easier way to create such setup. Best regards, Martins