NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

I'm having trouble resolving nominatim.openstreetmap.org on one of my servers.

> nslookup nominatim.openstreetmap.org
Server:         127.0.0.53
Address:        127.0.0.53#53

** server can't find nominatim.openstreetmap.org: SERVFAIL

Resolving with another DNS server works:

> nslookup nominatim.openstreetmap.org 1.1.1.1
Server:         1.1.1.1
Address:        1.1.1.1#53

Non-authoritative answer:
nominatim.openstreetmap.org     canonical name = nominatim.geo.openstreetmap.org.
nominatim.geo.openstreetmap.org canonical name = amsterdam.nominatim.openstreetmap.org.
Name:   amsterdam.nominatim.openstreetmap.org
Address: 130.117.76.9

I already contacted support of the DNS server that my server uses by default and they replied, saying the following:

Our investigation shows that it may depend how their domain is being queried: if geo.openstreetmap.org is resolved first the misconfigured records [1] are being cached and will make any other related queries to fail.

It works if nominatim.geo.openstreetmap.org is resolved first and the (almost) correct records being cached for further queries. [2]

[1] https://mxtoolbox.com/SuperTool.aspx?action=dns%3ageo.openstreetmap.org&run=toolpage
[2] https://mxtoolbox.com/SuperTool.aspx?action=dns%3anominatim.geo.openstreetmap.org&run=toolpage


As one can see on the mxtoolbox site, it reports quite a few warnings for the DNS config of these domains and especially one error for geo.openstreetmap.org.

I'm not sure if I should have rather created an issue on GitHub or if this is the place to report potential bugs...

asked 19 Jun '20, 09:48

toebu's gravatar image

toebu
16112
accept rate: 0%

edited 19 Jun '20, 09:49


permanent link

answered 19 Jun '20, 14:36

mtmail's gravatar image

mtmail
4.8k1574
accept rate: 27%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×689
×3

question asked: 19 Jun '20, 09:48

question was seen: 972 times

last updated: 19 Jun '20, 14:36

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum