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 A02A218A15 for ; Wed, 20 Jan 2016 10:18:40 +0000 (UTC) Received: (qmail 78618 invoked by uid 500); 20 Jan 2016 10:18:40 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 78580 invoked by uid 500); 20 Jan 2016 10:18:40 -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 78414 invoked by uid 500); 20 Jan 2016 10:18:40 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 78376 invoked by uid 99); 20 Jan 2016 10:18:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jan 2016 10:18:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E06102C1F64 for ; Wed, 20 Jan 2016 10:18:39 +0000 (UTC) Date: Wed, 20 Jan 2016 10:18:39 +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-9244) Wrong IP routes added to SystemVM when Public IP is in RFC-1918 space 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-9244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15108337#comment-15108337 ] ASF subversion and git services commented on CLOUDSTACK-9244: ------------------------------------------------------------- Commit 0b5aa7871cc40ca7ffe55a5c6c40e23e7e730072 in cloudstack's branch refs/heads/4.7 from [~remibergsma] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=0b5aa78 ] Merge pull request #1352 from remibergsma/cloud-early-config-route-fix CLOUDSTACK-9244 Fix setting up RFC1918 routesPublic ip var was empty so routes were always set. Corrected this. * pr/1352: Refactor public ip retrieval into method CLOUDSTACK-9244 Fix setting up RFC1918 routes Signed-off-by: Remi Bergsma > Wrong IP routes added to SystemVM when Public IP is in RFC-1918 space > --------------------------------------------------------------------- > > Key: CLOUDSTACK-9244 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9244 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: SystemVM > Affects Versions: 4.7.0 > Environment: Centos7 Host > Reporter: Aerts Nick > > Even when a public ip is within RFC-1918 space routes to this ip space are getting added to the routing table of the systemvm. > {code} > Example routing table: > Destination Gateway Genmask Flags Metric Ref Use Iface > 0.0.0.0 10.0.12.254 0.0.0.0 UG 0 0 0 eth2 > 10.0.0.0 10.0.10.254 255.0.0.0 UG 0 0 0 eth1 > 10.0.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 > 10.0.12.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2 > 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0 > 172.16.0.0 10.0.10.254 255.240.0.0 UG 0 0 0 eth1 > 192.168.0.0 10.0.10.254 255.255.0.0 UG 0 0 0 eth1 > {code} > This causes the systemvm to be unreachable from within the 10.0.0.0/8 address range -- This message was sent by Atlassian JIRA (v6.3.4#6332)