Logging into MyVolico Account

  1. Log in to your MyVolico account.
    1. If this is your first time accessing the portal, use the forgot password option to setup your account.
  2. Click on "Access Cloud" from the dashboard.
  3. You will be directed to the cloud portal.



Understanding Firewall Rules

Within the cloud dashboard, there are two types of firewall rules:

Adding a Specific Firewall Rule

  1. From the cloud dashboard, click on Virtual Servers menu.
  2. Click the label of the virtual server you're interested in.
  3. Click the Networking tab, then click Firewall.
  4. On the page that appears, set the following:
  1. Save the rule by clicking the Add Rule button. The rule will be saved in the UI, but the transaction won't be started until you click the Apply Firewall Rules button.
  2. To start the transaction which runs firewall rules for a VS, click Apply firewall rules button.
  3. Use Up and Down arrow buttons in the left column to change firewall rule position.
  4. To edit or delete a firewall rule click the appropriate icon in the last column.

Setting Default Firewall Rules

  1. From the cloud dashboard, click on Virtual Servers menu.
  2. Click the label of the virtual server you're interested in.
  3. Click the Networking tab, then click Firewall.
  4. On the page that appears, set the following:
  5. Choose ACCEPT or DROP command next to the network interface and click Save Default Firewall Rules. The rule will be saved in the UI, but the transaction won't be started until you click the Apply Firewall Rules button.

Example 1: Int1 ACCEPT Rule

The firewall rule Int1 ACCEPT 122.158.111.21 22 TCP means:


So, this rule means that the Int1 network interface will accept all requests and packets addressed from 122.158.111.21 using the TCP protocol on port 22.

Example 2: Int2 DROP Rule

The firewall rule Int2 DROP 122.158.111.21 22 UDP means:


So, this rule means that the Int2 network interface will reject all requests and packets from 122.158.111.21 using the UDP protocol on port 22.

Additional Information

If you reboot a Xen-based VS from the console, the firewall rules for this VS will be lost, and you will need to update the firewall rules again.