DNS Question


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users DNS Question
# 1  
Old 07-31-2005
DNS Question

I am new to bind, but I have it installed and working, well I think. I am not getting any errors, but my question is. Lets say I have movie.com, and mov.com, with the same in-addr-arpa zone(10.10.0.0) Is this a problem? movie.com is our main zone and we are trying to get rid of clients that are still using mov.com, but I want to still create it, but the reverse lookup zone just has the entries for movie.com not mov.com. Hope this makes some sense. Thanks in advance for the help.
# 2  
Old 07-31-2005
www.mov.com should be a CNAME to www.movie.com. That is officially supported. My guess is that you might get away with what you're doing. But why not do it right?
# 3  
Old 08-01-2005
I guess I am confused on where to put that cname, if I put it in the db.mov zone and have a cname pointing to movie.com won't I get a error or warning saying that movie.com is out of the zone. Thanks again
# 4  
Old 08-01-2005
Quote:
Originally Posted by rickyt00
I guess I am confused on where to put that cname, if I put it in the db.mov zone and have a cname pointing to movie.com won't I get a error or warning saying that movie.com is out of the zone. Thanks again
We do that all the time and get no error.
# 5  
Old 08-01-2005
Well I put mov.com. IN CNAME movie.com. and when I start it up I don't get any errors but the zone will not transfer and as soon as I comment out that line the zone transfers fine again. The only thing different I am seeing in the messages file is this dns_master_load: db.mov.com:50: mov.com: CNAME and other data Thanks again for the help
# 6  
Old 08-01-2005
You can't do that! Look at my suggestion again.
# 7  
Old 08-01-2005
Sorry to keep coming back to you but I still get errors when I add
www.mov.com IN CNAME www.movie.com I get "multiple RRs of singleton type" Just to make sure I should be putting this entry in the db.mov.com file and not the db.movie.com, and I have my A record for www.movie.com pointing to the name server. Thanks again
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Multiple DNS forwarders and syntax question.

Hey Guy's, Is there a limit on the number of forwards that can be used or the syntax and spaces? I noticed I have to put spaces between ; and the IP for at least the first one, then space at the end to work and the rest don't work at all no matter what I try. forward first; ... (1 Reply)
Discussion started by: Devyn
1 Replies

2. IP Networking

DNS dummy question

Hello everyone, I have a some doubt about DNS. We have connected to 2 ISPs /ISP#1 and ISP#2/. Our web site's dns zone is located on ISP#1. If connection to ISP#1 is down clients won't find our website. ISP#1 connection went down few times this month. So we are going to create our website's... (0 Replies)
Discussion started by: sembii
0 Replies

3. IP Networking

DNS SOA Question in regards to @

Okay, I have a question guys... I was given a task to set up a DNS slave server, in addition to our already set up BIND DNS master server. I looked over the one of the zone files, and found something curious. The starting SOA line, reads as: @ IN SOA @ root ( ...etc...etc..) I'm... (1 Reply)
Discussion started by: Lost in Cyberia
1 Replies

4. UNIX for Dummies Questions & Answers

DNS Question

I am trying to make a website work without having to type www. If I type www with the sitename it works. But if I type just the site name without the www, it does not work. How do I fix this? Thank you for your help (3 Replies)
Discussion started by: German Shepherd
3 Replies

5. UNIX for Dummies Questions & Answers

Named (DNS Name Server) question

As suggested by the forum I'm posting in, I'm very new at this, so bear with me please. I'm using a Virtual Dedicated server (Linux) from GoDaddy and using Simple Control Panel. A few days ago, the sites running off of it stopped working, and I did manage to troubleshoot it to some extent where... (1 Reply)
Discussion started by: KevenM
1 Replies

6. IP Networking

Question on DNS/BIND

I have set up a BIND server running on Redhat AS 3.0 and the question I have is that I can point my laptop to that server and resolve all the hosts I have put in my .zone file but for the life of me I can resolve any outside information. I have verified the server can talk to the world. Any hints... (2 Replies)
Discussion started by: Acleoma
2 Replies

7. IP Networking

DNS question

The company I work for has me setting up a bind server, this part I am having no issues with my question is we host 2 web-sites on one box using virtual domains in apache. The CEO of the company want it so that he can type this in http://*****.com http://*****.net Instead of ... (7 Replies)
Discussion started by: Acleoma
7 Replies

8. IP Networking

DNS question

I manage the mail server (mail.ourcompany.com) at my company. We provide mail services to a number of clients. Today CompanyA calls in and reports that CompanyB tried to send them an email, but they never recieved it. According to CompanyB, the mail left there outbox. The two addresses... (1 Reply)
Discussion started by: phaze1
1 Replies

9. UNIX for Dummies Questions & Answers

DNS/BIND question, is it ze germans?

First some back ground info: I am working on a computer running SuSE 7.3 I am still trying to set up a DNS I downloaded BIND 9.2.1 and was following a tutorial about BIND. It said at virtually the start of the tutorial that I should find a file called named.conf in my /etc directory. Yes, I... (1 Reply)
Discussion started by: ignus7
1 Replies

10. UNIX for Dummies Questions & Answers

Secondary DNS question

I have the primary set up, but cannot get the secondary box to answer a query. Here is the message I get: > nslookup dfwnet1 10.26.38.41 *** Can't find server name for address 10.26.38.41: Non-existent host/domain *** Default servers are not available 10.26.38.41 is the IP of the secondary... (3 Replies)
Discussion started by: 98_1LE
3 Replies
Login or Register to Ask a Question