DNS: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
44Net | The 44Net DNS service provides name resolution and delegation for 44Net users. Most participants use it to publish hostnames for their systems, starting with a callsign-based subdomain and adding records as needed. | ||
for | |||
This page outlines the common ways people use DNS on 44Net and links to more detailed documentation. | |||
== Getting Started == | |||
* [[DNS/Portal/Subdomains| | |||
A typical DNS path on 44Net: | |||
# Claim a callsign-based subdomain under ampr.org. | |||
# Create DNS records that map hostnames to IP addresses. | |||
This is sufficient for publishing things like web servers, gateways, remote stations, and repeaters. | |||
* [[DNS/Portal/Subdomains|Claiming a Subdomain]] | |||
* [[DNS/Portal/Records|Managing Records]] | * [[DNS/Portal/Records|Managing Records]] | ||
== Running Your Own DNS == | == Running Your Own DNS == | ||
Some participants run their own DNS servers rather than relying only on the Portal. | |||
In this approach, control of a domain is delegated to local systems, while remaining part of the ampr.org domain. | |||
This supports automation, custom workflows, and closer integration with locally managed services. | |||
* [[DNS/Portal/Delegations|Delegating DNS to an Independent Name Server]] | |||
* [[DNS/Setup/OpenBSD_Resolver|Setting up a Recursive Resolver on OpenBSD]] | * [[DNS/Setup/OpenBSD_Resolver|Setting up a Recursive Resolver on OpenBSD]] | ||
== | == Understanding DNS == | ||
For background on how DNS works (with 44Net use in mind): | |||
* [[DNS/Overview|DNS Overview and Concepts]] | * [[DNS/Overview|DNS Overview and Concepts]] | ||
Revision as of 00:04, 5 February 2026
The 44Net DNS service provides name resolution and delegation for 44Net users. Most participants use it to publish hostnames for their systems, starting with a callsign-based subdomain and adding records as needed.
This page outlines the common ways people use DNS on 44Net and links to more detailed documentation.
Getting Started
A typical DNS path on 44Net:
- Claim a callsign-based subdomain under ampr.org.
- Create DNS records that map hostnames to IP addresses.
This is sufficient for publishing things like web servers, gateways, remote stations, and repeaters.
Running Your Own DNS
Some participants run their own DNS servers rather than relying only on the Portal.
In this approach, control of a domain is delegated to local systems, while remaining part of the ampr.org domain.
This supports automation, custom workflows, and closer integration with locally managed services.
Understanding DNS
For background on how DNS works (with 44Net use in mind):