From d86886e32618db66ff66d6591281be160f7d0c86 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Mon, 27 May 2024 10:05:08 +0200 Subject: [PATCH] add opnsense --- technology/bsd/OPNsense.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/technology/bsd/OPNsense.md b/technology/bsd/OPNsense.md index fe1e920..73d199e 100644 --- a/technology/bsd/OPNsense.md +++ b/technology/bsd/OPNsense.md @@ -1,9 +1,25 @@ --- obj: os +wiki: https://en.wikipedia.org/wiki/OPNsense website: https://opnsense.org --- # OPNsense -#wip -#🐇 -#notnow \ No newline at end of file +OpnSense is an open-source firewall and routing platform based on FreeBSD. + +## Features +1. **User-Friendly Interface**: Modern and intuitive web-based interface. +2. **Comprehensive Security Features**: + - Stateful firewall with NAT support. + - Intrusion Detection and Prevention System (IDS/IPS). + - Two-Factor Authentication (2FA). + - Extensive VPN support (IPsec, OpenVPN, [WireGuard](../applications/network/WireGuard.md)). +3. **Extensive Plugins and Packages**: Modular approach with plugins for added functionality (e.g., web filtering, proxy services). +4. **Traffic Shaping and QoS**: Manage and prioritize network traffic. +5. **High Availability and Failover**: CARP for redundancy and failover. +6. **Extensive Monitoring and Reporting**: Tools like NetFlow, IPFIX, and sFlow for traffic analysis. +9. **Configuration Backup and Restore**: Encrypted backups for disaster recovery. +10. **Advanced Networking Features**: + - Dynamic [DNS](../internet/DNS.md) support. + - Captive Portal with RADIUS authentication. + - Multi-WAN load balancing and failover.