From owner-freebsd-questions Sun Jan 14 20:38:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clmboh1-smtp2.columbus.rr.com (clmboh1-smtp2.columbus.rr.com [65.24.0.111]) by hub.freebsd.org (Postfix) with ESMTP id 8916837B402 for ; Sun, 14 Jan 2001 20:38:38 -0800 (PST) Received: from mail.iowna.com (dhcp065-024-023-038.columbus.rr.com [65.24.23.38]) by clmboh1-smtp2.columbus.rr.com (8.11.2/8.11.2) with ESMTP id f0F4aHp08741 for ; Sun, 14 Jan 2001 23:36:22 -0500 (EST) Message-ID: <3A627E01.274B5554@mail.iowna.com> Date: Sun, 14 Jan 2001 23:35:13 -0500 From: Bill Moran X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: BIND and gateway with RFC-1918 IPs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here's the sit: Gateway computer for a small company is also their email server and web server (for the internet) It will also be their DNS server for the internet as well as their DNS server internally. The problem is this, I want mail.company.com to resolve to different IP addys depending on who requests it. The internal clients, with 10.x.x.x addys should resolve this name to 10.0.0.1 (which is the internal side of the gateway - fxp1) and anyone from the internet should resolve to the real live IP address of the other interface, fxp0. Do I have to run 2 seperate incantations of named with different SOA configs? If so, how do I tell it to only listen on a specified interface? Or is there another way to make this work?? TIA, Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message