Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 31679D7BA for ; Thu, 20 Sep 2012 17:58:10 +0000 (UTC) Received: (qmail 38073 invoked by uid 500); 20 Sep 2012 17:58:09 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 38031 invoked by uid 500); 20 Sep 2012 17:58:09 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 37965 invoked by uid 99); 20 Sep 2012 17:58:09 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2012 17:58:09 +0000 Date: Fri, 21 Sep 2012 04:58:09 +1100 (NCT) From: "Anthony Xu (JIRA)" To: cloudstack-dev@incubator.apache.org Message-ID: <540870948.103892.1348163889493.JavaMail.jiratomcat@arcas> In-Reply-To: <1899448936.81792.1347650467889.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (CLOUDSTACK-106) Inter Vlan - When Vms are deployed as part of VPC , all egress traffic is blocked. It should be open for all egress traffic until first egress rule is added. 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-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13459799#comment-13459799 ] Anthony Xu commented on CLOUDSTACK-106: --------------------------------------- can you share the environment or describe how to reproduce it? > Inter Vlan - When Vms are deployed as part of VPC , all egress traffic is blocked. It should be open for all egress traffic until first egress rule is added. > -------------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-106 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-106 > Project: CloudStack > Issue Type: Bug > Components: Management Server > Affects Versions: pre-4.0.0 > Environment: Tested with: > Git Revision: 03df2fa9dd45c938f72cd1866044b09d1b0cc978 > Git URL: https://git-wip-us.apache.org/repos/asf/incubator-cloudstack.git > > Reporter: Sangeetha Hariharan > Assignee: Anthony Xu > Fix For: pre-4.0.0 > > > Inter Vlan - When Vms are deployed as part of VPC , all egress traffic is blocked. Its should be open for all egress traffic until first egress rule is added. > Steps to reproduce the problem: > Create a VPC. > Create few networks in this VPC. > Deploy few vms as part of this VPC. > From with in these Vms , try to access any server like ping google.com > We are NOT allowed access. > Expected Behavior: > By default , It should be open for all egress traffic until first egress rule is added. > root@r-10-ASF:/opt/cloud/bin# iptables-save | grep OUTBOUND > :ACL_OUTBOUND_eth2 - [0:0] > :ACL_OUTBOUND_eth3 - [0:0] > -A PREROUTING -s 10.1.1.0/24 ! -d 10.1.1.1/32 -i eth2 -m state --state NEW -j ACL_OUTBOUND_eth2 > -A PREROUTING -s 10.1.2.0/24 ! -d 10.1.2.1/32 -i eth3 -m state --state NEW -j ACL_OUTBOUND_eth3 > -A ACL_OUTBOUND_eth2 -j DROP > -A ACL_OUTBOUND_eth3 -j DROP > -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira