Tech2 Forums - Powered by vBulletin

Hosting a sub-domain some where else.

This is a topic on Hosting a sub-domain some where else. within the Internet Services forums, part of the Technology category; Originally Posted by ander But I think you're wrong about co.cc. Try doing an NS lookup for a co.cc sub-domain. ...

Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Tech2 Members Ellimist's Avatar
    Join Date
    Sep 2005
    Location
    /home/soumik
    Posts
    482
    Liked
    0 times
    Reputation points
    0
    Quote Originally Posted by ander View Post
    But I think you're wrong about co.cc. Try doing an NS lookup for a co.cc sub-domain. You'll only see A records, no NS records. My guess is, co.cc's name servers query the user-supplied name servers and serve the effective IP address as an A record. Sounds like a bit of a hack, but that's the only way I can see that happening
    Such a setup is absurd. In actuality, CO.CC has provisions for both NS and A records.
    Code:
    soumik@erek:~# dig @8.8.8.8 vdorocks.co.cc NS
    
    ; <<>> DiG 9.9.0-2 <<>> @8.8.8.8 vdorocks.co.cc NS
    ; (1 server found)
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 29288
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;vdorocks.co.cc.                        IN      NS
    
    ;; ANSWER SECTION:
    vdorocks.co.cc.         3600    IN      NS      ns1.cloudns.net.
    vdorocks.co.cc.         3600    IN      NS      ns3.cloudns.net.
    vdorocks.co.cc.         3600    IN      NS      ns4.cloudns.net.
    vdorocks.co.cc.         3600    IN      NS      ns2.cloudns.net.
    
    ;; Query time: 380 msec
    ;; SERVER: 8.8.8.8#53(8.8.8.8)
    ;; WHEN: Sun May  6 15:34:13 2012
    ;; MSG SIZE  rcvd: 115
    Quote Originally Posted by ander View Post
    Also, I've never seen the option of adding NS records for sub-domains in registrar control panels. I guess I'll need to use a third-party (usually paid) DNS service?
    How about running your own DNS server and editing the zone file directly?

  2. #12
    Tech2 Members ander's Avatar
    Join Date
    May 2011
    Location
    Bangalore
    Posts
    164
    Liked
    9 times
    Reputation points
    25
    Quote Originally Posted by Ellimist View Post
    In actuality, CO.CC has provisions for both NS and A records.
    You're right about vdorocks.co.cc. None of the sub-domains I checked had NS records.

    Quote Originally Posted by Ellimist View Post
    How about running your own DNS server and editing the zone file directly?
    Surely finding out the server IP address is easier than that?
    Last edited by ander; 05-07-2012 at 05:23 AM.
    I'm back, baby! =P

  3. #13
    Tech2 Members Ellimist's Avatar
    Join Date
    Sep 2005
    Location
    /home/soumik
    Posts
    482
    Liked
    0 times
    Reputation points
    0
    Quote Originally Posted by ander View Post
    Surely finding out the server IP address is easier than that?
    Indeed. But for adding NS records for sub-domains(or sub sub domains, if you wish) you do not need to go to that length. Most of the domain registrars I have used, including my current provider, InternetBS, allow NS record for sub domains. As far as I remember, GoDaddy does too; although I can't verify now since I don't have any domains with them. So does free DNS providers like, ZoneEdit, HE and the like.

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •