cn:ccr:netgroup:dns-ha:userinfo
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| cn:ccr:netgroup:dns-ha:userinfo [2026/02/25 16:12] – [Come gestire la zona] corosu@infn.it | cn:ccr:netgroup:dns-ha:userinfo [2026/02/25 16:13] (current) – [Come gestire la zona] corosu@infn.it | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Informazioni per gli utenti ====== | ||
| + | ===== Come richiedere una zona ===== | ||
| + | |||
| + | Inviando un email a dnsha-support@lists.infn.it è possibile richiedere la creazione di una zona del tipo < | ||
| + | |||
| + | Nell' | ||
| + | |||
| + | * Motivazione della richiesta | ||
| + | * Nome della zona | ||
| + | * Uno/due indirizzi IP pubblici dai quali si desidera contattare il sistema per creare o modificare record | ||
| + | |||
| + | Nel momento in cui la richiesta verrà approvata, sarà fornita una chiave **TSIG** da utilizzare nelle query // | ||
| + | |||
| + | ===== Come gestire la zona ===== | ||
| + | |||
| + | L' | ||
| + | |||
| + | Di seguito alcuni semplici esempi di script Bash per creare o rimuovere record: | ||
| + | |||
| + | < | ||
| + | #!/bin/bash | ||
| + | # | ||
| + | # Aggiunge un record alla zona test.ha.infn.it | ||
| + | # | ||
| + | TSIGKEY=lachiavefornitadalgruppodnsha== | ||
| + | nsupdate <<! | ||
| + | server ns01.ha.infn.it | ||
| + | zone test.ha.infn.it | ||
| + | update add server1.mailing.ha.infn.it 300 A 111.222.333.444 | ||
| + | key hmac-sha256: | ||
| + | send | ||
| + | ! | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | #!/bin/bash | ||
| + | # | ||
| + | # Aggiunge un record alla zona test.ha.infn.it | ||
| + | # | ||
| + | TSIGKEY=lachiavefornitadalgruppodnsha== | ||
| + | nsupdate <<! | ||
| + | server ns01.ha.infn.it | ||
| + | zone test.ha.infn.it | ||
| + | update delete | ||
| + | key hmac-sha256: | ||
| + | send | ||
| + | ! | ||
| + | </ | ||
| + | |||
| + | Naturalmente uno qualsiasi dei server DNS del cluster DNS-HA può essere contattato. | ||
| + | La strategia ottimale, che garantisce alta affidabilità, | ||
