Changing the Start of Authority (SOA) information
To change the Start of Authority (SOA) information for a zone:
On the site administrator Home page, in the Microsoft DNS area, click list zones. The List of DNS Zones page opens and displays a list of DNS zones for the site.
On the List of DNS Zones page, select the zone whose Start of Authority information you want to view, then click list records. The List Records page opens and displays a list of existing DNS records for the selected zone.
On the List Records page, click start of authority on the top action bar. The Start of Authority (SOA) page opens and displays the SOA information for the selected zone.
On the start of authority (SOA) page, click edit.
On the edit start of authority page, you can change the following fields:
responsible person. The email of the DNS server administrator.
Note: The email address of the responsible person must be in the Standard DNS Fully Qualified Domain Name (FQDN) format. For example, the email address 'admin@wvh.com' is represented in FQDN format as admin.wvh.com. In FQDN format, a period (.) replaces the @ sign.
refresh interval. This value determines how often the secondary DNS server checks to see if its data is current. The server will make one SOA query per zone per refresh interval.
Recommended value for refresh interval : 1200 to 43200 seconds
retry interval. This value determines how often the secondary DNS server reconnects to the primary server. Normally, the retry interval is shorter than the refresh interval, but it does not have to be so.
Recommended value for retry interval : 120-7200 seconds
expiry interval. The period of time for which zone information is valid on the secondary server. If the secondary server can't download data from a primary server within this period, the secondary server stops responding to DNS queries.
Recommended value for expiry interval : 1209600 to 2419200 seconds (2 to 4 weeks)
minimum time to live. This value specifies the time other servers can cache data and applies to all the resource records in the database file.
Recommended value for minimum time to live : 1-3 hours
Click save.