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 92F8D18CFD for ; Tue, 13 Oct 2015 20:40:06 +0000 (UTC) Received: (qmail 83218 invoked by uid 500); 13 Oct 2015 20:40:06 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 83186 invoked by uid 500); 13 Oct 2015 20:40: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 83177 invoked by uid 500); 13 Oct 2015 20:40:06 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 83173 invoked by uid 99); 13 Oct 2015 20:40:06 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2015 20:40:06 +0000 Date: Tue, 13 Oct 2015 20:40: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-8934) Default routes not configured for rVPC and RVR 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-8934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14955609#comment-14955609 ] ASF subversion and git services commented on CLOUDSTACK-8934: ------------------------------------------------------------- Commit b4dc392bfdf4fb93e1652203b7d4027651cca5ac in cloudstack's branch refs/heads/master from [~wilder.rodrigues] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=b4dc392 ] CLOUDSTACK-8934 - Fix default EGRESS rules for isolated networks - The default is Accept and will be changed based on the configuration of the offering. CLOUDSTACK-8934 - The default egress is set as Deny in the router. - We had to change it on the Java side in order to make the apply it once the default is defined as allowed on the net offering > Default routes not configured for rVPC and RVR > ---------------------------------------------- > > Key: CLOUDSTACK-8934 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8934 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.6.0 > Reporter: Wilder Rodrigues > Assignee: Wilder Rodrigues > Priority: Blocker > Fix For: 4.6.0 > > > User VMs cannot reach the outside world due to missing default routes in Redundant VPCs and Redundant Isolated Networks. > In order to work it around I had to: > route add default gw 192.168.23.1 -- This message was sent by Atlassian JIRA (v6.3.4#6332)