FreifunkMD / FFMD-Orga

Organisation für FreifunkMD, z.B. Aufgaben
2 stars 0 forks source link

DNS: remove A-records for 1.ntp.ffmd and 2.ntp.ffmd #67

Closed christf closed 5 years ago

christf commented 5 years ago

the ntpd on openwrt is confused by the a records and only tries IPv4 even though mesh-only-nodes have exclusively ipv6 addresses.

 /usr/sbin/ntpd -n -N -S /usr/sbin/ntpd-hotplug -p 1.ntp.ffmd -p 2.ntp.ffmd -d
ntpd: '1.ntp.ffmd' is 10.139.0.9
ntpd: '2.ntp.ffmd' is 10.139.0.2
ntpd: sending query to 10.139.0.2
ntpd: sending query to 10.139.0.9
ntpd: timed out waiting for 10.139.0.2, reach 0x00, next query in 2s
ntpd: '2.ntp.ffmd' is 10.139.0.2
ntpd: timed out waiting for 10.139.0.9, reach 0x00, next query in 1s
ntpd: '1.ntp.ffmd' is 10.139.0.9
ntpd: sending query to 10.139.0.2
ntpd: sending query to 10.139.0.9

to allow mesh-only-nodes to adjust their system clock, we can remove the A records from 1.ntp.ffmd and 2.ntp.ffmd. This is relevant for both: the current batman net and the babel net.

penguineer commented 5 years ago

Wie dringend ist das? Reicht es, wenn der neue DNS die Records dann einfach nicht mehr hat?

christf commented 5 years ago

so lange geht halt NTP nicht im Batman und nicht im Babel Netz.

penguineer commented 5 years ago

Ist in der bind-config erledigt.