Two additions - SFP+ Port 6 support for Performance Tweaks and a udm-boot safety check for WAN Steering. See v1.16.0 release notes for what's new in v1.16.0+.
Performance Tweaks
- SFP+ Port 6 (eth5) SGMII+ 2.5 G support - The SGMII+ patch now supports both SFP+ ports on the UCG-Fiber and UXG-Fiber. Port 6 appears as its own card above the existing Port 7 card, with the same status checking, deploy, and remove flow. The two patches are mutually exclusive - each module independently saves and restores the MAC sync polling loop's port bitmap, so loading both would corrupt the restore state. The UI blocks deployment when the other port's patch is active and explains why.
WAN Steering
- UDM Boot status check - WAN Steering now checks whether udm-boot is installed and shows a warning with a one-click install button when it's missing. Without udm-boot, the boot script that restores iptables rules won't run after a reboot or firmware update, silently breaking WAN Steering.
Installation
Windows: Download the MSI installer below
Docker:
docker compose pull && docker compose up -dmacOS (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.shProxmox:
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.