Skip to main content

Overview

Network management in Loupp provides control over firewall rules and load balancer setup for your servers.

Firewall Management

Creating Firewall Rules

1

Access network management

Navigate to your server dashboard and click on the “Network” tab.
2

Configure firewall rule

  • Name: Descriptive name for the rule
  • Port: Port number (optional - if not provided, applies to all ports)
  • IP Address: IP address or range (optional - if not provided, applies to all IPs)
  • Rule Type: Allow or deny
3

Create rule

Click “Create” to create the firewall rule. It will be automatically applied to the server.

Firewall Rule Logic

Rule applies to specific port from specific IP address.
Rule applies to specific port from any IP address.
Rule applies to any port from specific IP address.
You must specify either a port or IP address (or both). Rules cannot be created without at least one.

Load Balancer Configuration

Setting Up Load Balancing

1

Access load balancer

In the network interface, locate the “Load Balancer” section (only visible for load balancer servers).
2

Select backend servers

Choose from available web servers to add to your load balancer:
  • Server Selection: Pick servers from your available web servers
  • Connection: Click the plus icon to add server to load balancer
3

Remove servers

Click the delete icon to remove servers from the load balancer.
Servers connected to sites cannot be removed from the load balancer. Remove site connections first.

Network Security

Security Best Practices

  • Principle of Least Privilege: Only open ports and allow IPs that are necessary
  • Default Deny: Start with restrictive firewall and add rules as needed
  • Regular Review: Periodically review and audit firewall rules

Common Firewall Rules

Web Traffic

Allow HTTP (80) and HTTPS (443) from any source for public web access.

SSH Access

Restrict SSH (22) to specific IP addresses for security.

Database Access

Allow database ports only from application servers.
I