Este contenido no está disponible en el idioma seleccionado.

33.7. Managing Reverse DNS Zones


A reverse DNS zone can be identified in the following two ways:
  • By the zone name, in the format reverse_ipv4_address.in-addr.arpa or reverse_ipv6_address.ip6.arpa.
    The reverse IP address is created by reversing the order of the components of the IP address. For example, if the IPv4 network is 192.0.2.0/24, the reverse zone name is 2.0.192.in-addr.arpa. (with the trailing period).
  • By the network address, in the format network_ip_address/subnet_mask_bit_count
    To create the reverse zone by its IP network, set the network information to the (forward-style) IP address, with the subnet mask bit count. The bit count must be a multiple of eight for IPv4 addresses or a multiple of four for IPv6 addresses.

Adding a Reverse DNS Zone in the Web UI

  1. Open the Network Services tab, and select the DNS subtab, followed by the DNS Zones section.

    Figure 33.30. DNS Zone Management

  2. Click Add at the top of the list of all zones.

    Figure 33.31. Adding a Reverse DNS Zone

  3. Fill in the zone name or the reverse zone IP network.
    1. For example, to add a reverse DNS zone by the zone name:

      Figure 33.32. Creating a Reverse Zone by Name

    2. Alternatively, to add a reverse DNS zone by the reverse zone IP network:

      Figure 33.33. Creating a Reverse Zone by IP Network

      The validator for the Reverse zone IP network field warns you about an invalid network address during typing. The warning will disappear once you enter the full network address.
  4. Click Add to confirm the new reverse zone.

Adding a Reverse DNS Zone from the Command Line

To create a reverse DNS zone from the command line, use the ipa dnszone-add command.
For example, to create the reverse zone by the zone name:
[user@server]$ ipa dnszone-add 2.0.192.in-addr.arpa.
Copy to Clipboard Toggle word wrap
Alternatively, to create the reverse zone by the IP network:
[user@server ~]$ ipa dnszone-add --name-from-ip=192.0.2.0/24
Copy to Clipboard Toggle word wrap

Other Management Operations for Reverse DNS Zones

Section 33.4, “Managing Master DNS Zones” describes other zone management operations, some of which are also applicable to reverse DNS zone management, such as editing or disabling and enabling DNS zones.
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2026 Red Hat
Volver arriba