|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
subdomainless entry not working with cname
hi there guys. i apologize if this has been answered before. i searched but couldn't find anything.
i am using redhat9.0 with its bundled bind. i have recently switched all my static a records to cname records because i went with a new provider and no longer have static ips. i used to have: domain.com. A 1.1.1.1 www A 1.1.1.1 everything was great i could use domain.com and URL just fine. now when i try to use: domain.com. CNAME myispsarecordname.com. www CNAME myispsarecordname.com. the zone file isn't even processed and no subdomains in this zone file are lookuped. if i comment out the domainless entry (i.e. domain.com. ) then it works. is there something with a subdomainless entry and CNAMES? is there another way i can have this entry without using a wildcard for all entries? thanks in advance, ggenglish. |
|
#2
|
||||
|
||||
|
unless you provide real information, it is difficult to assess your problem. I want you to translate these two lines for me please:
domain.com. CNAME myispsarecordname.com. www CNAME myispsarecordname.com.
__________________
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
|
|||
|
|||
|
thank you for answering so quickly. i've seen many other posts of yours here and it seems you are very knowledgable.
here is my lookup from your tool: Quote:
i have commented out my silvercat.ca. entry because it won't work. i want to be able to have URL does this help clearify things? thanks, ggenglish. |
|
#4
|
||||
|
||||
|
This is why I wanted the translation. It is exactly as I feared you had done. Not only will your IP address change, your ISP domain will also change with it. CNAME'ing to the domain will not work.
Either you manually edit your zone file every time your IP changes (which should be rare if you're online all the time), or find or create a program which will keep it up to date for you. Keep in mind that every time you change the zone you'll have to have BIND refresh the zone too. |
|
#5
|
|||
|
|||
|
i'm sorry silentrage i don't understand what is wrong? my rogers account that you see in the translation is always going to be the same.....its my account id. the ip associated to that name might change once a year.
i know people that have done this for years and have had the resolution work. i could see it being a problem for a dsl where the account name changes but with our cable provider our name doesn't change. its our account. thank you for your time on this, graeme. |
|
#6
|
||||
|
||||
|
I use comcast cable, and my ISP provided domain changes every time the IP changes.
But I'll just take your word for it. Your problem is not cause of the CNAME's, it is just that one domain that won't go to the website. The www domain does go to the website. Currently you have no A record associated with the root domain. Therefor it won't resolve. You can't just add a CNAME record to it, cause then your MX and NS records will no longer work. So the solution is to add an A record for your root domain: silvercat.ca A 24.192.128.7 That is all you can do. |
|
#7
|
|||
|
|||
|
ok, i think i understand it. the whole cname can't point to another cname problem. needs to point to an a record.
thank you for your time in helping me to understand this. ggenglish |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > subdomainless entry not working with cname |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|