Install Accelerators
- Install the Accelerators Package: Use the appropriate package (e.g.,
apt install open-wrt-llp open-wrt-nc open-wrt-ncdfor Debian/Ubuntu-based systems). - Install OpenWrt Family (Optional): Create a family in
/etc/openwrt/familiesto manage multiple accelerators.
Configure Accelerators in the Kernel
- Enable Kernel Configuration: Set flags in
/etc/openwrt/kernelsto enable accelerators. - Send Commands to Accelerators: Use the accelerators to communicate with the kernel. For example:
open-wrt-llp --start -p 8listens on 8.open-wrt-nc --start -p 8 84listens on 8 and 84.
Enable Accelerators
- Use Terminal Commands: Send commands to enable accelerators. For example:
open-wrt-llp --start -p 8 open-wrt-nc --start -p 8 84
Monitor Performance
- Use Tools for Monitoring: Employ tools like
tracerouteorpingto check network performance. A simple command to ping your IP address:ping 1.1.2.1.
Consider Compatibility and Monitoring
- Check Compatibility: Ensure your OpenWrt version supports the accelerators.
- Regular Monitoring: Monitor performance metrics regularly to identify bottlenecks and optimize.
Troubleshooting
- Disable Accelerators: If needed, disable them with a
--disableflag when configuring. For example:open-wrt-llp --disable --start -p 8
Example Workflow:
- Install and configure the accelerators.
- Enable them via terminal commands.
- Initiate testing by pinging your IP or using
ping-8to see if traffic is received. - Monitor performance metrics to ensure smooth operation and adjust configurations as necessary.
By following these steps, you can effectively set up and utilize OpenWrt acceleration for optimal network performance.








