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 C2B7917CA6 for ; Sun, 27 Sep 2015 12:12:07 +0000 (UTC) Received: (qmail 15851 invoked by uid 500); 27 Sep 2015 12:12:07 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 15823 invoked by uid 500); 27 Sep 2015 12:12:07 -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 15814 invoked by uid 500); 27 Sep 2015 12:12:07 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 15810 invoked by uid 99); 27 Sep 2015 12:12:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 27 Sep 2015 12:12:07 +0000 Date: Sun, 27 Sep 2015 12:12:07 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-8843) Guest VMs are not getting IPs as the DHCP port is not opened in VR 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-8843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909711#comment-14909711 ] ASF GitHub Bot commented on CLOUDSTACK-8843: -------------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/cloudstack/pull/842 > Guest VMs are not getting IPs as the DHCP port is not opened in VR > ------------------------------------------------------------------ > > Key: CLOUDSTACK-8843 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8843 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Components: Network Controller > Affects Versions: 4.6.0 > Reporter: manasaveloori > Assignee: Jayapal Reddy > Priority: Blocker > Fix For: 4.6.0 > > > 1. Deployed CS with latest build. > 2. Deployed a guest VM. > 3. VM is not assigned any ip address. > Observation: > In VR 67 port is not opened > root@r-9-VM:~# iptables-save > # Generated by iptables-save v1.4.14 on Mon Sep 14 09:02:39 2015 > *filter > :INPUT DROP [10:3400] > :FORWARD DROP [0:0] > :OUTPUT ACCEPT [117:15233] > :FW_OUTBOUND - [0:0] > :NETWORK_STATS - [0:0] > -A INPUT -j NETWORK_STATS > -A INPUT -d 224.0.0.18/32 -j ACCEPT > -A INPUT -d 225.0.0.50/32 -j ACCEPT > -A INPUT -i eth2 -m state --state RELATED,ESTABLISHED -j ACCEPT > -A INPUT -p icmp -j ACCEPT > -A INPUT -i lo -j ACCEPT > -A INPUT -i eth1 -p tcp -m tcp --dport 3922 -m state --state NEW,ESTABLISHED -j ACCEPT > -A FORWARD -j NETWORK_STATS > -A OUTPUT -j NETWORK_STATS > -A FW_OUTBOUND -m state --state RELATED,ESTABLISHED -j ACCEPT > -A NETWORK_STATS -i eth0 -o eth2 > -A NETWORK_STATS -i eth2 -o eth0 > -A NETWORK_STATS ! -i eth0 -o eth2 -p tcp > -A NETWORK_STATS -i eth2 ! -o eth0 -p tcp > COMMIT > # Completed on Mon Sep 14 09:02:39 2015 > # Generated by iptables-save v1.4.14 on Mon Sep 14 09:02:39 2015 > *nat > :PREROUTING ACCEPT [83:8482] > :INPUT ACCEPT [25:1716] > :OUTPUT ACCEPT [5:380] > :POSTROUTING ACCEPT [0:0] > -A POSTROUTING -o eth2 -j SNAT --to-source 10.147.47.7 > COMMIT > # Completed on Mon Sep 14 09:02:39 2015 > # Generated by iptables-save v1.4.14 on Mon Sep 14 09:02:39 2015 > *mangle > :PREROUTING ACCEPT [391:44422] > :INPUT ACCEPT [367:42880] > :FORWARD ACCEPT [0:0] > :OUTPUT ACCEPT [342:47621] > :POSTROUTING ACCEPT [342:47621] > :FIREWALL_10.147.47.7 - [0:0] > :VPN_10.147.47.7 - [0:0] > -A PREROUTING -d 10.147.47.7/32 -j FIREWALL_10.147.47.7 > -A PREROUTING -d 10.147.47.7/32 -j VPN_10.147.47.7 > -A PREROUTING -m state --state RELATED,ESTABLISHED -j CONNMARK --restore-mark --nfmask 0xffffffff --ctmask 0xffffffff > -A PREROUTING -i eth2 -m state --state NEW -j CONNMARK --set-xmark 0x2/0xffffffff > -A POSTROUTING -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill > -A FIREWALL_10.147.47.7 -m state --state RELATED,ESTABLISHED -j ACCEPT > -A FIREWALL_10.147.47.7 -j DROP > -A VPN_10.147.47.7 -m state --state RELATED,ESTABLISHED -j ACCEPT > -A VPN_10.147.47.7 -j RETURN > COMMIT > # Completed on Mon Sep 14 09:02:39 2015 > root@r-9-VM:~# -- This message was sent by Atlassian JIRA (v6.3.4#6332)