First time here? Check out the FAQ!
![]() | 1 | initial version |
Same steps may be done via CLI. For instance for demo tenant
# source keystonerc_demo
[root@juno1 ~(keystone_demo)]# neutron security-group-rule-create --protocol icmp \
--direction ingress --remote-ip-prefix 0.0.0.0/0 default
[root@juno1 ~(keystone_demo)]# neutron security-group-rule-create --protocol tcp \
--port-range-min 22 --port-range-max 22 \
--direction ingress --remote-ip-prefix 0.0.0.0/0 default
Login as demo into dashboard :-
Access & Security => Security Groups => Manage rules
Make sure changes been done