[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-8668?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14645759#comment-14645759
 ] 

ASF GitHub Bot commented on CLOUDSTACK-8668:
--------------------------------------------

Github user wilderrodrigues commented on the pull request:

    https://github.com/apache/cloudstack/pull/627#issuecomment-125889027
  
    Hi @kishankavala,
    
    If it doesn't match the content of rules.v4 perhaps the iptables-save is 
not being called when dhcpsrvr.
    
    By adding the change you suggested the code on the CsAddress.py line 367 
will be executed:
    
            if self.get_type() in ["control"]:
                self.fw.append(["filter", "", "-A FW_OUTBOUND -m state --state 
RELATED,ESTABLISHED -j ACCEPT"])
                self.fw.append(["filter", "", "-A INPUT -i %s -p tcp -m tcp 
--dport 3922 -m state --state NEW -j ACCEPT" % self.dev])
    
    I can add the changes here and run tests before you create the PR, if 
that's okay with you.
    
    Cheers,
    Wilder


> VR does not start in basic zone since ip address are not being configured on 
> it
> -------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-8668
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8668
>             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
>         Environment: Latest build from ACS master
>            Reporter: Sanjeev N
>            Assignee: Kishan Kavala
>            Priority: Blocker
>             Fix For: 4.6.0
>
>
> VR does not start in basic zone since ip address are not being configured on 
> it
> Steps to reproduce:
> ================
> 1.Bring up CS in basic zone with xen server cluster
> 2.Try to deploy one guest vm using default cent os template
> Expected Result:
> ==============
> VR should come up as part of vm deployment and vm deployment should be 
> successfull
> Actual Result:
> ============
> VR creation failed since the IP addresses not are getting assigned to VR's 
> guest and link local interfaces.
> Observations:
> ===========
> 1.During vr boot time, cloud-early-config ran successfully and VR console 
> output showed that ping to gateway was successful. However, after VR boot we 
> don't see any ip addresses on the VRs guest and link local ip address.
> 2. If we run cloud-early-config manually from VR , ip addresses will be 
> assigned and persistent.
> Impact:
> =====
> VM deployments will fail since VR remains in stopped state.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to