If you are using BIND for DNS you can use 'view'. I think this is with BIND
9 > This way you won't need another DNS server.

// your internal DNS setup
view "internal" {
 allow-transfer { (internal dns servers ip's); };
 match-clients { 192.168.0.0/24; };
 recursion yes;
        zone "domain.com" {
                type master;
                file "db.domain.I";
              zone "0.168.192.in-addr.arpa" {
                type master;
                file "db.192.168.0";
        };
        };
// your external DNS setup
view "external" {
 match-clients { any; };
  zone "domain.com" {
          type master;
          file "db.domain.E";
           };
 };

Gary
----- Original Message ----- 
From: "Jason Wilson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, November 11, 2003 9:42 PM
Subject: Re: Re[2]: [IMail Forum] problems checking mail


> sanford, that does make sense.
>
> being the amateur that i am, do you have a direction you could point me
> in as far as setting up a separate DNS for internal use?
>
> thanks,
> jason
>

---
[This E-mail scanned for viruses by Declude Virus]


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to