473,396 Members | 2,023 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Configuring DNS in a perfect way using fully qualified domain name

7
hello, please help me how to configure a DNS server in a LAN network
using fully qualified domain names.I am using CENTOS distro...
redhat configuration will also do.I am having two ISP.should i register to dyndns.org
Feb 5 '07 #1
3 2538
Motoma
3,237 Expert 2GB
Could you give us a little more information? What is your goal?
Feb 5 '07 #2
cassbiz
202 100+
did you install Bind ?

yum install bind


You also have to set up your named.conf

/etc/named.conf

and your zone files

/var/named/

Example Zone File

Expand|Select|Wrap|Line Numbers
  1. $TTL 86400
  2. @       IN      SOA     ns.724storefront.com.           sysadmin.724storefront.com. (
  3.                         2006120201 ;
  4.                         3600 ; refresh
  5.                         900 ; retry
  6.                         1209600 ; expire
  7.                         86400 ;
  8.                         )
  9. reserveitnow.us.        IN      MX      10      mail.reserveitnow.us.
  10. mail            IN      A       66.118.176.34
  11. @               IN      NS      home.724storefront.com.
  12. @               IN      NS      ns.724storefront.com.
  13. home            IN      A       207.90.54.19
  14. ns              IN      A       66.118.176.34
  15. ftp             IN      A       66.118.176.34
  16. ;virtual domain information
  17. www             IN      A       66.118.176.34
  18. @               IN      A       66.118.176.34
  19.  
Feb 5 '07 #3
cassbiz
202 100+
Oh one very important note on the zone files.

Do not forget the trailing
.
dot

I screwed that one up myself and still catch myself doing it. :)
Feb 5 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Stefan | last post by:
I'm installing Oracle 9ias Release 2 on Windows 2000 Advanced Server. The installation instructions say to specify a fully qualified host name for the machine. What is the definition of fully...
1
by: PeterNZ | last post by:
Hi all, I developped an C# app which is using FileSystemWatcher. If a file is created in a specific folder, it opens the file and does some processing. This functionality works without...
4
by: Jim Garrison | last post by:
I know how to use the name() function to access the name of the current node. How do I get the 'fully qualified' name, consisting of the path from the root to the current node? I.e. <a> <b>...
4
by: Aashish Patil | last post by:
Hello, Is it possible to obtain the fully qualified name of a class in c#. What I am looking for is something analogous to Box.class.getName() that exists in Java. Its possible to get this by...
3
by: KK | last post by:
Consider the following code block: >>>>> Rectangle r = new Rectangle(); Type t0 = r.GetType() Type t1 = typeof(System.Drawing.Rectangle); Type t2 = Type.GetType("System.Drawing.Rectangle");...
3
by: xzzy | last post by:
I was wondering why we have to have using System.Data using System.Configuration using etc.... why are they not all lumped into one 'using'? In other words, is there a best way to use...
0
by: Ross Dempster | last post by:
Hi everyone, this is quite involved but if anyone can help (or just likes a challenge!) i would very much appreciate it. Quick intro : I have forms based authentication (though i do it manually...
0
by: ajayindelhi | last post by:
Hi, I have two user accounts in the format: <domain>\<alias> and <fully qualified domain name>\<alias>
2
by: patrimith | last post by:
Hi List, I am used to the following with Java: import some.package.MyClass; name = MyClass.class.getName(); The value for name will be "some.package.MyClass". For Python, I find:
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.