We recommend that you change the nameservers for your domain to the ones we provide so that our servers can automatically manage your DNS for you; but sometimes it is desirable to use a DNS server other than BEKServer's. Typically you would do this if you currently have many DNS records set up elsewhere and only wish to use BEKServer for certain services. Otherwise, it is better to simply point the nameservers to BEKServer and manage the DNS here.
If you do not use our DNS servers, you will need to manually update the individual DNS records on the remote DNS server, and BEKServer staff will not be able to make changes for you. Also, any changes to your BEKServer server, such as adding subdomains or a change in IP address, will not be reflected in the remote DNS automatically as they would if you used our DNS. If you are uncomfortable doing this, we recommend you use our nameservers instead.
You will need to create or change some A records at your DNS server to accomplish this. In most cases you will need to create one entry for your domain without the www and another entry with the www, assuming you want your website to show up regardless of how visitors type your domain name.
Many DNS Servers will display these records in various fashions. Please see the examples below showing how the A records may appear.
Example One:
Name |
TTL |
Type |
Address |
---|---|---|---|
@ |
14400 |
A |
111.222.333.444 |
www |
14400 |
A |
111.222.333.444 |
Example Two:
Name |
TTL |
Type |
Address |
---|---|---|---|
yourdomain.com. |
14400 |
A |
111.222.333.444 |
www.yourdomain.com. |
14400 |
A |
111.222.333.444 |
Example Three:
Name |
TTL |
Type |
Address |
---|---|---|---|
yourdomain.com. |
14400 |
A |
111.222.333.444 |
www.yourdomain.com. |
14400 |
CNAME |
yourdomain.com. |
And you may find still more slight variations. Don't panic, though. The rule of thumb is to create your entries to look like the ones already there, and if the entry already exists, then edit it instead of adding a new one.
Leave all other information the same (formatted according to the specifications of your DNS server).
You will need to create (or edit) an A record and an MX record to point your domain to BEKServer for email.
Many servers represent the A and MX records like in the example listed below:
Name |
TTL |
Priority |
Type |
Address |
---|---|---|---|---|
yourdomain.com. |
0 |
MX |
mail.yourdomain.com. |
|
mail.yourdomain.com. |
14400 |
A |
111.222.333.444 |
Note: Certain DNS servers will allow you to omit the period after the domain name. You may need to consult the documentation for your DNS server or contact your DNS server's support if you are not certain how they are supposed to be formatted.