Did you try   tail -f /var/log/messages    while restarting bind ?
I would like to know if it gives any error-messages...

I think there is a ; missing after the last bracket of your time-to-live
settings.  I never understood why it had to be there, but it had...

Maybe try your config-file this way? :
There could be errors in it, but maybe it puts you on the right track ?

--------------------------------
$TTL 38400
@ IN  SOA   ns1.domain.com. yves.carrefour.peicaps.org. (
                        1055162570
                        10800
                        3600
                        604800
                        38400 );
                IN      NS              ns1.domain.com.
                IN      MX      10      mail.domain.com.

<this should be a hostname in the domain>   IN      A       24.222.21.54
<this should be a hostname in the domain>   IN      A       24.222.21.54
 #The previous line is not possible, because you use 2 times the same 
 #IP address.  Use a CNAME instead of a A-record.
mail    IN      CNAME   <this should be a hostname already defined>
--------------------------------

I don't know what you are trying to do with the ilebranchee-thing.  You
need to put the hosts from your domain in this file, without the
domain-name, without a point after them. 


Steven



On Mon, 2003-06-09 at 16:27, Yves Arsenault wrote:
> In my domain.com.hosts file,  I  have the following contents:
> 
> 
> domain.com. IN      SOA     ns1.domain.com. yves.carrefour.peicaps.org. (
>                         1055162570
>                         10800
>                         3600
>                         604800
>                         38400 )
> domain.com. IN      NS      ns1.domain.com.
> domain.com. IN      A       24.222.21.54
> www.ilebranchee.ca.     IN      A       24.222.21.54
> mail.domain.com.    IN      CNAME   domain.com.
> domain.com. IN      MX      10 mail.domain.com
> 
> 
> Are there any other files that you would like to see?
> 
> 
> Yves Arsenault
> Carrefour Infotech
> 5, Acadian Dr.
> Charlottetown, PEI
> C1C 1M2
> [EMAIL PROTECTED]
> (902)368-1895 ext.242
> ICQ #117650823 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Steven Broos
> Sent: June 9, 2003 11:09 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [newbie] More about Bind...
> 
> 
> Can you give us more information about what you've done, what is in your
> config-files etc ?
> 
> Some thing that goes through my mind now:
> - before restarting bind, open another terminal and do 
>       "tail -f /var/log/messages"  
>   It gives valueable information about possible errors.
> - Put your loopback in /etc/resolve.conf
> - use dig for DNS lookups
> 
> Steven
> 
> 
> On Mon, 2003-06-09 at 14:56, Yves Arsenault wrote:
> > Hello,
> > 
> > I have recently followed a tutorial in the webmin docs on configuring the
> > Bind DNS server, so I`ve added a domain and followed the tutorial as
> > precisely as possible....
> > 
> > When I run host domain.com serverip
> > 
> > It still doesn`t find the domain name.
> > I keep getting: connection timed out; no servers could be reached
> > 
> > Is Bind dependant on other programs that I might not have running?
> > 
> > Thanks
> > 
> > Yves Arsenault
> > Carrefour Infotech
> > 5,promenade Acadian
> > Charlottetown, IPE
> > C1C 1M2
> > [EMAIL PROTECTED]
> > (902)368-1895 ext.242
> > ICQ #117650823
> > 
> > 
> > 
> > ______________________________________________________________________
> > 
> > Want to buy your Pack or Services from MandrakeSoft? 
> > Go to http://www.mandrakestore.com
> 
> 
> 
> 
> 
> ______________________________________________________________________
> 
> Want to buy your Pack or Services from MandrakeSoft? 
> Go to http://www.mandrakestore.com


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to