August 2018
Beginner
462 pages
12h 36m
English
To create a security group rule, use the openstack security group rule create command as follows:
openstack security group rule create[--remote-ip<ip-address> | --remote-group <group>][--description <description>][--dst-port <port-range>][--icmp-type <icmp-type>][--icmp-code <icmp-code>][--protocol <protocol>][--ingress | --egress][--ethertype<ethertype>][--project <project>][--project-domain <project-domain>]<group>
The --remote-ip argument is optional and allows you to specify the source address or network the rule applies to. The address or network should be defined in CIDR format.
The --remote-group argument is optional and allows you to specify the name or ID of a security group the rule should ...
Read now
Unlock full access