Configuring NTP Servers
- 05 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Configuring NTP Servers
- Updated on 05 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
By default, iNode’s clock is synchronized to the default NTP pool servers.
The default NTP pool servers vary depending on the distro of the iNode operating system. If you’re not sure of the distro you have, see Finding iNode Version and Distro.
For debian distro, below are the default NTP pool servers:
pool 0.debian.pool.ntp.org
pool 1.debian.pool.ntp.org
pool 2.debian.pool.ntp.org
pool 3.debian.pool.ntp.org
For nodeos distro, below are the default NTP pool servers:
time1.google.com
time2.google.com
time3.google.com
time4.google.com
This article shows how to configure custom NTP time server(s) that the iNode will use to sync it’s clock, using either the iNode CLI or the web UI.
Configure an NTP Server with the CLI
To configure an NTP server, use the set time-server command with the following steps:
The examples below use NTP servers 192.170.0.x on the LAN. You can use NTP servers either on your LAN or on the internet.
- Use SSH to connect to the iNode. (Learn how in Accessing an Edge iNode Console Using the Command-Line Interface.)
- Use the set time-server command to enter the time-server command prompt:Shell
> set time-server (set time-server) >
- Use the server command with the following arguments to configure the NTP server:Shell
For example:server --addr <addr>
Shell
To configure more than one NTP server:(set time-server) > server --addr 192.170.0.15
Shell
To configure an NTP server using its fully qualified domain name:(set time-server) > server --addr 192.170.0.15 --addr 192.170.0.152 --addr 192.170.0.16
Shell(set time-server) > server --addr time2.google.com
- Use the save command to save the configuration:Shell
(set time-server) > save
- To see the configured NTP servers, use the showcommand:Shell
For example:(set time-server) > show
- Use the exit command to exit the set time-server command:Shell
(set time-server) > exit >
Configure an NTP Server with the Web UI
Use the following steps to configure the time servers for the iNode uplink interface using the web UI.
- Expand the Configuring For Static IP section.
- Under NTP Settings, enter the desired NTP Server IP addresses or FQDNs.
- You can configure up to four time servers.
- Select Submit.
Was this article helpful?