From owner-freebsd-questions Fri Jan 19 6:18:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.neophile.net (neophile.net [195.224.237.7]) by hub.freebsd.org (Postfix) with ESMTP id 0F9C937B401 for ; Fri, 19 Jan 2001 06:18:37 -0800 (PST) Received: from host213-121-120-178.btopenworld.com ([213.121.120.178] helo=celly.neophile.net) by mail.neophile.net with esmtp (Exim 3.15 #1) id 14Jc8h-0008S2-00 for questions@freebsd.org; Fri, 19 Jan 2001 14:03:40 +0000 Message-Id: <4.3.2.7.2.20010119135954.026d0008@mail.btinternet.com> X-Sender: slamdunk@pop3.neophile.net X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Fri, 19 Jan 2001 14:18:56 +0000 To: questions@freebsd.org From: slamdunk Subject: Multiple IPs and domains on the same box Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi I am new to list and have a couple of questions that I hope someone might help me with - If this is not appropriate for this list please let me know, or advise me off list. Background I have a hosted box where I work which is xxx.xxx.xxx.17 which resolves to xxxxxxxxx.net - I am also the owner of xxxxxxxxx.org and have been assigned xxx.xxx.xxx.17 for use with it. I also do my own DNS and have friends box do secondary DNS. I can use both the domains from the same box (with a single IP) using the following entry from named.conf :- zone "." { type hint; file "named.root"; }; zone "0.0.127.IN-ADDR.ARPA" { type master; file "localhost.rev"; }; zone "neophile.net" { type master; file "pri/net/neo.net"; }; zone "darkcyde.org" { type master; file "pri/org/dark.org"; }; I now wish to use each domain using diffierent IPs (the current .7 for neophile.net and the new .17 for darkcyde.org) on the same box. I understand this is possible (and in fact this is how "bouncers" work) I have asked our service provider to update their RDNS records to reflect that .17 should resolve to "the.darkcyde.org" Can anyone advise me please how to set this up - or at least point me in the right direction for further info. Much appreciated Jerry slamdunk@neophile.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message