I think you are missing DNS record for it.
Do you mean that it's necessary to set up a DNS record in the domain jobtasker.com for this to work? Webcast can you verify this?
I think you are missing DNS record for it.
You are right.I think you are missing DNS record for it.
But http://testing.com.jobtasker.com/ doesn't work (page cannot be displayed). I don't think it should matter that "testing.com" isn't a real domain, right?
2. Configure wildcard DNS record for example.com so that anything.example.com or even anything.anythingelse.example.com resolves to your server's main IP.
It might be a propagation issue though, since digging testing.com.jobtasker.com yields positive results... I guess I'll wait a few hours and try again.
[root@pe2850 ~]# dig @ns1.seblin.com testing.com.jobtasker.com
; <<>> DiG 9.2.4 <<>> @ns1.seblin.com testing.com.jobtasker.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 62238
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;testing.com.jobtasker.com. IN A
;; AUTHORITY SECTION:
jobtasker.com. 14400 IN SOA ns1.seblin.com. root.jobtasker.com. 2008061100 14400 3600 1209600 86400
;; Query time: 77 msec
;; SERVER: 208.115.36.202#53(ns1.seblin.com)
;; WHEN: Wed Jun 11 16:59:07 2008
;; MSG SIZE rcvd: 95
Do you mean that it's necessary to set up a DNS record in the domain jobtasker.com for this to work? Webcast can you verify this?
Doable, just use a subdomain for each of the boxes and set up a wildcard for 4th level domain:Here's another curve ball for you:
Is there a way of making this work across multiple boxes? For marketing purposes it would be nice to always use the "main" domain and have it work across boxes.
On the other hand getting a domain for each box isn't the end of the world I suppose.
What do you think?
Either that or USERNAME.server1.hostdomain.comThat makes a client domain with a third level domain a total of, what, sixth level? Very cool.
third.clientdomain.com.server1.hostdomain.com/
I am not quite sure what you are asking, but generally speaking, you create A records for a domain at that domain's authoritative nameservers.Do you know off hand where to manually set up the A record for the box domain?
You don't have to setup A records for server1, server2 etc. It's merely a matter of convenience. If you don't set up these A records, you won't be able to refer the servers as server1.example.com, server2.example.com etc which is sometime confusing.(If you have multiple boxes, and you want to use the same main domain, you can set it like so
First set up server1 A 1.2.3.4 and server2 A 2.4.6.8 (TOCHECK: is this necessary, or would below suffice?)
Nice HOW-TO, btw.
One thing I would add is a section about DNS issues troubleshooting, specifically:
1. Verifying authoritative nameservers for the main domain (example.com)
2. Reconfiguring authoritative nameservers where necessary
3. Verifying wildcards A records
Here are some interesting tools that can help you with that:
http://sonic.net/support/faq/advanced/troubleshooting.shtml#zonecheck
You can set up a domain and make sure it resolves to your server. It doesn't necessarily mean that your server responds authoritatively for this domain.Great link, thanks! The howto was just copying and pasting your stuff with more details in the parts where I ran into trouble.
The howto assumes the main domain is up and running... what other situation would call for needing to verify the authoritative nameserver? (That is, if everything was working in a default DA install, then would you still need to do this?)
I normally verify it by quering nameservers.Regarding 3, what I did to verify the wildcards was to go to http://whatever.domain.com/ (or whatever.server1/2.domain.com), is this adequate?