Unlock lightning-fast Microsoft support with Magenium’s Premier Services+. Our expert team ensures seamless integration, proactive monitoring, and rapid issue resolution. Save up to 40% on costs while enjoying priority access to top-tier engineers. Experience unparalleled support today!
Recent comments
- After the initial Kong Mod 2 years 2 months ago
- Working the EXACT same 2 years 2 months ago
- While the "5 Easy Steps" 2 years 2 months ago
- R8000P would be grate to see. 2 years 2 months ago
- Have a R8000 but ordered a 2 years 2 months ago
The R7800 has no HW clock, so it relies on internet ntp-time from Netgears servers.
From Voxels readme.docx, chapter 8:
NOTE: you can add your own delay for starting OpenVPN client after reboot by the command from telnet:
nvram set vpn_client_delay=120
(to set 120 sec. delay)
Thank you, do you think this delay should be enough for getting the system time?
Yes 200 seconds should be enough.
But if you don't want to have a hard-coded delay you can add edit the file /etc/init.d/openvpn-client like this:
After the line "START=99"
you add this line:
while [ ! -e /tmp/ntp_updated ]; do sleep 1; done
This will pause the start of the openvpn client until time is synchronized.