Skip to main content

Add an Application to a Network

Abstract

Learn how to add a Network Application in CloudConnexa to control access and route traffic by domain name, including options for embedded IPs and exact domain matching.

A Network Application in CloudConnexa is used for access control and domain-based routing.

For private applications, the domain name is resolvable using either:

  • A DNS record in CloudConnexa, or

  • A configured private DNS server.

For more information, refer to About Network Applications.

You can add an Application:

Add an Application

  1. Navigate to Networks → Applications.

  2. Click Add Application.

  3. Enter a Name for the Application.

  4. (Optional) Enter a Description.

  5. Configure Application Type (Network) protocols:

    • Keep All to allow all protocols, or

    • Select specific protocols to permit and restrict others.

  6. Enter the domain name for the Application in the Domain field.

  7. (Optional) Enable Allow Embedded IP if you want to use domain names that include IP addresses.

    Embedded IP allows you to append an IP address to a domain name without creating a DNS record. This is useful for IoT networks. For example, ssh root@192-168-1-1.server.example.com can be used to SSH into the computer with a private IP address of 192.168.1.1 on the Network that has the domain name of server.example.com configured as an Application with Allow Embedded IP ON.

  8. (Optional) Enable Exact Match to restrict routing to the specified domain only.

    By default, a Network Application routes traffic for the configured domain and all of its subdomains. When Exact Match is enabled:

    • Only the exact domain is matched.

    • Subdomains are excluded.

    Tip

    This is useful when subdomains require different routing or access policies. Example:

    • example.com → one Application

    • app.example.com → separate Application with different rules

  9. Add additional domain names as needed, each with its own Allow Embedded IP and Exact Match settings. Example: cnn.com and www.cnn.com.

  10. Click Add Application.

    The newly added Application will be listed. Click Add Application to add additional Applications.

After you add an Application