|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi!
Ive got a domain and i can add a third level domains to my dns record.. Ive heard(and seen) that its possible to add a fourth-level domains (this.some.domain.com) im not sure how to do that... anyone can help me with that, please... the type of records that i can add are: A, AAAA, CNAME, HINFO, MX, NAPTR, NS, PTR, SOA, TXT Thats all... So I wopuld e really greatfull if you can help me. Thanx! Alexei Last edited by Alexei Kubarev : May 2nd, 2004 at 07:39 AM. |
|
#2
|
||||
|
||||
|
instead of entering www in your domain configuration, placed www.home instead. That should setup the 4th level domain "www.home.whateveryourdomainisand.tld".
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links: Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts |
|
#3
|
|||
|
|||
|
Can you please explain how to do that?
Its like this that the main domain is connected to another server... My server has DEV.maindomain.com address... I have access to dnsadmin for domain... how shall i do? it doesnt really want to take URL or anything like home.dev.maindomain.com I always get Invalid name error or smth like that... Pleae help... Thanx, Alex |
|
#4
|
||||
|
||||
|
Well maybe your software just doesn't allow it. It's always best to edit the domain file manually. If your software has a option to edit the raw zone file, then go for that.
|
|
#5
|
|||
|
|||
|
is that the only way to do a 4th level domain?? it doesnt seem like its really a 4th level domain just a 3rd level domain with a . in the name...... can you point a third level domain to look at a nameserver to handle all requests for its 4th level?? kinda like the top-level is .com the next leve is .devshed the next is .forums... then lets say you point forums to look at a nameserver and add a my as the 4th level in that name server that forums is looking at??
|
|
#6
|
||||
|
||||
|
What it IS is a 4th level domain. What it is NOT is a delegated or sub zone. You need to add a NS record to your zone to enable it.
[ns1.primaryserver.net] $ORIGIN mydomain.com. ...stuff delegated NS ns1.delegatedserver.net. ...stuff [ns1.delegatedserver.net] $ORIGIN delegatedserver.net. ...stuff www A 127.0.0.1 ...stuff In the above example I delegated the "delegated.mydomain.com" domain to another server. On that server I configured www.delegated.mydomain.com to use 127.0.0.1 as the IP. |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > fourth-level domain??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|