Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 36F311899F for ; Wed, 14 Oct 2015 16:33:07 +0000 (UTC) Received: (qmail 51330 invoked by uid 500); 14 Oct 2015 16:33:07 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 51295 invoked by uid 500); 14 Oct 2015 16:33:06 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 51234 invoked by uid 500); 14 Oct 2015 16:33:06 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 51218 invoked by uid 99); 14 Oct 2015 16:33:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Oct 2015 16:33:06 +0000 Date: Wed, 14 Oct 2015 16:33:06 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-8947) Load Balancer not working with Isolated Networks MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-8947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14957218#comment-14957218 ] ASF subversion and git services commented on CLOUDSTACK-8947: ------------------------------------------------------------- Commit 2ce5a0c964eb660b0f799e1419e9285c200f09e1 in cloudstack's branch refs/heads/master from [~remibergsma] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=2ce5a0c ] Merge pull request #931 from ekholabs/fix/loadbalancer CLOUDSTACK-8947 - Load Balancer not working with Isolated NetworksThis PR fixes the Load Balance feature by adding iptables rules for the public IP and port of the LB. In order to cover the changes, I improved and executed the smoke/test_loadbalance.py. In addition, I also executed many other tests to make sure the main network/VM functionalities are working as expected. Test report will follow. * pr/931: CLOUDSTACK-8947 - Do not rely on the machine hostname to verify the test CLOUDSTACK-8947 - Fail fast! CLOUDSTACK-8947 - Adding some logging to better understand whay is happening with the Processes CLOUDSTACK-8947 - Adding some logging to better understand what's happening with the rules CLOUDSTACK-8947 - Configure the firewall when the load balancer is setup CLOUDSTACK-8947 - Avoid multiple entries in the FW_EGRESS_RULES table CLOUDSTACK-8947 - Open the input chain to IP when loadbalancer is configured CLOUDSTACK-8947 - FW_EGRESS should be added only to filter table Signed-off-by: Remi Bergsma > Load Balancer not working with Isolated Networks > ------------------------------------------------ > > Key: CLOUDSTACK-8947 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8947 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Virtual Router > Affects Versions: 4.6.0 > Reporter: Wilder Rodrigues > Assignee: Wilder Rodrigues > Priority: Blocker > Fix For: 4.6.0 > > > 1. acquire IP in an isolated network > 2. go to ipaddress -> configuration -> firewall > 3. add firewall exception for port 22 > 4. then add LB rule for port 22 to a user VM > 5. try sshing to the new acquired ip(in step 1) --- ssh fails -- This message was sent by Atlassian JIRA (v6.3.4#6332)