Dzięki za pomoc doszedłem do tego że po resecie mam czas ale godzinę do tyłu czyli GMT 0.00 jak zmusić serwer by dodał godzinę
a w lato 2
dopisałem w rc_user
$DONE; [ "$1" = stop ] && exit; fi
echo -n "Starting rc_user... "
# Add commands here you want to execute when booting. Use the fork
# command to launch programs which normally stay in the foreground.
ntpdate -s 149.156.4.11
echo >>/mnt/router/data.log
uprzedzam pytanie o ustawienia w setapie mam
ENADNS=s #411.Enable caching DNS server
LOGDNS=n #412.Enable debug info
ENADHCP=n #421.Enable DHCP server
WINSADDR= #422. WINS address (for DHCP server)
LIZTIME=604800,604800 #423. default-lease-time,max-lease-time
ENAWWW=y #431.Enable Public HTTP Server
WWWPORT=80 #432. on port
ENAWWA=s #441.Enable Time Server and control via HTTP
WWAPORT=82 #442. on port
TIMADDR=149.1556.4.11 #443.Host timeserver address, empty - disable
TIMZONE=+100 #444. Offset to UTC (-1200 -:- +1200)
DST=y
ENALPD=n #451.Enable Print Server
LPPORT1=515 #452. on port
LPDEV1=lp1 #453. on output device
LPPORT2=516 #454.Second lp server on port, empty - disable
LPDEV2=lp2 #455. on output device
ENATEL=s # 46.Enable telnet server
wiem ze z tymi ustawieniami powinno działać bez moich dopisków w rc_user
gdzie ma być synctime
co ma zawierać
i z jakiego skryptu startować
jeszcze raz ogromne dzięki
trotylpl@wp.pl