Project 04 ตั้งค่า openwrt เพื่อใช้กับ internet ร่วมกับทำ bandwidth management
การตั้งค่า openwrt เพื่อใช้กับ internet ร่วมกับทำ bandwidth management Code สำหรับ Reboot # Reboot at 4:30am every day # Note: To avoid infinite reboot loop, wait 70 seconds # and touch a file in /etc so clock will be set # properly to 4:31 on reboot before cron starts. 30 4 * * * sleep 70 && touch /etc/banner && reboot แก้ DHCP ให้แจก DNS vi /etc/dnsmasq.conf dhcp-option=6,xxx.xxx.xxx.xxx, yyy.yyy.yyy.yyy ลง bandwidth management opkg update opkg install tc kmod-sched opkg install luci-app-sqm ขอบคุณครับ
การตั้งค่า openwrt เพื่อใช้กับ internet ร่วมกับทำ bandwidth management Code สำหรับ Reboot # Reboot at 4:30am every day # Note: To avoid infinite reboot loop, wait 70 seconds # and touch a file in /etc so clock will be set # properly to 4:31 on reboot before cron starts. 30 4 * * * sleep 70 && touch /etc/banner && reboot แก้ DHCP ให้แจก DNS vi /etc/dnsmasq.conf dhcp-option=6,xxx.xxx.xxx.xxx, yyy.yyy.yyy.yyy ลง bandwidth management opkg update opkg install tc kmod-sched opkg install luci-app-sqm ขอบคุณครับ