Bondix Essential Client for OpenWrt

From Bondix Wiki
Revision as of 23:09, 14 September 2025 by Red (talk | contribs) (initial commit)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

⚠️ Disclaimer OpenWrt comes in many versions and vendor-modified flavors. We cannot guarantee compatibility with every build or device. This package has been tested with vanilla OpenWrt and GL.iNet firmware, but behavior may differ elsewhere.

https://my.bondix.cloud/launcher/bondix-launcher_1.0.ipk

👉 This package provides the Bondix Essential Client. This single package is at least compatible with OpenWrt 19.x to OpenWrt 24.x, for x86_64, aarch64 and arm platforms, and various OpenWrt variations.

Requirements

  • OpenWrt router with LuCI web interface
  • Optional: SSH access (for the CLI install method).
  • Administrative rights on the router.
  • WAN interfaces must be assigned to the wan firewall zone and have unique metrics.

Install via LuCI (Web Interface)

  1. Log into LuCI in your browser.
  2. Navigate to System → Software.
  3. Scroll to the Upload Package… section.
  4. Click Browse… and select the Bondix .ipk file.
  5. Click Upload and Install.
  6. After installation, a new menu entry will appear under Network → Bondix Bonding.
  7. A reboot is recommended after installation

Install via CLI (SSH)

On some OpenWrt builds, the upload feature may be disabled or missing. In that case you can leverage SSH access to install the package via the command line interface:

cd /tmp/
wget https://my.bondix.cloud/launcher/bondix-launcher_1.0.ipk
opkg install bondix-launcher_1.0.ipk
reboot

Network & Firewall Setup

Bondix Launcher discovers WAN interfaces based on firewall zone membership and routing metrics.

  • All WAN interfaces must be in the wan firewall zone.
  • Each WAN interface must have a distinct metric value in /etc/config/network or via LuCI’s Advanced Settings tab.