OPNsense Forum

Archive => 19.7 Legacy Series => Topic started by: Goldorak92 on September 14, 2019, 04:48:33 PM

Title: NTP configuration
Post by: Goldorak92 on September 14, 2019, 04:48:33 PM
Hi guys.

I have a question about Network Time service.
On my OpnSense Appliance, I have only IPV4 enable.
The Network Time service is enable on one interface (LAN).
When I check netstat, I can see that the ntp service is listening both udp4 and udp6.


# netstat -a | grep ntp
udp4       0      0 localhost.ntp          *.*                   
udp6       0      0 localhost.ntp          *.*                   
udp6       0      0 fe90::4352:3aaf:.ntp   *.*                   
udp4       0      0 MyBigFirewall.ntp   *.*                   
udp4       0      0 *.ntp                  *.*                   
udp6       0      0 *.ntp                  *.*


Is there a way to configure ntp only for ipv4 ?

Goldorak92