Summary:
I have optimized my Mudi 7 for reliable, long-term 24/7 use in camping environments. By combining hardware adjustments with intelligent software automation, I’ve transformed the Mudi into a self-healing, high-availability gateway.
Key Components of my Setup:
Hardware Protection: Removed the battery to enable a clean power bypass, ensuring the device runs directly off the power supply, preventing battery stress and heat during 24/7 operation.
Situational Connectivity Management: * Low-Season: Using Failover mode to maximize usage of free campground Wi-Fi, with 5G as a backup.
High-Season: Using Load Balancing (Weight 1:3 ratio) to stabilize slow campground Wi-Fi with the 5G connection, ensuring a minimum performance threshold.
Automated Maintenance (Cron Jobs): To keep the system running smoothly without manual intervention, I implemented these automated tasks:
0 3 * * * sleep 120 && touch /etc/banner && reboot (Daily reboot to clear memory).
5 3 * * * wifi up (Ensures Wi-Fi-as-WAN reconnects after the reboot).
0 4 * * 0 /etc/init.d/dnsmasq restart (Weekly DNS cache cleanup for consistent performance).
Result:
The router operates perfectly stable and manages itself completely autonomously. It’s an ideal "set-and-forget" solution that adapts to different network conditions on the fly.