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 BC9BC10977 for ; Thu, 17 Apr 2014 19:23:31 +0000 (UTC) Received: (qmail 38492 invoked by uid 500); 17 Apr 2014 19:23:30 -0000 Delivered-To: apmail-cloudstack-users-archive@cloudstack.apache.org Received: (qmail 38422 invoked by uid 500); 17 Apr 2014 19:23:30 -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 38414 invoked by uid 99); 17 Apr 2014 19:23:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2014 19:23:30 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of apso0101@gmail.com designates 209.85.223.172 as permitted sender) Received: from [209.85.223.172] (HELO mail-ie0-f172.google.com) (209.85.223.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Apr 2014 19:23:24 +0000 Received: by mail-ie0-f172.google.com with SMTP id as1so812022iec.31 for ; Thu, 17 Apr 2014 12:23:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=C5j3Fv4W+8wnPSIq4OMXMke1D84TFWVE6qUG19i2kns=; b=F5DhxixeTgdLcA0txxdXVA/FIFRAVFHlwEiLguuZ/aojkwgctIKAFliLVlwOfEdXxd uFsGT2yxL8dQ8iuKv8QN12e25wNNaimev8BBIbowtW8bi99zcy5A6HA269tQR11ljSGU 2wMToLGfUIQGDoacAhkgfGKRWFkMpSJeXWarR2BsvZlh0UAXduoT/tdqYVL9LfULS3hw GAVfuqO2cXsQGz1QyZWx+0ieyah3/EAJopldRgPoVfZgWBAbudnhPPlJV2hqDyJdi9+D ncmYTds/qxAntocEZVc6NR13kN9nMZVjO5dwE+ZcOblNtNi2H1JHhyygZDYRNRpfLb7s dQ7g== MIME-Version: 1.0 X-Received: by 10.50.32.70 with SMTP id g6mr18760472igi.0.1397762582115; Thu, 17 Apr 2014 12:23:02 -0700 (PDT) Received: by 10.50.169.67 with HTTP; Thu, 17 Apr 2014 12:23:02 -0700 (PDT) Date: Thu, 17 Apr 2014 16:23:02 -0300 Message-ID: Subject: Unable to ping System VMs From: Ana Paula de Sousa To: users@cloudstack.apache.org Content-Type: multipart/alternative; boundary=047d7b10ca552ff9d704f741f6ec X-Virus-Checked: Checked by ClamAV on apache.org --047d7b10ca552ff9d704f741f6ec Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi, I'm currently trying cloudstack on my college scientific project and I've been struggling with a few things. First of all, I have two machines with Ubuntu (where the firewall is unable in both of them), one is acting as the hypervisor (with primary local storage and KVM) and the other as the management server (with the secondary storage). These machines are at a lab where they are connected physically with each other and also with the internal network of the lab, that provides them access to internet. My network is like this: - I have the 10.16.22... range to connect the hypervisor and management server to the internet; - I have the 192.168.22... range to connect the hypervisor with the managament server. On my hypervisor I have 4 bridges, cloud0 (created automatically by cloudstack with IP 169.254.0.1), cloudbr1 (with IP 10.16.22.100), cloudbr2 (with IP 192.168.22.70) and virbr0 (created automatically by kvm with IP 192.168.122.1).When I type brctl show it shows the following message: bridge name bridge id STP enabled interfaces cloud0 8000.00e04c681730 no eth0 vnet0 vnet3 vnet7 cloudbr1 8000.1c6f65d74a4b no eth2 cloudbr2 8000.5cd998b16f2d no eth1 vnet1 vnet2 vnet4 vnet5 vnet6 virbr0 8000.000000000000 yes As we can see, cloud0 is linked to eth0, cloudbr1 is linked to eth2 and cloudbr2 is linked to eth1. On my Management Server I don't have any bridges, but I have 2 interfaces, eth0 (with IP 192.168.22.71) and eth2 (with IP 10.16.22.101). On both machines eth2 is the interface connecting them to the internet, and they are linked physically through eth1 (on the hypervisor) and eth0 (on the management server). I created a basic zone with the following informations: - IPv4 DNS1: 8.8.8.8, Internal DNS 1: 8.8.4.4, DefaultSharedNetworkOffering= ; - Pod has the IP range of 192.168.22.100 to 192.168.22.150 and the gateway 192.168.22.1; - The management traffic has the IP range of 192.168.22.2 to 192.168.22.20 and also the gateway 192.168.22.1; - I'm also using the 192.168.22.70 of my hypervisor as the host IP and the 192.168.22.71 as the secondary storage (since the secondary storage is at the management server); I enabled the zone and it created 2 System VMs. The VM Proxy has the following interfaces/IP Adresses: Public IP Address 192.168.22.3 Private IP Address 192.168.22.116 Link Local IP Address 169.254.0.69 And the SSVM: Public IP Address 192.168.22.2 Private IP Address 192.168.22.135 Link Local IP Address 169.254.0.55 I can ping all the interfaces of my hypervisor through the management server (except the cloud0) and vice versa. Both System VMs are as "Running", but I'm unable to ping them through my hypervisor and I can't find why. If there is any information missing here that could help to resolve this problem I would gladly give to you. Thanks. --=20 Ana Paula de Sousa Oliveira Graduando em Ci=C3=AAncia da Computa=C3=A7=C3=A3o Universidade Federal de Goi=C3=A1s --047d7b10ca552ff9d704f741f6ec--