OMADA (UBUNTU) 4.1.5 + NTP SERVER
Hi!, my Setup:
Omada 4.1.5 (Raspberry Pi with Ubuntu 20.04.1 LTS X64)
Is possible change the IP address of the NTP server in Omada 4.1.5 ?. In the user guide (page 194) there is the option I am looking for, but in the Ubuntu interface it does not appear.
Raspberry Pi interface:
Regards!
- Copy Link
- Subscribe
- Bookmark
- Report Inappropriate Content
@ATPackaging, the SW controller gets its time from the host it runs on. If you need to specify NTP servers you would do so in the host system (Ubuntu) using either the ntp package (traditional way) or systemd's timesyncd service:
/etc/systemd/timesyncd.conf
[Time]
#NTP=
#FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org
#RootDistanceMaxSec=5
#PollIntervalMinSec=32
#PollIntervalMaxSec=2048
- Copy Link
- Report Inappropriate Content
@ATPackaging, the SW controller gets its time from the host it runs on. If you need to specify NTP servers you would do so in the host system (Ubuntu) using either the ntp package (traditional way) or systemd's timesyncd service:
/etc/systemd/timesyncd.conf
[Time]
#NTP=
#FallbackNTP=0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org
#RootDistanceMaxSec=5
#PollIntervalMinSec=32
#PollIntervalMaxSec=2048
- Copy Link
- Report Inappropriate Content
@R1D2 Ok thanks!!
- Copy Link
- Report Inappropriate Content
Information
Helpful: 0
Views: 1801
Replies: 2
Voters 0
No one has voted for it yet.