Comment 3 for bug 1513454

Revision history for this message
Serg Lystopad (slystopad) wrote :

This bug also affects MOS 6.1 + plugin 1.0.1

> The ntpd process doesn't listen UDP port 123 on Controllers nodes
NTP listens UDP port 123 on Controllers, but ntpd is in vrouter network namespace:
# ip netns exec vrouter netstat -npul | grep ntp
udp 0 0 240.1.0.28:123 0.0.0.0:* 5693/ntpd
udp 0 0 240.0.0.6:123 0.0.0.0:* 5693/ntpd
udp 0 0 127.0.0.1:123 0.0.0.0:* 5693/ntpd
udp 0 0 0.0.0.0:123 0.0.0.0:* 5693/ntpd
udp6 0 0 fe80::9ce3:b5ff:fe8:123 :::* 5693/ntpd
udp6 0 0 fe80::8b:c0ff:fee5::123 :::* 5693/ntpd
udp6 0 0 ::1:123 :::* 5693/ntpd
udp6 0 0 :::123 :::* 5693/ntpd