Starting at the beginning:
The
root of all pointer (reverse DNS) records is the in-addr.arpa domain; more information and a short history can be found
here.
Reverse DNS is in no way connected to your standard DNS. And you don't get it automatically when you register your nameserver at your registrar.
In order to serve reverse DNS, you have to have authority to do so. That authority is passed down through the in-addr.arpa domain. Normally the way you'd get such authority is if your connectivity provider gives it to you. So the first step is to ask your upstream to give you authority for your IP#s (and normally they won't unless you have a C-Class (256 IP#s) or above, though there are many exceptions (my DSL provider gives it to me for my office network of only 8 IP#s).
If they won't give it to you, then they'll have to manage the reverse DNS (pointer) records for you.
While it's technically possible to have many records for your pointer records, all pointing the same IP#s to different domain names, to do so is usually an exercise in futility.
Because:
Nameservers have no set order in which they return information; the specific information returned for a lookup should be all records, but in no particular order; what you type in first has no relationship to what gets served first, and each request generally is served in a different order.
All the records are returned, but most resolvers have no way to handle multiple answers, as the relevant RFCs only require one response. So there's no way to guarantee a given reverse DNS response will be sent, received, or matched.
As Daredevil points out, and as I can verify, both .nl and .eu require only that there be at least two working DNS servers (perhaps on different subnets; I haven't checked this recently) and working reverse DNS for the IP#s returned by the forward (normal) DNS resolution.
The working reverse DNS should point to a domain/subdomain/hostname/service name that does have it's own forward DNS, but it doesn't have to have any connection with the original domain.
Have I managed to confuse this even more?
Jeff
Many resolvers only allow one domain name to be resolved for a pointer