Inserting registered domain names into the primary DNS server for the .si address space

Automatically check the correctness of the DNS settings.

ARNES operates the primary server for the .si domain, which must contain appropriate records for all domains that holders wish to be visible on the Internet. After registering a domain name under the .si, the new domain name must also be entered into the primary DNS server.

ARNES operates the primary servers for both .si and .edus.si.

Administrative rules

The correctness of settings and the operation of DNS servers is checked every day between 12:00 and 15:00. After each check, an email is sent to the address given on the authorisation form. In the event of an error in the DNS server settings for the domain name, you should contact your authorised person. ARNES offers advice and technical help for DNS server settings only to organisations connected to the ARNES network.

A domain name will be excluded from this automatic checking procedure if it fails within two months of ARNES receiving an insertion request that does not meet technical criteria. If this happens a new request for entry into the DNS will have to be made.

Users of the ARNES network can contact hostmaster@arnes.si for help.

Technical requirements

Recommended values in SOA record

Parameter Value
Refresh 8 hours (28800 seconds)
Retry 2 hours (7200 seconds)
Expire 7 days(604800 seconds)
Time To Live 1 day (86400 seconds)

Example SOA record for domain name domain.si:

domain.si. IN SOA primary.domain.si. hostmaster.domain.si.
(
1 ; serial
28800 ; refresh
7200 ; retry
604800 ; expire
86400 ; TTL
)

Other parameters

Example NS records for domain name domain.si:

domain.si. IN NS primary.domain.si.
domain.si. IN NS secondary-1.domain.si.
domain.si. IN NS secondary-2.domain.si.
A record for localhost must be defined within the domain:
localhost.domain.si. IN A 127.0.0.1