Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 45DAA200BC5 for ; Tue, 22 Nov 2016 14:39:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4158F160B0A; Tue, 22 Nov 2016 13:39:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8F3DD160B1C for ; Tue, 22 Nov 2016 14:38:59 +0100 (CET) Received: (qmail 5078 invoked by uid 500); 22 Nov 2016 13:38:58 -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 4926 invoked by uid 500); 22 Nov 2016 13:38:58 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 4814 invoked by uid 99); 22 Nov 2016 13:38:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Nov 2016 13:38:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6C6A02C4C75 for ; Tue, 22 Nov 2016 13:38:58 +0000 (UTC) Date: Tue, 22 Nov 2016 13:38:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9598) wrong defaut gateway in guest VM with nics in isolated and a shared network MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 22 Nov 2016 13:39:00 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15686776#comment-15686776 ] ASF GitHub Bot commented on CLOUDSTACK-9598: -------------------------------------------- Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1766 @murali-reddy a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests > wrong defaut gateway in guest VM with nics in isolated and a shared network > --------------------------------------------------------------------------- > > Key: CLOUDSTACK-9598 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9598 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.6.2, 4.7.1, 4.8.0, 4.9.0 > Reporter: Murali Reddy > Fix For: 4.8.1, 4.10.0.0, 4.9.1.0 > > > When a guest instance is created with nic's in a isolated network and a shared network (with just DHCP and DNS), with isolated network as default network, DHCP lease on shared network from the shared network VR has wrong gateway. gateway is pointed to the virtual router IP. > /etc/cloudstack/dhcpentry.json in shared network VR will have default gateway set to 0.0.0.0 > root@r-11-VM:~# cat /etc/cloudstack/dhcpentry.json > { > "10.6.9.165": { > "default_entry": false, > "default_gateway": "0.0.0.0", > "dns_adresses": "10.1.1.1", > "host_name": "VM-fce34d73-dc99-4559-b077-64711509907a", > "ipv4_adress": "10.6.9.165", > "ipv6_duid": "00:03:00:01:06:5a:da:00:00:6a", > "mac_address": "06:5a:da:00:00:6a", > "type": "dhcpentry" > }, > "id": "dhcpentry" > DhcpCommand network element command sent from the management server is like below with "defaultRouter":"0.0.0.0" > 2016-11-15 19:15:29,319 DEBUG [c.c.a.t.Request] (Work-Job-Executor-25:ctx-a9aca0bb job-69/job-70 ctx-82c3fd7e) (logid:6ca37cdb) Seq 2-4650811040190170578: Sending { Cmd , MgmtId: 7150818625286, via: 2(trl-202-k-cs49-mreddy-kvm2), Ver: v1, Flags: 100011, [{"com.cloud.agent.api.routing.DhcpEntryCommand":{"vmMac":"06:5a:da:00:00:6a","vmIpAddress":"10.6.9.165","vmName":"VM-fce34d73-dc99-4559-b077-64711509907a","defaultRouter":"0.0.0.0","defaultDns":"10.1.1.1","duid":"00:03:00:01:06:5a:da:00:00:6a","isDefault":false,"executeInSequence":false,"accessDetails":{"zone.network.type":"Advanced","router.guest.ip":"10.6.9.164","router.ip":"169.254.2.18","router.name":"r-11-VM"},"wait":0}}] } > NIC details in the DB for the nic in the shared network has correct gateway. > Gateway is set to 0.0.0.0, for every non-default nic [1] > In case where shared network is non default network, then guest VM will end up treating VR in the shared network as gateway instead of actual shared network gateway. > [1] https://github.com/apache/cloudstack/blob/4.9/server/src/com/cloud/network/router/CommandSetupHelper.java#L224 -- This message was sent by Atlassian JIRA (v6.3.4#6332)