The standard DNS template used by eApps Hosting considers "www" as an alias or CNAME. This means that if you add your domain as www.example.com, you will end up with DNS entries such as www.www.example.com or mail.www.example.com, which can cause confusion. |
Not associating a domain with a subscription means that to the Control Panel, the domain is in limbo. If you have multiple subscriptions, and have added a domain but cannot add that domain as a site, or ping the domain name or see any DNS entries for the domain, please check in the System Tab, All My Domains - find that domain, and look to the far right column for Used by subscription. If you see N/A there, you will need to click on the domain and associate it with a subscription. This is a common support ticket and one that has an easy fix. |
The DNS Zone tab is only available if you are hosting your domain in eApps DNS. |
DNS Records available in PBA Control Panel DNS Zone tab | |
Name of DNS Record | Function |
A | Used to map an IP address to a domain name |
CNAME | Used to alias a hostname to a domain name |
MX | Maps a hostname to the mail server for a domain |
NS | Specifies the authoritative name server(s) for a DNS Zone |
SOA | Specifies the authoritative information about a DNS Zone, such as the primary name server and domain administrator |
TXT | Human readable text, often used for SPF records |
SRV | Specifies information on available services |
If you are pointing a DNS record at a third party service, you will need to contact that service provider in order to determine the correct records and DNS information. |
Name Server | IP Address |
ns1.eapps.com | 216.154.208.2 |
ns2.eapps.com | 64.57.252.2 |
ns5.eapps.com | 67.23.10.165 |
ns6.eapps.com | 67.23.5.74 |
Make sure that you have added the domain to your eApps Control Panel before you add the eApps name servers at your registrar. If you have registered your domain through eApps, the correct name servers will be set by default at our registrar, which is eNom. |
This information assumes that you have already checked the obvious things, such as determining if your web server is running and that your domain has not expired, and that your hosting account at eApps has not been suspended. |
These are just examples to show the basic usage of these commands. Please see the official documentation for more information. |
[root@example ~]$ nslookup eapps-example.com Server: 192.94.73.20 Address: 192.94.73.20#53 Non-authoritative answer: Name: eapps-example.com Address: 69.89.6.54 [root@example ~]$ |
C:\Documents and Settings\Administrator> nslookup > set type=ns > eapps-example.com Server: 192.94.73.20 Address: 192.94.73.20#53 Non-authoritative answer: eapps-example.com nameserver = ns1.eapps.com. eapps-example.com nameserver = ns2.eapps.com. eapps-example.com nameserver = ns6.eapps.com. eapps-example.com nameserver = ns5.eapps.com. Authoritative answers can be found from: ns1.eapps.com internet address = 216.154.208.2 ns2.eapps.com internet address = 64.57.252.2 ns5.eapps.com internet address = 67.23.10.164 ns6.eapps.com internet address = 67.23.5.74 > exit C:\Documents and Settings\Administrator> |
[root@example ~]$ nslookup > set type=mx > eapps-example.com Server: 192.94.73.20 Address: 192.94.73.20#53 Non-authoritative answer: eapps-example.com mail exchanger = 300 eapps-example.com.s7b1.psmtp.com. eapps-example.com mail exchanger = 400 eapps-example.com.s7b2.psmtp.com. eapps-example.com mail exchanger = 100 eapps-example.com.s7a1.psmtp.com. eapps-example.com mail exchanger = 200 eapps-example.com.s7a2.psmtp.com. Authoritative answers can be found from: eapps-example.com nameserver = ns6.eapps.com. eapps-example.com nameserver = ns1.eapps.com. eapps-example.com nameserver = ns5.eapps.com. eapps-example.com nameserver = ns2.eapps.com. ns1.eapps.com internet address = 216.154.208.2 ns2.eapps.com internet address = 64.57.252.2 ns5.eapps.com internet address = 67.23.10.164 ns6.eapps.com internet address = 67.23.5.74 > exit [root@example ~]$ |
[root@example ~]$ dig eapps-example.com ; <<>> DiG 9.5.1-P1 <<>> eapps-example.com ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 63839 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 1 ;; QUESTION SECTION: ;eapps-example.com. IN A ;; ANSWER SECTION: eapps-example.com. 295 IN A 69.89.6.54 ;; AUTHORITY SECTION: eapps-example.com. 295 IN NS ns1.eapps.com. eapps-example.com. 295 IN NS ns6.eapps.com. eapps-example.com. 295 IN NS ns5.eapps.com. eapps-example.com. 295 IN NS ns2.eapps.com. ;; ADDITIONAL SECTION: ns1.eapps.com. 172476 IN A 216.154.208.2 ;; Query time: 16 msec ;; SERVER: 192.94.73.20#53(192.94.73.20) ;; WHEN: Tue Feb 9 12:31:00 2010 ;; MSG SIZE rcvd: 145 [root@example ~]$ |
[root@example ~]$ dig eapps-example.com NS +noall +answer ; <<>> DiG 9.5.1-P1 <<>> eapps-example.com NS +noall +answer ;; global options: printcmd eapps-example.com. 600 IN NS ns5.eapps.com. eapps-example.com. 600 IN NS ns2.eapps.com. eapps-example.com. 600 IN NS ns1.eapps.com. eapps-example.com. 600 IN NS ns6.eapps.com. [root@example ~]$ |
[root@example ~]$ dig eapps-example.com MX +noall +answer ; <<>> DiG 9.5.1-P1 <<>> eapps-example.com MX +noall +answer ;; global options: printcmd eapps-example.com. 536 IN MX 400 eapps-example.com.s7b2.psmtp.com. eapps-example.com. 536 IN MX 100 eapps-example.com.s7a1.psmtp.com. eapps-example.com. 536 IN MX 200 eapps-example.com.s7a2.psmtp.com. eapps-example.com. 536 IN MX 300 eapps-example.com.s7b1.psmtp.com. [root@example ~]$ |
[root@example ~]$ dig @ns1.eapps.com eapps-example.com ; <<>> DiG 9.5.1-P1 <<>> @ns1.eapps.com eapps-example.com ; (1 server found) ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 10346 ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 4, ADDITIONAL: 4 ;; WARNING: recursion requested but not available ;; QUESTION SECTION: ;eapps-example.com. IN A ;; ANSWER SECTION: eapps-example.com. 600 IN A 69.89.6.54 ;; AUTHORITY SECTION: eapps-example.com. 600 IN NS ns5.eapps.com. eapps-example.com. 600 IN NS ns6.eapps.com. eapps-example.com. 600 IN NS ns1.eapps.com. eapps-example.com. 600 IN NS ns2.eapps.com. ;; ADDITIONAL SECTION: ns1.eapps.com. 600 IN A 216.154.208.2 ns2.eapps.com. 600 IN A 64.57.252.2 ns5.eapps.com. 600 IN A 67.23.10.164 ns6.eapps.com. 600 IN A 67.23.5.74 ;; Query time: 109 msec ;; SERVER: 216.154.208.2#53(216.154.208.2) ;; WHEN: Tue Feb 9 12:40:57 2010 ;; MSG SIZE rcvd: 193 [root@example ~]$ |
[root@example ~]$ dig @ns1.eapps.com eapps-example.com +noall +answer ; <<>> DiG 9.5.1-P1 <<>> @ns1.eapps.com eapps-example.com +noall +answer ; (1 server found) ;; global options: printcmd eapps-example.com. 600 IN A 69.89.6.54 [root@example ~]$ |