Todas as coleções
Network
How to allow HTTP access on instances in BCOS?
How to allow HTTP access on instances in BCOS?

See how to give HTTP permission on an instance in BCOS.

Luiz Fernando Justino Silva avatar
Escrito por Luiz Fernando Justino Silva
Updated over a week ago

Allow HTTP Access

  In this post we will associate a security group for HTTP access permission and test how it works.

  We will use the instance created in the previous post How to access instances through key pairs in BCOS?, because it already has apache properly installed and the associated floating IP.

  Try accessing the instance (in this case VM04) in the local machine browser by floating IP:

   Note that access was not possible as it is necessary to add the rule that allows HTTP access.

   To do this, in Project / Network / Security Groups click in Create Security Group:

 Add a name for the group and click again in Create Security Group:

  •  Name: ALLOW HTTP.

  Click in Manage Rules, within the created group select the two existing rules and click Delete Rules, then confirm the deletion:

   Now click in Add Rule, in Rule select HTTP and click in Add:

  • Rule: HTTP.

  In Project / Compute / Instances on the instance action button (VM04) click in Edit Security Groups, add the HTTP group you just created and click in Save:

  Retry local machine browser access over VM04 floating IP:

  Note that now HTTP access is established.

   In the next post, How to setup a DMZ network in BCOS?, we will setup a DMZ network by applying static routes.

Respondeu à sua pergunta?