Web-Oberfläche (EN)

Tool

Graphical user interface for configuring pfSense

Web-Oberfläche

The pfSense web interface is a graphical user interface that allows firewall configuration through a web browser. It provides access to all important functions such as configuring network interfaces, creating firewall rules, managing VLANs, and system settings. After installation, the web interface can be accessed by default at https://192.168.1.1, and the login credentials should be changed immediately after the first login.

Architecture

flowchart TD     A[Web-Browser] --> B[pfSense Web-Oberfläche]     B --> C[Firewall-Kern]     B --> D[Konfigurationsdatenbank]     C --> E[Netzwerkschnittstellen]     C --> F[Firewall-Regeln]     C --> G[VLANs]     C --> H[Systemeinstellungen] 

Im Kontext

  • Wird typischerweise zusammen mit SSH-Zugriff für fortgeschrittene Konfigurationen verwendet
  • Verwandt zu: pfSense, Firewall-Regeln, Netzwerkschnittstellen
  • Beispiel-Einsatz: Remote-Verwaltung einer Firewall ohne direkten physischen Zugriff
Quelle: AI Generated