Hi, the server is setup to forward first (default behaviour).
DNS works normally, and I can find the server via nslookup etc. DNS appears
to be setup correctly.

>From what I can see, there seems to be a timeout period between the MS
Outlook Express trying to connect to the mail server. The client does
eventually connect, but only after about 1 to 2 minutes.

Here is the named.conf file.

---------------------------------------------
options {
 directory "/var/named";
 query-source address * port 53;
 forwarders{
 196.4.160.2;
 196.4.160.8;
 216.0.48.50;
 };
};
zone "." {
 type hint;
        file "named.cache";
};

zone "pharma.co.za" {
        type master;
        file "pharma.co.za";
};

zone "weleda.co.za" {
        type master;
        file "weleda.co.za";
};

zone "0.0.127.IN-ADDR.ARPA" {
        type master;
        file "named.local";
};

zone "196.33.3.in-addr.arpa" {
        notify no;
        type master;
        file "196.33.3.";
};

------------------------------------------
Regards
Enrico
----- Original Message -----
From: "Jamin Collins" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 02, 2000 6:32 PM
Subject: RE: DNS / Routing question


> Is your DNS server a forwarding only server?  If so, you will need to set
up
> proper zone information for your network.  If you need more information on
> this, I can help.  However, there is a clearly documented DNS HOWTO that
> covers this.
>
> Jamin W. Collins
>
> -----Original Message-----
> From: Enrico Payne [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 02, 2000 8:39 AM
> To: [EMAIL PROTECTED]
> Subject: DNS / Routing question
>
>
> Hi, I have a RH6.2 box acting as a mail/DNS server. Although each client
on
> my network (Win95) has the mail/DNS server list in the it's host file, as
> well as other servers on the local network, when my link to the Internet
> goes down, my DNS stops working, and none of my clients can send e-mail to
> the mail server (local server in sam IP network). All clients are using MS
> Outlook Express to as a mail client, and the server is using Sendmail and
> Bind8.2.2 (as per RH6.2 release).
>
> What do I need to do in order to allow my mail clients to send to the mail
> server even if the internet link is down?
>
> Regards
> Enrico
>
>
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
>
>
>
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to