How to Create a new internal DNS CNAME record


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to Create a new internal DNS CNAME record
# 8  
Old 03-05-2012
Let me guess, you just started at a new job. My first idea as your boss would be to test how much of your resume is true, and how you handle new situations. So I'm going to ask you to do a job while withholding information so you'll have to ask and gather information (also called "learning something") about this task. The wrong approach would be to expect strangers on the internet to have that information instead of your colleagues.
These 2 Users Gave Thanks to pludi For This Post:
# 9  
Old 03-05-2012
lol. thats funny. you are psychic my friend. I'll take a WILD guess and say I obviously do not have enough information to get this done and yes I am new to this specific environment. Like i stated earlier i have never had to create a CNAME before so I had no idea the information given was insufficient. Do you happen to know what the proper steps are when I find out what DNS server? Thats all I need..Thanks in advance
# 10  
Old 03-05-2012
To determine the authorative DNS server, try:
Code:
nslookup sparc27.ds.eod

or, if available on your particular version of Solaris:
Code:
dig sparc27.ds.eod

If you are unfamilar with either command, read the man pages for the command.
This User Gave Thanks to fpmurphy For This Post:
# 11  
Old 03-05-2012
Quote:
Originally Posted by fpmurphy
To determine the authorative DNS server, try:
Code:
nslookup sparc27.ds.eod

or, if available on your particular version of Solaris:
Code:
dig sparc27.ds.eod

If you are unfamilar with either command, read the man pages for the command.
Thanks murphy. I already obtained the host DNS server a few minutes ago. what would be the next step? thanks
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

How to find which internal hosts still using my DNS service ? Please help

Hello guys, I am new to AIX . I have two AIX v5.3 servers running BIND DNS service on them. The plan is to shut down only the DNS service on them, but in order to do that I have to determine which internal hosts are still using the servers to resolve DNS queries. Can you please advice on... (2 Replies)
Discussion started by: tihomirvs
2 Replies

2. UNIX for Dummies Questions & Answers

How to update DNS record in Solaris 5.10?

Hi I have a DNS server running on Solaris 5.10, I need to update ip address of two urls defined on our dns server how do i do that? and do i need to restart dns/named service after? how do i restart the service? Thanks (4 Replies)
Discussion started by: arocker
4 Replies

3. UNIX for Dummies Questions & Answers

BIND9 CNAME to External Domain

We're moving an app from a server in our domain to a server hosted by the vendor in their domain. This app had it's own domain setup that we're authoritative for. Do I need to create a new zone file? zone-vendor_com and set up the CNAME records in this file? Or if I can just edit the one I... (1 Reply)
Discussion started by: joeaverage
1 Replies

4. Linux

How to create master+forwarder dns server in Linux?

Hi Team I have created one new dns server in lab and its working properly. Earlier we were using another dns server for lab pc's as 10.20.30.xx. which is outside the lab premises. now issue with newly created as its not resolving query as previous. I am told by some to use forwarder option for... (2 Replies)
Discussion started by: boby.kumar
2 Replies

5. Red Hat

[Solved: Missing A Record] DNS issue

Hi, I have recently built a new DNS server and created a new zone. I use an ESMTP server to handle mail and the new domain has been added to this. I can send mail to gmail and other domain addresses but unable to send it to one particular domain. (DSN:Service Unavailable) DNS... (2 Replies)
Discussion started by: Duffs22
2 Replies

6. Red Hat

DNS A-Record point to another DNS

Hi, I have a question on how to point the DNS server-1's A-record to second DNS server, which is DNS server-2. So, the computer can access other domain which only listed in the DNS server-2. The scenario is as follow: http://img689.imageshack.us/img689/6333/12234.png How to configure this... (4 Replies)
Discussion started by: Paris Heng
4 Replies

7. IP Networking

DNS does all slave Name Server must be in the zone Resource Record file?

Hy guys, I've a problem configuring my Name Server (using bind 9) which is I'ts always necessary to put all slave Name Server for a zone in the zone resource record file or db (as you prefer)? I've this scenario: A - my domain which is son of some TLD and I delegated into two new domains B... (1 Reply)
Discussion started by: pharaoh
1 Replies

8. UNIX for Dummies Questions & Answers

Configuring DNS MX record

I now know that I have to configure dns mx to actually be able to send email correctly to my mail. I have the link(user guide) on how to do this : http://bobcares.com/blog/?p=29 but where do I configure it? Is there a specific file for the configuration? I really don't understand this part. (2 Replies)
Discussion started by: anaigini45
2 Replies

9. UNIX for Advanced & Expert Users

Forwarding internal internet packets to internal webserver using iptables

Hi, I need to redirect internal internet requests to a auth client site siting on the gateway. Currently users that are authenticated to access the internet have there mac address listed in the FORWARD chain. All other users need to be redirected to a internal site for authentication. Can... (1 Reply)
Discussion started by: mshindo
1 Replies

10. Shell Programming and Scripting

Removing Carriage return to create one record

I have a file with multiple records in it and want to create a single record by removing all the carriage returns, is there a sed command or another command that will easily allow this to happen. current layout 813209A 813273C 812272B expected result 813209A813273C812272B previously I... (3 Replies)
Discussion started by: r1500
3 Replies
Login or Register to Ask a Question