Hi Barsju,

yes, I used very close script to yours. In some scripts on 500gx I have to replace $WAN with the realy IP with numbers .. After is Everything start to work ...
What kind of improvement did you done in your script?

The one think what is very strange, inside the code (init.sh)
Code:
minute=`date +"%M"`
hour=`date +"%H"`
year=`date +"%Y"`
month=`date +"%m"`
day=`date +"%d"`
let yday=$day-1
the last rows " let yday=$day-1 " doesnot work ..... or its works DEPENDING ON ACTUAL DATE .....
As KAMILEK wrote, doesnot wor on 8th and 9th day in month Why?

WiZiPoK