[Cialug] FC3 DNS PROB

frankie cialug@cialug.org
Tue, 15 Mar 2005 21:49:41 -0600


--Apple-Mail-2--506204594
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	delsp=yes;
	format=flowed

Hi Dave,
	This was produced by Webmin 1.180-1.1.fc3.rf on FC3 2.6.10-1.770. I am  
very curious to see what you think. Thanks.

named.conf
options {
	directory "/var/named";
	dump-file "/var/named/data/cache_dump.db";
         statistics-file "/var/named/data/named_stats.txt";
	};
controls {
	inet 127.0.0.1 allow { localhost; } keys { rndckey; };
};


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

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

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

zone  
"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" 
  IN {
         type master;
	file "named.ip6.local";
	allow-update { none; };
};

zone "255.in-addr.arpa" IN {
	type master;
	file "named.broadcast";
	allow-update { none; };
};

zone "0.in-addr.arpa" IN {
	type master;
	file "named.zero";
	allow-update { none; };
};

include "/etc/rndc.key";
zone "mayhem.nut" {
	type master;
	file "/var/named/mayhem.nut.hosts";
	};

view mayhem.nut {
	};

This is what it produced for a zone file for my domain:
mayhem.nut.hosts
$ttl 38400
mayhem.nut.	IN	SOA	horizontal.mayhem.nut. frankie.raccoon.com. (
			1110613166
			10800
			3600
			604800
			38400 )
mayhem.nut.	IN	NS	horizontal.mayhem.nut.
horizontal.mayhem.nut.	IN	A	192.168.1.75
bluemoon.mayhem.nut.	IN	A	192.168.1.85
macman.mayhem.nut.	IN	A	192.168.1.95
192.168.1.75.mayhem.nut.	IN	PTR	horizontal.mayhem.nut
192.168.1.85.mayhem.nut.	IN	PTR	bluemoon.mayhem.nut
192.168.1.95.mayhem.nut.	IN	PTR	macman.mayhem.nut
localhost.mayhem.nut.	IN	A	127.0.0.1


Irv Robison
IRVNET
515-720-7816
frankie@raccoon.com
www.irvnet.us

Optimism and perserverance have gotten me farther then anthing else I  
have tried.

"This message may contain confidential and/or privileged information.  
If you
are not the addressee or authorized to receive this for the addressee,  
you
must not use, copy, disclose, or take any action based on this message  
or
any information herein. If you have received this message in error,  
please
advise the sender immediately by reply e-mail and delete this message.  
Thank
you for your cooperation."

On Mar 15, 2005, at 8:39 PM, Dave Weis wrote:

>
> On Tue, 15 Mar 2005, frankie wrote:
>> 	I have been through all my config files and figured out the zones  
>> and references. Everything looks OK as far as I can tell. Would  
>> someone be willing to look at my config files and see if they can  
>> spot the problem? Any help is much appreciated!
>
> Send the non-comment lines of your zone file and your named.conf.
>
> -- 
> Dave Weis             "I believe there are more instances of the  
> abridgment
> djweis@sjdjweis.com   of the freedom of the people by gradual and  
> silent
>                       encroachments of those in power than by violent
>                       and sudden usurpations."- James Madison
> _______________________________________________
> Cialug mailing list
> Cialug@cialug.org
> http://cialug.org/mailman/listinfo/cialug
>

--Apple-Mail-2--506204594
Content-Transfer-Encoding: 7bit
Content-Type: text/enriched;
	charset=US-ASCII

Hi Dave,

	This was produced by Webmin 1.180-1.1.fc3.rf on FC3 2.6.10-1.770. I
am very curious to see what you think. Thanks.<italic><underline>


named.con</underline></italic><underline>f</underline>

options {

	directory "/var/named";

	dump-file "/var/named/data/cache_dump.db";

        statistics-file "/var/named/data/named_stats.txt";

	};

controls {

	inet 127.0.0.1 allow { localhost; } keys { rndckey; };

};



zone "localdomain" IN {

	type master;

	file "localdomain.zone";

	allow-update { none; };

};


zone "localhost" IN {

	type master;

	file "localhost.zone";

	allow-update { none; };

};


zone "0.0.127.in-addr.arpa" IN {

	type master;

	file "named.local";

	allow-update { none; };

};


zone
"0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa"
IN {

        type master;

	file "named.ip6.local";

	allow-update { none; };

};


zone "255.in-addr.arpa" IN {

	type master;

	file "named.broadcast";

	allow-update { none; };

};


zone "0.in-addr.arpa" IN {

	type master;

	file "named.zero";

	allow-update { none; };

};


include "/etc/rndc.key";

zone "mayhem.nut" {

	type master;

	file "/var/named/mayhem.nut.hosts";

	};


view mayhem.nut {

	};


This is what it produced for a zone file for my domain:<italic><underline>

mayhem.nut.hosts</underline></italic>

$ttl 38400

mayhem.nut.	IN	SOA	horizontal.mayhem.nut. frankie.raccoon.com. (

			1110613166

			10800

			3600

			604800

			38400 )

mayhem.nut.	IN	NS	horizontal.mayhem.nut.

horizontal.mayhem.nut.	IN	A	192.168.1.75

bluemoon.mayhem.nut.	IN	A	192.168.1.85

macman.mayhem.nut.	IN	A	192.168.1.95

192.168.1.75.mayhem.nut.	IN	PTR	horizontal.mayhem.nut

192.168.1.85.mayhem.nut.	IN	PTR	bluemoon.mayhem.nut

192.168.1.95.mayhem.nut.	IN	PTR	macman.mayhem.nut

localhost.mayhem.nut.	IN	A	127.0.0.1



Irv Robison

IRVNET

515-720-7816

frankie@raccoon.com

www.irvnet.us


Optimism and perserverance have gotten me farther then anthing else I
have tried.


"This message may contain confidential and/or privileged information.
If you

are not the addressee or authorized to receive this for the addressee,
you

must not use, copy, disclose, or take any action based on this message
or

any information herein. If you have received this message in error,
please

advise the sender immediately by reply e-mail and delete this message.
Thank

you for your cooperation."


On Mar 15, 2005, at 8:39 PM, Dave Weis wrote:


<excerpt>

On Tue, 15 Mar 2005, frankie wrote:

<excerpt>	I have been through all my config files and figured out the
zones and references. Everything looks OK as far as I can tell. Would
someone be willing to look at my config files and see if they can spot
the problem? Any help is much appreciated!

</excerpt>

Send the non-comment lines of your zone file and your named.conf.


-- 

Dave Weis             "I believe there are more instances of the
abridgment

djweis@sjdjweis.com   of the freedom of the people by gradual and
silent

                      encroachments of those in power than by violent

                      and sudden usurpations."- James Madison

_______________________________________________

Cialug mailing list

Cialug@cialug.org

http://cialug.org/mailman/listinfo/cialug


</excerpt>
--Apple-Mail-2--506204594--