Skip to main content

Port Configuration (Security Group)

Security Groups

A Security Group is a collection of Virtual Firewalls designed to control ingress (Inbound for an Instance) and outgress (Outbound for an Instance) network traffic at the port level. Virtual Firewall consists of Rules to open/close that port traffic. For example: You can make a rule to allow access to instance port 8080 from all hosts in the world or from hosts with a certain number of IP addresses.

sg-1


Create a Security Group

  1. Enter the Security Groups menu from the Network menu.
  2. When you click on the Create Security Group button, a new dialog box will appear.
  3. Enter the Name and Description fields and click the Create button to create a new Security group.

sg-2


Delete Security Group

  1. Enter the Security Groups menu from the Virtual server menu..
  2. Select the Security Groups to remove from the table.
  3. Selecting a Security Group activates the Delete Security Groups button above the table.
  4. Press the corresponding button and type Confirm in the entry field to confirm the deletion.
  5. Click the Delete Security Groups button in the lower right corner of the dialog.

sg-3


Security Group Rule Management

Each rule consists of fields called Port, Description, Direction, and CIDR.

  • Port - Application port. In addition to a single port, a port range or multiple ports can be entered.
  • Description - Description of the Rule.
  • Direction - There can be two types below.
    • Inbound - Setting to open access to that port from the outside.
    • Outbound - Setting to open access to the outside through the given port.
  • CIDR - The range of IP addresses to which the rule applies.

sg-4

Open SSH Port

  1. Select a Security Group from the Security Groups menu and click the Manage Rules button.
  2. Click the Add Rules button and a new dialog will appear.
  3. Select the SSH protocol from the Rule field.
  4. Write a description in the Description field.
  5. Select Inbound from the Direction field.
  6. Write the list of CIDR or IP addresses to be implemented.
  7. Click the Create button in the lower right corner of the dialog.

sg-5


Add a Security Group to the Instance.

  1. Select the Instances menu from the Virtual Server menu.
  2. Click on the text of the Instance you want to add Security Group to enter the detailed information window.
  3. Select the Security Group tab from the Details window.
  4. Click the Add Security Group button and a new dialog will appear.
  5. Select the Security Group you want to add from the Security Groups field.
  6. Click the Done button in the lower right corner of the dialog.

sg-6