Difference between revisions of "Eucalyptus security groups"

From Bashlinux
Jump to: navigation, search
(Created page with "=== How to create and setup a security group === * Create a group euca-add-group -d "Bashlinux internal network" internal * Add some default rules to the new created securit...")
 
(No difference)

Latest revision as of 01:53, 10 June 2015

How to create and setup a security group

  • Create a group
euca-add-group -d "Bashlinux internal network" internal
  • Add some default rules to the new created security group
euca-authorize -P tcp -p 22 -s 10.10.4.0/22 internal
euca-authorize -P icmp -t -1:-1 -s 10.10.4.0/22 internal