[USG FLEX H Series] - NTP Server
Ally Member
Hello everyone,
Is it possible to use the USG Flex H as an NTP server?
This way, I wouldn't need to expose my devices to the internet to synchronize their clocks, but the current time/timezone information would come directly from the firewall, as the only true time source.
Thank you,
All Replies
-
Currently does not look like you can best you can do is run a box with OS that can if needed you might need this done on USG.
edit running
vrf main ntp maxdistance 16
commit
copy running startup0 -
OK, so you suggest to use an external OS (Raspberry/Linux/Windows) to use as NTP Server?
0 -
Yes I just use windows
0 -
Hi @Maverick87,
The USG FLEX H series can function as an NTP server for your internal devices. You can configure this via the CLI with the following commands:
>edit running
>running config# / vrf main ntp server-subnet <priority> {allow| deny}{CIDR subnet| all}
>running config# commit
>running config# copy running startup
>running config# exit
Replace CIDR subnet with the specific subnet you want to allow to synchronize with the firewall. You can also use all to permit all subnets to synchronize with this device.
For example,
/ vrf main ntp server-subnet 0 allow 192.168.1.0/24or/ vrf main ntp server-subnet 1 allow allZyxel Tina
0
Categories
- All Categories
- 439 Beta Program
- 2.8K Nebula
- 202 Nebula Ideas
- 126 Nebula Status and Incidents
- 6.3K Security
- 515 USG FLEX H Series
- 328 Security Ideas
- 1.7K Switch
- 84 Switch Ideas
- 1.3K Wireless
- 49 Wireless Ideas
- 6.9K Consumer Product
- 288 Service & License
- 458 News and Release
- 90 Security Advisories
- 31 Education Center
- 10 [Campaign] Zyxel Network Detective
- 4.3K FAQ
- 34 Documents
- 85 About Community
- 97 Security Highlight
Guru Member
Zyxel Employee
