So the cron job will run at 4AM everyday. How about the initial issue that ipset not populated right after a reboot?I was able to get the cron job to stay after reboot by doing
#!/bin/sh
# This script gets called after all other system services
# have been started at boot on router
# ---------------------------------------------------------
#Altice x3mRouting Cron Job
sleep 180
cru a AS6128 "0 4 * * * sh /jffs/scripts/x3mRouting/x3mRouting.sh 1 0 ALTICE asnum=AS6128"
Thanks for this suggestion - (x3mRouting.sh): 2804 Entware not available---- I did your suggestion in /jffs/scripts/nat-start file I enabled
#!/bin/sh
sleep 10