Welcome, Guest. Please login or register.
Did you miss your activation email?
Tuesday 30 April 2024, 05:12:38 pm

Login with username, password and session length

CLICK HERE for the The official Endian Roadmap and Issue tracker
14247 Posts in 4376 Topics by 6493 Members
Latest Member: thiagodod
Search:     Advanced search
+  EFW Support
|-+  Support
| |-+  General Support
| | |-+  Endian 2.1 increasing intervall syncronising with external time server
0 Members and 0 Guests are viewing this topic. « previous next »
Pages: [1] Go Down Print
Author Topic: Endian 2.1 increasing intervall syncronising with external time server  (Read 7024 times)
tkbeat
Jr. Member
*
Offline Offline

Posts: 2


« on: Friday 04 December 2009, 09:51:03 pm »

Hello,

my Endian 2.1 Firewall is running in a VM and the time is running to fast in it since last reboot .
Each day the endian is running 2-3 minutes in the future,
if i syncronise it manual with an external time server in the time server menu.
time will go back to the right time for this moment.

Is there a way to tell the endian firewall to syncronise it each hour per day ?


best regards
tkbeat
Logged
NavSol
Jr. Member
*
Offline Offline

Posts: 4


« Reply #1 on: Friday 04 December 2009, 10:13:26 pm »

Hi
I have just asked a question about a cron job for time syncing! I am running a script that does what you would like
Code:
#!/bin/bash

/etc/init.d/ntpd stop

wait ${!}

echo Syncing Time...



/usr/sbin/ntpdate 130.88.200.4
wait ${!}

/etc/init.d/ntpd start

wait ${!}
so if you put it in a folder in the /etc/cron.hourly folder, ours is called settime.sh, make it executable, and it should run every hour, syncing from an external time source. (in this case a manchester university NTP server)
Logged
tkbeat
Jr. Member
*
Offline Offline

Posts: 2


« Reply #2 on: Saturday 05 December 2009, 01:18:22 am »

thanx a lot , i will try it !!

greets tkbeat Smiley
Logged
Pages: [1] Go Up Print 
« previous next »
Jump to:  

Page created in 0.052 seconds with 19 queries.
Powered by SMF 1.1 RC2 | SMF © 2001-2005, Lewis Media Design by 7dana.com