how to activate the timesynch?
how to activate the timesynch?
can somebody help me activate the timesynch please i need it 
I have not tested this but i believe this is how it should be done. If i am incorrect can somebody please correct me:
The way i read it the server param can be no more then 4 IP's but can be less and is advised to be at least 3 each from different continents to make sure it works as well as possible.
If you just do the following it should use the default settings which as yet i do not know:
If you leave out the set::timesynch block completly it does automatically check the default servers anyway.
Code: Select all
set {
timesynch {
enabled yes;
server "ip1,ip2,ip3,ip4";
timeout 3;
};
};If you just do the following it should use the default settings which as yet i do not know:
Code: Select all
set {
timesynch {
enabled yes;
};
};