Re: Simple DNS Configuration

2006-07-25 Thread David Stanford
On 7/25/06, Mikhail Goriachev [EMAIL PROTECTED] wrote: David Stanford wrote: I've tried everyone's suggestions to no avail. Here's my actual configuration: [EMAIL PROTECTED] ~]# /etc/rc.d/named stop Stopping named. [EMAIL PROTECTED] ~]# tail -12 /etc/namedb/named.conf I can't stop mine

Re: Simple DNS Configuration

2006-07-25 Thread Mikhail Goriachev
David Stanford wrote: On 7/25/06, Mikhail Goriachev [EMAIL PROTECTED] wrote: David Stanford wrote: I've tried everyone's suggestions to no avail. Here's my actual configuration: [EMAIL PROTECTED] ~]# /etc/rc.d/named stop Stopping named. [EMAIL PROTECTED] ~]# tail -12 /etc/namedb/named.conf

Re: Simple DNS Configuration

2006-07-25 Thread David Stanford
; MX Records IN MX 10 mail.daemonbox.net. ; Machine Names localhost IN A 127.0.0.1 chadwick IN A 66.246.140.170 mail IN A 66.246.246.58 www IN A 66.246.140.170 @

Re: Simple DNS Configuration

2006-07-25 Thread David Stanford
Yea, I feel I may just use the A records as the additional query issue you mentioned previously leaves me thinking it's the better configuration...it still bothers me I can't figure it out though. :-/ Not sure what you mean. I was referring to your comment regarding CNAME causing an

Re: Simple DNS Configuration

2006-07-25 Thread James Long
Date: Mon, 24 Jul 2006 17:53:03 -0400 From: David Stanford [EMAIL PROTECTED] Subject: Re: Simple DNS Configuration To: Matthias Fechner [EMAIL PROTECTED] Cc: freebsd-questions@freebsd.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1; format=flowed www

Re: Simple DNS Configuration

2006-07-25 Thread Matthias Fechner
Hello David, * David Stanford [EMAIL PROTECTED] [25-07-06 02:50]: www IN A 66.246.140.170 you can also write: www IN CNAME chadwick.daemonbox.net. so if the IP address changes you must only edit one line. Best regards, Matthias -- Programming today is a race

Simple DNS Configuration

2006-07-24 Thread David Stanford
Hi all, I feel like I'm losing my mind here. It's been a while since I configured named and I can't quite figure out what I'm doing wrong here. Here is my understanding of what is needed to get (a very basic configuration of) named running with a few A records in place: # sh make-localhost

Re: Simple DNS Configuration

2006-07-24 Thread Mikhail Goriachev
Hi, Try this and let us know how it goes. $ORIGIN example.org. $TTL 3600; 1 hour example.org. IN SOAns.example.org. admin.example.org. ( 2006072400 ; Serial 1d; Refresh

Re: Simple DNS Configuration

2006-07-24 Thread David Stanford
On 7/24/06, Mikhail Goriachev [EMAIL PROTECTED] wrote: Hi, Try this and let us know how it goes. $ORIGIN example.org. $TTL 3600; 1 hour example.org. IN SOAns.example.org. admin.example.org. ( 2006072400 ; Serial

Re: Simple DNS Configuration

2006-07-24 Thread Mikhail Goriachev
David Stanford wrote: Thanks Mikhail, that was it: = @ IN NS ns.example.org. = No worries, glad to hear it's cranking. Now it appears to be working correctly and responding to queries, however I'm noticing I continue to get that same error when I add my

Re: Simple DNS Configuration

2006-07-24 Thread Matthias Fechner
Hi David, David Stanford wrote: Now it appears to be working correctly and responding to queries, however I'm noticing I continue to get that same error when I add my CNAME entry: = @ IN CNAMEwww.example.org. = write: www IN CNAME example.org.

Re: Simple DNS Configuration

2006-07-24 Thread David Stanford
On 7/24/06, Matthias Fechner [EMAIL PROTECTED] wrote: Hi David, David Stanford wrote: Now it appears to be working correctly and responding to queries, however I'm noticing I continue to get that same error when I add my CNAME entry: = @ IN CNAMEwww.example.org.

Re: Simple DNS Configuration

2006-07-24 Thread Derek Ragona
Check your /etc/nsswitch.conf file. You want the line for hosts to be: dns files Also be sure named is running. While it says it is starting do a: ps -ax|grep name -Derek At 04:53 PM 7/24/2006, David Stanford wrote: On 7/24/06, Matthias Fechner [EMAIL PROTECTED] wrote: Hi David,

Re: Simple DNS Configuration

2006-07-24 Thread David Stanford
On 7/24/06, Derek Ragona [EMAIL PROTECTED] wrote: Check your /etc/nsswitch.conf file. You want the line for hosts to be: dns files Also be sure named is running. While it says it is starting do a: ps -ax|grep name -Derek Derek, nsswitch.conf hasn't been modified from the

Re: Simple DNS Configuration

2006-07-24 Thread Beech Rintoul
On Monday 24 July 2006 15:10, David Stanford wrote: On 7/24/06, Derek Ragona [EMAIL PROTECTED] wrote: Check your /etc/nsswitch.conf file. You want the line for hosts to be: dns files Also be sure named is running. While it says it is starting do a: ps -ax|grep name -Derek

Re: Simple DNS Configuration

2006-07-24 Thread Mikhail Goriachev
Matthias Fechner wrote: Hi David, David Stanford wrote: Now it appears to be working correctly and responding to queries, however I'm noticing I continue to get that same error when I add my CNAME entry: = @ IN CNAMEwww.example.org. = write: www IN

Re: Simple DNS Configuration

2006-07-24 Thread Mikhail Goriachev
David Stanford wrote: I've tried everyone's suggestions to no avail. Here's my actual configuration: [EMAIL PROTECTED] ~]# /etc/rc.d/named stop Stopping named. [EMAIL PROTECTED] ~]# tail -12 /etc/namedb/named.conf I can't stop mine and then start it again (running in chrooted mode). I do:

Re: Simple DNS Configuration

2006-07-24 Thread Mikhail Goriachev
Mikhail Goriachev wrote: David Stanford wrote: I've tried everyone's suggestions to no avail. Here's my actual configuration: [EMAIL PROTECTED] ~]# /etc/rc.d/named stop Stopping named. [EMAIL PROTECTED] ~]# tail -12 /etc/namedb/named.conf I can't stop mine and then start it again