Results 1 to 4 of 4

Thread: Problem With giving hosting to domains

  1. #1
    Registered User
    Join Date
    Jul 2012
    Posts
    2
    cPanel/WHM Access Level

    Website Owner

    Default Problem With giving hosting to domains

    When I give my site hosting , it never comes up. The name servers are correctly registered and they update but they just never come online. The temporary link works but it just never connects to the domain. Do I have to allow anything on my server , or what should I do to fix this problem ?

  2. #2
    Member
    Join Date
    Nov 2011
    Posts
    380
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Problem With giving hosting to domains

    Quote Originally Posted by OrdinaryxD View Post
    When I give my site hosting , it never comes up. The name servers are correctly registered and they update but they just never come online. The temporary link works but it just never connects to the domain. Do I have to allow anything on my server , or what should I do to fix this problem ?
    Have you checked if the name service bind is running on your server. You can check it's status by command /etc/init.d/named status and restart it with the command /etc/init.d/named restart.

    You can also restart it through WHM > Restart Services

  3. #3
    Registered User
    Join Date
    Jul 2012
    Posts
    2
    cPanel/WHM Access Level

    Website Owner

    Default Re: Problem With giving hosting to domains

    I just tried restarting it with no luck

    Traceroute, Ping, Domain Name Server (DNS) Lookup, WHOIS express paymeplz.in

    That is one I tried to host , it doesn't have an IP address but the nameservers are registered and they do.

  4. #4
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Problem With giving hosting to domains

    The nameservers listed for that domain are the following:

    Code:
    # whois paymeplz.in | grep -i "name server:ns"
    Name Server:NS1.STRESSING.INFO
    Name Server:NS2.STRESSING.INFO
    Digs on those show no returns for the domain:

    Code:
    # dig @ns1.stressing.info paymeplz.in +short
    
    ; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6 <<>> @ns1.stressing.info paymeplz.in +short
    ; (1 server found)
    ;; global options: +cmd
    ;; connection timed out; no servers could be reached
    
    # dig @ns2.stressing.info paymeplz.in +short
    
    ; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6 <<>> @ns2.stressing.info paymeplz.in +short
    ; (1 server found)
    ;; global options: +cmd
    ;; connection timed out; no servers could be reached
    I do show the nameservers having IPs:

    Code:
    # dig +short ns1.stressing.info
    46.166.140.4
    
    # dig +short ns2.stressing.info
    46.166.140.151
    Whenever I run digs directly on the nameservers (such as for stressing.info), they fail:

    Code:
    # dig @ns1.stressing.info stressing.info
    
    ; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6 <<>> @ns1.stressing.info stressing.info
    ; (1 server found)
    ;; global options: +cmd
    ;; connection timed out; no servers could be reached
    If you have root access to the machine, I suggest opening up a ticket with us using WHM > Support Center > Contact cPanel or using the link in my signature.

    If you don't have such access, please contact your provider to have them investigate further.

    Thanks!
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

Similar Threads

  1. Problem with a hosting account and domains
    By Daniel15 in forum cPanel & WHM Discussions
    Replies: 10
    Last Post: 08-06-2007, 11:03 PM
  2. How to add pointed domains without giving email?
    By BraveX in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 01-21-2006, 10:13 AM
  3. Giving Dedicated IP to AddOn Domains?
    By Daemonia in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 04-03-2005, 02:01 PM