github Ozark-Connect/NetworkOptimizer v1.11.3

8 hours ago

More audit accuracy improvements. See v1.11.0 release notes for what's new in v1.11.0+.

Security Audit

  • 802.1X multi_host mode now recognized as secured - Ports using 802.1X multi_host mode (authenticates the first MAC, then allows subsequent devices) are now correctly treated as secured. Previously only "auto" and "mac_based" modes were recognized, so multi_host ports were incorrectly flagged as unprotected in the audit and port security stats.

  • "Allow All" vs manually selecting all VLANs - The excessive tagged VLANs rule now distinguishes between the blanket "Allow All" forwarding mode (which automatically includes any future VLANs) and manually selecting every VLAN in "Customize" mode (a deliberate choice that won't auto-include new VLANs). Previously both were treated the same, which could flag intentionally configured ports.

Installation

Windows: Download the MSI installer below

Docker:

docker compose pull && docker compose up -d

macOS (native, recommended for accurate speed tests vs Docker Desktop):

git clone https://github.com/Ozark-Connect/NetworkOptimizer.git && cd NetworkOptimizer && ./scripts/install-macos-native.sh
# or if you already have it cloned
cd NetworkOptimizer && git pull && ./scripts/install-macos-native.sh

Proxmox:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/Ozark-Connect/NetworkOptimizer/main/scripts/proxmox/install.sh)"

For other platforms (Synology, QNAP, Unraid, native Linux), see the Deployment Guide.

Don't miss a new NetworkOptimizer release

NewReleases is sending notifications on new releases.