You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/11 12:33:00 UTC

[jira] [Commented] (CLOUDSTACK-10138) Load br_netfilter in security_group management script

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

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

bwsw opened a new pull request #2319: CLOUDSTACK-10138: Load br_netfilter in security_group management script
URL: https://github.com/apache/cloudstack/pull/2319
 
 
   When setting
   
   sysctl -w net.bridge.bridge-nf-call-arptables=1
   sysctl -w net.bridge.bridge-nf-call-iptables=1
   sysctl -w net.bridge.bridge-nf-call-ip6tables=1
   
   /usr/share/cloudstack-common/scripts/vm/network/security_group.py
   doesn't check that br_netfilter is load.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Load br_netfilter in security_group management script
> -----------------------------------------------------
>
>                 Key: CLOUDSTACK-10138
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-10138
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: cloudstack-agent
>    Affects Versions: 4.10.0.0
>         Environment: Ubuntu 14.04
>            Reporter: Ivan Kudryavtsev
>
> When setting 
> sysctl -w net.bridge.bridge-nf-call-arptables=1
> sysctl -w net.bridge.bridge-nf-call-iptables=1
> sysctl -w net.bridge.bridge-nf-call-ip6tables=1
> /usr/share/cloudstack-common/scripts/vm/network/security_group.py
> doesn't check that br_netfilter is load.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)