Knowledge base

1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!

Create Glue records

This guide is intended for users who wish to manage Glue records (or "glue records") at Infomaniak.

 

Preamble

  • Glue records are crucial for linking a domain name to its associated name servers, by providing the IP addresses of these servers directly.
    • For example, for the domain domain.xyz, the glue records specify the name servers (ns1.domain.xyz and ns2.domain.xyz) as well as their IP addresses (192.0.2.10 and 192.0.2.11).
  • This speeds up DNS resolution, allowing browsers and online services to find your site faster and more efficiently.
  • Warning: adding an NS does not automatically add it to the DNS zone: it is necessary to manually update the DNS zone of your domain!

 

Create Glue records...

 

... via "A record"

This method involves creating an A record (address) for ns1.domain.xyz pointing to the IP of the NS. This will have the effect of registering the IP with the registry. You will then be able to add ns1.domain.xyz which will be recognized and redirected to the correct NS.

domain.xyz. 3600 IN NS ns1.domain.xyz.
domain.xyz. 3600 IN NS ns2.domain.xyz.

ns1.domain.xyz. 3600 IN A 192.0.2.10
ns2.domain.xyz. 3600 IN A 192.0.2.11

 

... via "Glue records" button

This way of doing things allows you to create, but also modify, existing Glue records:

  1. Click here to access the management of your product on the Infomaniak Manager (need help?).
  2. Click directly on the name assigned to the product concerned.
  3. Click on DNS Servers in the left sidebar.
  4. Click on the Manage glue records button:
  5. Click on the Add a server button:
  6. Enter the name of the server to be added as well as its IP address.
  7. Click on the Validate button.

Has this FAQ been helpful?