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

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

Github user DaanHoogland commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/923#discussion_r41711315
  
    --- Diff: systemvm/patches/debian/config/opt/cloud/bin/configure.py ---
    @@ -123,24 +129,29 @@ def add_rule(self, cidr):
                                         " -p %s " % rule['protocol'] +
                                         " -m %s " % rule['protocol'] +
                                         " --dport %s -j RETURN" % rnge])
    +
    +            logging.debug("Current ACL IP direction is ==> %s", 
self.direction)
                 if self.direction == 'egress':
    -                self.fw.append(["filter", "", " -A FW_OUTBOUND -j 
FIREWALL_EGRESS_RULES"])
    +                self.fw.append(["filter", "", " -A FW_OUTBOUND -j 
FW_EGRESS_RULES"])
    --- End diff --
    
    is this rename because of an ipfw change?


> Default routes not configured for rVPC and RVR
> ----------------------------------------------
>
>                 Key: CLOUDSTACK-8934
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8934
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>            Reporter: Wilder Rodrigues
>            Assignee: Wilder Rodrigues
>            Priority: Blocker
>
> User VMs cannot reach the outside world due to missing default routes in 
> Redundant VPCs and Redundant Isolated Networks.
> In order to work it around I had to:
> route add default gw 192.168.23.1



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

Reply via email to