Server rental store

Network Security

# Network Security

This article details the essential network security configurations for a MediaWiki 1.40 installation. Properly securing your MediaWiki instance is crucial to protect against unauthorized access, data breaches, and denial-of-service attacks. This guide assumes you have a basic understanding of networking concepts. We will cover firewall configuration, reverse proxies, and SSL/TLS setup. Refer to Special:MyUserPage for contact information if you need assistance.

1. Firewall Configuration

A firewall is your first line of defense. It controls network traffic, blocking unwanted connections and allowing only necessary ones. The specific firewall configuration will depend on your operating system (e.g., Linux, Windows Server). Here’s a general overview.

Port Protocol Description Status (Example)
80 TCP HTTP (Unencrypted Web Access) Blocked - Redirect to HTTPS
443 TCP HTTPS (Encrypted Web Access) Allowed
22 TCP SSH (Remote Administration) Restricted to specific IPs
3306 TCP MySQL/MariaDB (Database Access) Allowed from Web Server only
53 UDP DNS Allowed (Outbound)

⚠️ *Note: All benchmark scores are approximate and may vary based on configuration. Server availability subject to stock.* ⚠️