Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  agyat : (24 May 2013 - 05:15 PM) O Dear, Where Are You? Without Your Words This Sb Is ..
@  agyat : (23 May 2013 - 01:23 AM) Wow! Mr. Sb Back Home.
@  OpaQue : (23 May 2013 - 12:44 AM) Ting
@  OpaQue : (24 April 2013 - 02:44 PM) I guess, Time to run Mycent script.
@  OpaQue : (24 April 2013 - 02:43 PM) wow.. not much spam. except habatt posting lot of links.. :P
@  yordan : (23 April 2013 - 01:04 PM) You're welcome, agyat. Nice to have been helpful. Second lesson: try full words, "you" instead of "EW".
@  agyat : (23 April 2013 - 05:03 AM) @YORDAN: tHANK EW FOR YOUR FIRST LESSON.   :D
@  yordan : (22 April 2013 - 09:43 PM) @agyat : "why don't you help me", or "please help me", or "please teach us"
@  yordan : (22 April 2013 - 09:42 PM) welcome back, velma
@  velma : (22 April 2013 - 07:51 AM) **yawns** Good to be back, wonder what is going on here :)
@  agyat : (22 April 2013 - 03:50 AM) Oh! so, why don't help me learn english..
@  yordan : (21 April 2013 - 08:38 PM) The goal mentioned by shiu : "learning english, learning computer"
@  agyat : (21 April 2013 - 06:31 PM) WHAT GOAL?
@  yordan : (20 April 2013 - 10:39 AM) yes, that's our goal. simultaneouly learning English and teaching/learning computer using.
@  shiyu : (20 April 2013 - 07:30 AM) learning english,learning computer
@  yordan : (19 April 2013 - 01:11 PM) Oh, I see, it's just a trick in order to force people looking at your texte. Somehow smart, maybe.
@  agyat : (19 April 2013 - 02:54 AM) And of course I know it is not SEO friendly.
@  agyat : (19 April 2013 - 02:52 AM) There may be two possible answers for that ....


1) Shout was posted using mobile keypad.

2) To force people read content carefully and/or with more concentration.
@  agyat : (19 April 2013 - 02:49 AM) There may be two possible answers for that ....
@  yordan : (18 April 2013 - 09:35 PM) however, why this mixing of capital letters in the middle of your text?

Replying to Installation: Local Caching Dns In Linux


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

miCRoSCoPiC^eaRthLinG

Posted 02 February 2005 - 04:59 PM

All right - problem solved. Don't bother any more. I figured it out today after a loooong session of tweaking around with the values. Maybe I'll chalk up a tutorial on it.
Thanks all the same...
:)

P.S. - Ya - I went ahead and wrote up a tutorial on it - it's posted in the Howto's section now. Have fun.

miCRoSCoPiC^eaRthLinG

Posted 02 February 2005 - 12:27 PM

Ya - named.conf exists, so dose resolv.conf and the named.local too...
Let me tell you what I did step by step:
1. First ran rndc_config_gen to generate the rndc keys
2. included the generated key in the named.conf file and for say my own domain, xxx - created a zone in named.conf
zone "ns1.xxx" {
type master;
file "/var/named/ns1.xxx.db";
};

and a reverse zone
zone "0.0.127.in-addr.arpa" IN {
type master;
file "named.local";
allow-update { none; };
};

3. Modified the file /var/named/ns1.xxx.db to contain:
$TTL somevalue;
ns1.xxx. 14400 IN A myServerIP
localhost. ns1.xxx 14400 IN A 127.0.0.1

- umm.. after that I kind got lost and saved he file and tried to do nslookup/dig on my domain .... didn't quite work out. I'll go through the page you posted and let you know... It'll be quite helpful though, if you can give me a sample of your named.conf, resolv.conf and the zone file and your domain name - maybe I can go through the params and figure out what to do...
Thanks :)

mastercomputers

Posted 02 February 2005 - 11:46 AM

Hi all,
      BIND is already installed on my server (am using Fedora Core 2) - can anyone help me in setting up the DNS Zones and configuring the named.conf - preferrbaly the NON-GUI way ?? I'm more comfortable with the console and vi way. I've tried in uncountable ways and all it has given me are uncountable bad hair days... :)
Thanks

<{POST_SNAPBACK}>


The named.conf file should already exist right? I don't think we alter this at all but I'll check in it later and see if I made any changes to this, I believe we create /etc/named.local although this file may already have existed too and we alter our /etc/resolv.conf file, I definitely know this file was always there.

Anyways here's a link that should help you and probably would correct myself too. http://www.stanford....ns/Caching.html

MC

miCRoSCoPiC^eaRthLinG

Posted 01 February 2005 - 08:44 PM

Hi all,
BIND is already installed on my server (am using Fedora Core 2) - can anyone help me in setting up the DNS Zones and configuring the named.conf - preferrbaly the NON-GUI way ?? I'm more comfortable with the console and vi way. I've tried in uncountable ways and all it has given me are uncountable bad hair days... :)
Thanks

Review the complete topic (launches new window)