How to add a client to DNS server


 
Thread Tools Search this Thread
Operating Systems Linux How to add a client to DNS server
# 1  
Old 05-12-2011
How to add a client to DNS server

Hi all,

What is the procedure to add a client to a DNS server.
what are the settings and files need to be added/changed ?
thanks in advance!
# 2  
Old 05-12-2011
you mean new entry in DNS server config file ?
# 3  
Old 05-12-2011
Probably yes. (i am not sure as i am very new)
# 4  
Old 05-12-2011
It works like this.

DNS server will have the DB of IP and hostname@domain_name information.

A client which wants the translation from IP to hostname or hostname to IP will have to do this with the help of DNS server.

For a client to contact the DNS server, the DNS server details has to be configure in /etc/resolv.conf of client machine.

If you want to add new IP to hostname mapping in the DNS server, you will have to change the zone files in DNS server.

so what are you looking for .
# 5  
Old 05-12-2011
Hi Kumaran,

I want to add new IP to hostname mapping in the DNS server.
Could you tell how to do that.
Thank you!
# 6  
Old 05-12-2011
It is little complex as you are new to this.

Go through this tutorial, this is pretty clear and sure you will get your answer.

DNS (Domain Name Services, named, ndc)
This User Gave Thanks to kumaran_5555 For This Post:
# 7  
Old 05-12-2011
Thanks for your time Kumaran
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to add new Solaris client IP into Solaris 10 DNS server?

Hi, We just built a new Solaris 10 zone. And would like to add it to our DNS server. Its also Solaris 10. Please let me know how can I get the IP resolved using this DNS server. I added entry into zone config file but not working. I did restarted the DNS services. And also added nameserver name... (5 Replies)
Discussion started by: snchaudhari2
5 Replies

2. Solaris

DNS client added to DNS server but not working

Hi, We have built a new server (RHEL VM)and added that IP/hostname into dns zone configs file on DNS server (Solaris 10). Reloaded the configuration using and added nameserver into resolv.conf on client. But when I am trying nslookup, its not getting resolved. The nameserver is not able to... (8 Replies)
Discussion started by: snchaudhari2
8 Replies

3. Solaris

DNS client - what exactly it is

Hi all, I always thought DNS server = provide DNS response (host to ip / ip to host) to DNS client (which send DNS resolve request). So in my solaris 10 box, i setup /etc/resolv/conf, /etc/nsswitch.conf (added in dns) etc. Yes, i am able to dig and nslookup. But.. am i a DNS client ? ... (5 Replies)
Discussion started by: javanoob
5 Replies

4. IP Networking

Add second DNS server to networking?

Hi Am fooling around at home with installing dnsmasq on a raspberry pi and trying to use it for DNS resolution. On the PI, I can add a machine on my network to my /etc/hosts and resolve it. But I can't seem to get any machines to resolve the same name using the PI as a DNS server. My... (1 Reply)
Discussion started by: steadyonabix
1 Replies

5. IP Networking

How to Determine client's DNS server Ip

Is there a way for a server to determine client's DNS ip? I have an application that logs client's IP but in certain cases its desirable to know their DNS too (1 Reply)
Discussion started by: vickylife
1 Replies

6. UNIX for Advanced & Expert Users

DNS server choice: Windows DNS vs Linux BIND

I'd like to get some opnions on choosing DNS server: Windows DNS vs Linux BIND comparrsion: 1) managment, easy of use 2) Security 3) features 4) peformance 5) ?? I personally prefer Windows DNS server for management, it supports GUI and command line. But I am not sure about security... (2 Replies)
Discussion started by: honglus
2 Replies

7. Programming

Client/Server Socket Application - Preventing Client from quitting on server crash

Problem - Linux Client/Server Socket Application: Preventing Client from quitting on server crash Hi, I am writing a Linux socket Server and Client using TCP protocol on Ubuntu 9.04 x64. I am having problem trying to implement a scenario where the client should keep running even when the... (2 Replies)
Discussion started by: varun.nagpaal
2 Replies

8. Solaris

Solaris DNS Client For Microsoft DNS Server

hey guys, how to add soalris box as a microsoft DNS Client ? and how to register in the microsoft DNS ?? i managed to query from the DNS server after adding /etc/resolve.conf and editing /etc/nsswitch.conf but i need to register the soalris server (dns Client) into Microsoft DNS automatically.... (3 Replies)
Discussion started by: mduweik
3 Replies

9. UNIX for Advanced & Expert Users

DNS client nslookup

Hello, I just got done setting up a DNS server and a client. However, when I do an nslookup with just the hostname, I got this output: Microsoft Windows 2000 (C) Copyright 1985-2000 Microsoft Corp. C:\Documents and Settings\dev9>nslookup dev9 Server: webdev.testsurgemail.com Address:... (3 Replies)
Discussion started by: xnightcrawl
3 Replies

10. UNIX for Dummies Questions & Answers

Add DNS server in Solaris

I am new to UNIX and have been trying to add DNS servers so I can access the internet under Solaris 9. I am using a static IP and have the subnet and gateway configured but cannot figure out to add DNS servers. Does anyone know how to do this? Thank you very much for any help. (1 Reply)
Discussion started by: jmy113437
1 Replies
Login or Register to Ask a Question