DNS Record Lookup
Look up DNS records including A, AAAA, MX, NS, SOA, and CNAME records for any domain
DNS Records for ens-lyon.fr
| Hostname | Type | TTL | Priority | Content |
|---|---|---|---|---|
| ens-lyon.fr | SOA | 7200 | dns.ens-lyon.fr root.ens-lyon.fr 2026071002 21600 3600 3600000 7200 | |
| ens-lyon.fr | NS | 0 | ccpntc3.in2p3.fr | |
| ens-lyon.fr | NS | 0 | ccpnvx.in2p3.fr | |
| ens-lyon.fr | NS | 0 | dns2.ens-lyon.fr | |
| ens-lyon.fr | NS | 0 | dns.ens-lyon.fr | |
| ens-lyon.fr | A | 0 | 140.77.168.21 | |
| ens-lyon.fr | MX | 0 | 20 | mx1.relay.renater.fr |
| ens-lyon.fr | MX | 0 | 20 | mx2.relay.renater.fr |
| www.ens-lyon.fr | A | 0 | 140.77.168.21 | |
| www.ens-lyon.fr | CNAME | 0 | vm-web1.ens-lyon.fr |
About DNS Records
DNS (Domain Name System) records are instructions that provide information about a domain, including its IP addresses, mail servers, and other services. Common record types include:
- SOA (Start of Authority) - Contains administrative information about the zone
- NS (Nameserver) - Specifies authoritative nameservers for the domain
- A (Address) - Maps a domain to an IPv4 address
- AAAA - Maps a domain to an IPv6 address
- CNAME (Canonical Name) - Creates an alias pointing to another domain
- MX (Mail Exchange) - Specifies mail servers for the domain