|
|
#1 (permalink) |
|
Surpass Fan
Comfy Contributor
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. |
|
|
|
|
|
#2 (permalink) | ||
|
Third Plateau
Comfy Contributor
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:
Quote:
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) |
||
|
|
|
|
|
#3 (permalink) |
|
minor deity
Super #1
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 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! |
|
|
|