David Hajoglou <[EMAIL PROTECTED]> writes:

> I don't know how to describe the problem.  I have configured my named.conf
> and zone files like the DNS-HOWTO describes, but still it fails.  The logs
> read that each file is loaded correctally and that a bind fails:
> ctl_server: bind: Address already in use

I'm not sure if I can help (I don't profess to be a DNS guru), but you
may want to try a couple of things.

1 - Every time you make a change to one of the conf files you have to
change the serial number in that file. [see below]

2 - Really obvious one.  Restart named after tweaking. <ndc restart>

3 - Make sure /etc/resolv.conf points to localhost

4 - Make sure /etc/host.conf has:  order hosts, bind

> So, I want to have one ip, 63.224.68.185 for the www and nameserver,

What kind of IP is this?  If this is a private network you should be
using 192.168.*.*

> -----------------------------
> 
> 68.224.63.domain:
> ;       reverse mapping of domain names 68.224.63.in-addr.arpa
> ;
> @               IN      SOA   asksimon.com. gateway1.asksimon.com. (
>                                 199908261     ; Serial (yymmddxx format)
                                  ^^^^^^^^^
You must change this if you edit this file

> ------------------------------------------
> asksimon.com.domain:
> ; Authoritative data for asksimon.com
> ;
> @               IN      SOA   asksimon.com. gateway1.asksimon.com. (
>                                 1             ; Serial (yymmddxx)
                                  ^
You must change this if you edit this file

> -----------------------------
> 
> 0.0.127.domain:
> ;  Reverse mapping of domain names 0.0.127.in-addr.arpa
> ;  Nobody pays attention to this, it is only so 127.0.0.1 -> localhost.
> @               IN      SOA   asksimon.com. gateway1.asksimon.com. (
>                                 1               ; Serial (yymmddxx)
                                  ^
You must change this if you edit this file


-- 
---Regards, Steve Youngs--------Email:-<[EMAIL PROTECTED]>---
|     If Microsoft is the answer, then all I can say is that     |
|               you are asking the wrong question.               |
------------------------------<Don't be a Newbie--Be a Gnu-bie>---

Reply via email to