There are two ways to do this. 1. If you have two network interfaces on the host have bind9 running against only any card - one for internal one for external.
2.Use views in bind9 and only run one version of bind9. e.g. view "internal" { match-clients {10/8; }; .... }; view "external" { match-clients { any; }; recursion no; .... }; I have assumed that your internal network runs on the 10.x.x.x addresses. On Fri, 2003-09-12 at 20:30, [EMAIL PROTECTED] wrote: > From: Ismael Valladolid Torres <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Not-so-strange question about bind > Date: 12 Sep 2003 17:51:23 +0200 > > Hi, > > Can I install a simple bind package, and with it, run two bind daemons > on different ports serving the same domain using different zone files? > > I am thinking of using the same machine to resolve the same machine > names into a different set of IP addresses, internal ones for Intranet > use, and the "visible" external one for external use. > > I suppose, in the worst case, I could install both bind and bind9, > hoping they don't conflict. > > Any feedback will be very useful, so thanks in advance. > > Regards, Ismael > -- > "Tout fourmille de commentaries; d'auteurs il en est grande cherté" > ---- > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]