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 3CAAF10D91 for ; Tue, 24 Dec 2013 07:16:00 +0000 (UTC) Received: (qmail 6901 invoked by uid 500); 24 Dec 2013 07:15:56 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 6888 invoked by uid 500); 24 Dec 2013 07:15:54 -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 6881 invoked by uid 500); 24 Dec 2013 07:15:52 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 6877 invoked by uid 99); 24 Dec 2013 07:15:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Dec 2013 07:15:51 +0000 Date: Tue, 24 Dec 2013 07:15:51 +0000 (UTC) From: "Rajesh Battala (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-5611) Can't create shared network with the same vlan being userd for Public Traffic but with different IP range 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-5611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13856204#comment-13856204 ] Rajesh Battala commented on CLOUDSTACK-5611: -------------------------------------------- this constrain is from mgmt side not from hyperv. > Can't create shared network with the same vlan being userd for Public Traffic but with different IP range > ---------------------------------------------------------------------------------------------------------- > > Key: CLOUDSTACK-5611 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5611 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Hypervisor Controller, Management Server > Affects Versions: 4.3.0 > Environment: Latest build from 4.3 branch with commit:d462db4ae5c30e677d5810111f9ea5ca6812bce2 > Reporter: Sanjeev N > Priority: Critical > Labels: hyper-V,, hyper-v > Fix For: 4.3.0 > > > Can't create shared network with the same vlan being userd for Public Traffic but with different IP range > Steps to Reproduce: > ================= > 1.Bring up CS in advanced zone with Hypev cluster > 2.Use tagged vlan ip range say: 10.147.48.0/24 with range 10.147.48.3-20 for public traffic with vlan id 48. > 3.Deploy couple of guest vms. > 4.Try to create a shared network with vlan 48 with ip range from 10.147.48.30 to 10.147.48.40. > Expected Result: > =============== > Should be allowed to create shared network with the vlan same as public traffic. > Actual Result: > =========== > Shared network creation failed with the following error: > The IP range with tag: vlan://48 in zone Adv has overlapped with the subnet. Please specify a different gateway/netmask. > CS should not allow to create multiple shared networks with CIDR/subnet, but should be ok to allow shared network and public traffic in the same subnet without overlapping IP ranges. -- This message was sent by Atlassian JIRA (v6.1.5#6160)