User Tools

Site Tools


ubuntu:dns:glue_records

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:dns:glue_records [2020/05/13 17:32] peterubuntu:dns:glue_records [2021/01/10 21:05] (current) – removed peter
Line 1: Line 1:
-====== Ubuntu - DNS - Glue Records ====== 
- 
-Glue records are **A** records that are associated with **NS** records to provide "bootstrapping" information to the NS records nameserver.  See [[http://www.faqs.org/rfcs/rfc1912.html|RFC 1912 section 2.3]]. 
- 
-<code bash> 
-domain.com.     IN    NS ns1.domain.com. 
-domain.com.     IN    NS ns2.domain.com. 
- 
-ns1    IN    A     11.33.55.77 
-ns2    IN    A     22.44.66.88 
-</code> 
- 
-In the above example we are mapping each NS records to IP address (A record) thus binding nameservers to IP (that is glue them). 
  
ubuntu/dns/glue_records.1589391171.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki