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

[jira] [Closed] (CLOUDSTACK-8650) When using security groups, adding an ingress rule for protocol "all" for source cidr 0.0.0.0/0 is impossible

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-8650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rohit Yadav closed CLOUDSTACK-8650.
-----------------------------------
    Resolution: Not A Problem

> When using security groups, adding an ingress rule for protocol "all" for source cidr 0.0.0.0/0 is impossible
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-8650
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8650
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>            Reporter: Frank Louwers
>            Priority: Minor
>
> While it is possible to add ingress rules for tcp, udp and icmp for source range 0.0.0.0/0, it is currently impossible to add a rule for protocol all for source range 0.0.0.0/0.
> So these work (using eg cloudmonkey):
>   * authorize securitygroupingress securitygroupid=$id cidrlist="0.0.0.0/0" protocol=tcp
>   * authorize securitygroupingress securitygroupid=$id cidrlist="0.0.0.0/0" protocol=icmp
>   * authorize securitygroupingress securitygroupid=$id cidrlist="0.0.0.0/1" protocol=all
>   * authorize securitygroupingress securitygroupid=$id cidrlist="128.0.0.0/1" protocol=all
> But this doesn't work:
>   * authorize securitygroupingress securitygroupid=$id cidrlist="0.0.0.0/0" protocol=all
> Fix is in https://github.com/apache/cloudstack/pull/601



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