Creating a Firewall

In Nanoode Cloud, a firewall is a security group. A cloud server is an instance.

In this example, we secure a public web server for both IPv4 and IPv6. The security group allows any HTTP and HTTPS inbound traffic. It also allows SSH and PING to this public web server from management IPv4 100.100.100.100 and IPv6 2600:2600:2600:2600:2600:2600:2600:2600.

  1. Log in to the dashboard.
  2. On the Compute tab click Access & Security category. The Security Groups tab shows the security groups that are available.
  3. Select a security group (such as, the "default" security group) and click Manage Rules.
  4. Click Add Rule.
  5. In the Add Rule dialog box, enter the following values and click Add:
    • Rules for IPv4
      1. Allow HTTP from any IPv4
        • Rule: HTTP
        • Remote: CIDR
        • CIDR: 0.0.0.0/0
      2. Allow HTTPS from any IPv4
        • Rule: HTTPS
        • Remote: CIDR
        • CIDR: 0.0.0.0/0
      3. Allow SSH from IPv4 100.100.100.100
        • Rule: SSH
        • Remote: CIDR
        • CIDR: 100.100.100.100/32
      4. Allow PING from IPv4 100.100.100.100
        • Rule: ALL ICMP
        • Remote: CIDR
        • CIDR: 100.100.100.100/32
    • Rules for IPv6
      1. Allow HTTP from any IPv6
        • Rule: HTTP
        • Remote: CIDR
        • CIDR: ::0/0
      2. Allow HTTPS from any IPv6
        • Rule: HTTPS
        • Remote: CIDR
        • CIDR: ::0/0
      3. Allow SSH from IPv6 2600:2600:2600:2600:2600:2600:2600:2600
        • Rule: SSH
        • Remote: CIDR
        • CIDR: 2600:2600:2600:2600:2600:2600:2600:2600/128
      4. Allow PING from IPv6 2600:2600:2600:2600:2600:2600:2600:2600
        • Rule: ALL ICMP
        • Remote: CIDR
        • CIDR: 2600:2600:2600:2600:2600:2600:2600:2600/128
  6. Now, the security group is ready to add to the public web server instance to secure this instance.
  • 0 Benutzer fanden dies hilfreich
War diese Antwort hilfreich?

Verwandte Artikel

Firewall Basics

In Nanoode Cloud, a Firewall is a Security Group. Each firewall includes 1,000 security rules....

Firewall Basics

In Nanoode Cloud, a Firewall is a Security Group. Each firewall includes 1,000 security rules....

Creating SSH Key

Log in to the dashboard. On the Project tab, open the Compute tab and click Access &...

Powered by WHMCompleteSolution