TalkTopics.com - Talk about everything on earth!

Go Back   TalkTopics.com > TalkTopics Community > Computers & Technology > Linux / Open Source

Linux / Open Source Talk about Linux and Open Source stuffs here. On the desktop or as a server, talk all you want and get response from others around the world.

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 12-28-2006, 11:56 AM
carlosferns carlosferns is offline
Junior Member
Friendizen
 
Join Date: Dec 2006
Posts: 7
carlosferns is on a distinguished road
Configuring dns server in linux

Configuring DNS Server in linux

Edit file named.conf

pico -w /etc/named.conf

add this entry

zone "carlos.com" IN {
type master;
file "carlos.zone";
allow-update {none; } ;

--------------------------------------------------------------------

zone "ns.carlos.com" IN {
type master;
file "ns.carlos.zone";
allow-update {none; } ;

---------------------------------------------------------------------
in /var/named directory create zone file copy the file localhost.zone

to ur domain name

eg: cp -Rf localhost.zone carlos.com.zone

add contents in carlos.com.zone

$TTL 86400
$ORIGIN carlos.com..
@ 1D IN SOA @ root (
42 ; serial (d. adams)
3H ; refresh
15M ; retry
1W ; expiry
1D ) ; minimum

1D IN NS ns.xyz.info.
1D IN A 192.168.0.1
1D IN MX carlos.com.
www 1D IN A 192.168.1.1


then restart dns server

service named restart OR service named reload
Reply With Quote
Reply



Thread Tools

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Web server kapsee Internet 1 04-24-2007 11:51 AM
Installing and configuring samba server carlosferns Linux / Open Source 1 01-15-2007 07:59 AM
Configuring apache (shared server) carlosferns Linux / Open Source 0 12-28-2006 11:57 AM
Configuring admin interface for tomcat carlosferns Linux / Open Source 0 12-28-2006 11:52 AM
FTP server installation on linux dizyn1 Programmers' Lounge 0 06-21-2006 12:47 PM


All times are GMT +1. The time now is 12:15 AM.





Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0 RC6