DNS guidelines
DNS name
It is possible to ask CINECA for a DNS name association to the virtual machine by sending an email to superc@cineca.it.
In CINECA DNS, it is necessary to comply with the following rules:
The PTR record of the Floating IP (PTR record) must be set to the hostname of the VM, with the following naming convention:
for external users:
<VM-name>.ext.cineca.itfor CINECA staff:
<VM-name>.cineca.it
The record A in the DNS is set accordingly to the previous point.
If the service should be exposed with a different name, you can ask to set the CNAME with the chosen different name. If no other information is provided, only the record A will be set.
Additionally, you might set up a CNAME with your DNS provider of choice.
It is not possible to set the PTR record in CINECA DNS, if the record A has been set on an external DNS.
On GAIA, floating ips have default DNS records (PTR/A) so that:
Record PTR of the floating ip
xxx.xxx.xxx.xxxis associated to the namefip-xxx-xxx-xxx-xxx.gaia.cineca.itRecord A of the name
fip-xxx-xxx-xxx-xxx.gaia.cineca.itis associated to the floating ipxxx.xxx.xxx.xxx
To associate a custom name to a floating ip, you can ask CINECA to set a CNAME record in the DNS,
so that the custom name will point to the default name fip-xxx-xxx-xxx-xxx.gaia.cineca.it.