nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

DNS server configuration

This is a discussion on DNS server configuration within the Web servers forums, part of the Mastering Servers category; In my company there is a DNS server so whenever a new machine installed so which files are needed to ...


Go Back   nixCraft Linux Forum > Mastering Servers > Web servers

Linux answers from nixCraft.


Web servers Discussion on Apache, Nginx and Lighttpd HTTP/web server and configuration issues.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 24-07-2007, 01:58 PM
Junior Member
User
 
Join Date: Jul 2007
OS: Debian
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
ravish is on a distinguished road
Default DNS server configuration

In my company there is a DNS server so whenever a new machine installed so which files are needed to update so it can interact with DNS server

Last edited by ravish; 25-07-2007 at 08:34 AM.
Reply With Quote
  #2 (permalink)  
Old 24-07-2007, 02:16 PM
nixcraft's Avatar
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
OS: RHEL
Scripting language: Bash and Python
Posts: 2,710
Thanks: 11
Thanked 244 Times in 183 Posts
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Use /etc/resolv.conf file to set / modify name server. You can also use dhcpd to send router and dns server to clients

Code:
cat /etc/resolv.conf
Output
Code:
nameserver 10.0.80.11
nameserver 10.0.80.12
See my howto :
__________________
Vivek Gite
Linux Evangelist
Be proud RHEL user, and let the world know about your enterprise choices! Join RedHat user group.
Always use CODE tags for posting system output and commands!
Do you run a Linux? Let's face it, you need help

Last edited by nixcraft; 06-03-2010 at 04:22 PM.
Reply With Quote
Reply

Tags
/etc/resolv.conf , dns , linux dns setup , linux ns1 setup , ns1 , ns2


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Configuration of Sybase(ASE 15.0.2) Server manavmenace Databases servers 0 18-04-2008 10:53 AM
Ldap Server Configuration gaurav_verm123 Linux hardware 1 27-09-2007 07:03 PM
Ldap Server Configuration sumit Linux hardware 0 17-08-2007 09:43 PM
Mail server configuration zafar466 Mail Servers 1 25-01-2007 03:27 AM


All times are GMT +5.5. The time now is 12:57 AM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38