icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.
Old August 2nd, 2004, 9:21 PM   #1 (permalink)
Surpass Fan
Comfy Contributor
 
jonr's Avatar
 
Joined in Jul 2004
Lives in Iceland
Hosted on sh104
102 posts
Gave thanks: 5
Thanked 2 times
Need DNS guru!

Hello, good people.
I'm getting very frustrated getting a subdomain to work on my add-on domain. I am using my own DNS (xname.org) to control the domain light.is. (don't ask why, it is just the way it is ).
Config file from xname.org: http://light.is/ns.txt
As you see, I am trying to let jonr.light.is point to the server. So far I am only getting the "There is no website configured at this address" page.
light.is is working, but not www.light.is for some reason.
light.is is already set up as a subdomain of my main account domain, light.is.4-3system.com. And jonr.light.is is also set up under the subdomain panel in cPanel.
Could anybody give me hints regarding what I could be doing wrong? Do I need to add something in xname.org configuration and/or in cPanel?
I am really going nuts over this!
J.
__________________
Hosted by surpass on sh104: 4-3system.com hhr.is
arena.is ° Get Firefox
jonr is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old August 2nd, 2004, 11:58 PM   #2 (permalink)
Third Plateau
Comfy Contributor
 
Dave's Avatar
 
Joined in Apr 2004
Lives in East Hanover, New Jersey
Hosted on Nifty
272 posts
Gave thanks: 0
Thanked 0 times
You've made some mistakes setting up your zone file.

Quote:
www IN CNAME light.is
This line says that there should be a record for www.light.is which is an alias for light.is.light.is. To achieve your desired effect, add a . after light.is.

Quote:
jonr.light.is IN CNAME light.is
And this line makes jonr.light.is.light.is a CNAME for light.is.light.is.

Again, add a dot at the end, and get rid of the .light.is in the record name.

So, these didn't resolve in the first place.

If you get that cPanel error, it's cause it doesn't know that it should host something there. Add it as a subdomain.

So in conclusion, the last 2 lines of your zone record should look like this:
Code:
www			IN		CNAME		light.is.
jonr			IN		CNAME		light.is.
__________________
site (syberdave.net) - server (nifty)
Dave is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old August 3rd, 2004, 12:53 AM   #3 (permalink)
minor deity
Super #1
 
Bigjohn's Avatar
 
Joined in Apr 2004
Lives in Georgia
Hosted on XEON
7,387 posts
Gave thanks: 28
Thanked 94 times
I think syberdave nailed that one. You have to specify the record constructs properly or you end up looping the dns server, or just sending people to blackholes...

Before fiddling with DNS records and zones, you really ought to google a basic DNS tutorial....
__________________
Proud to be a Surmunity Mod!
XEON PASS60 PASS61
Make a fundamental difference!
My Sites:
Curious about Brewing Beer? Join the community!
>>>>> Some Change is GOOD! Keep your paycheck! Support the Fair Tax
Get into an Art museum
Victorian London
It's your brain -ON WEB - mybrainhost.com (under development)
What SHOULD Government do? Much Less than it Does!
Bigjohn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may post new threads
You may post replies
You may post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On