From owner-freebsd-questions Tue Mar 12 13: 5:14 2002 Delivered-To: freebsd-questions@freebsd.org Received: from richard.eu.org (adsl-213-190-39-113.takas.lt [213.190.39.113]) by hub.freebsd.org (Postfix) with ESMTP id D67CF37B400 for ; Tue, 12 Mar 2002 13:04:47 -0800 (PST) Received: (from rch@localhost) by richard.eu.org (8.11.0/8.11.6) id g2CL4e060455 for freebsd-questions@FreeBSD.ORG; Tue, 12 Mar 2002 23:04:40 +0200 (EET) (envelope-from rch@richard.eu.org) Date: Tue, 12 Mar 2002 23:04:40 +0200 From: Richard =?utf-8?B?xIxlcGFz?= To: freebsd-questions@FreeBSD.ORG Subject: Re: Setting up Vhosting on Dynamic IP Message-ID: <20020312210440.GA60275@richard.eu.org> References: <3.0.5.32.20020312145637.01155d18@mail.sage-one.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3.0.5.32.20020312145637.01155d18@mail.sage-one.net> User-Agent: Mutt/1.5.0i X-OS: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I don't know if it works for vhost, but I use the following for apache: NameVirtualHost 127.0.0.3:80 NameVirtualHost *:80 Listen 127.0.0.3:80 # _default_ catches all dynamic external addresses and this for ipfw: 00120 fwd 127.0.0.3 tcp from any to me 80 via tun0 On Tue Mar 12 14:56:37 2002 -0600 Server Admin wrote: >Running FreeBSD 4.5-STABLE > >On a new server using DSL PPPoE, is it possible to set it up as a >named-based host for vhosting. While I've read up on this and have a fairly >good grasp, I'm still not (precisely) clear where the vhosts' aliases would >go since I use a tunnel interface "tun0" for the external and have a >dynamic IP (use Dynamic DNS host). I have the following components: > >1) Web Server is the gateway and a caching name server (named & BIND ) with >two NICs >2) Use Dynamic DNS service >3) Running IPFW and NATD with packet divert to tun0 >4) Running Apache & Frontpage >5) Interfaces: > a) rl0: flags=8843 mtu 1500 > inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255 > b) rl1: flags=8843 mtu 1500 > c) tun0: flags=8051 mtu 1492 > inet xx.xxx.xx.xxx --> xx.xxx.xx.xxx netmask 0xffffffff > >6) Also should mention the above server is used for mail too. Sendmail & >qpopper which I will have to configure for vhosts too. > >THE MAIN QUESTION (so far): >If it is possible to set up virtual hosting without a static IP as above >and if so, should the aliases for each vhost go with the rl0 interface..??? > >Later on, I plan to move to a static IP with 6MBS DSL speeds, but more >expensive. However, for now, I can make do with the slower DSL for the >less-active hosts being moved over to this server at the beginning. >Unfortunately, it comes with dynamic IP. > >Sorry the above is so long, but brief as possible. Appreciate any help on >this.... thanks! >.... our website: http://www.sage-one.net/ > >Best regards, > >Jack L. Stone >Server Admin > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message -- ☻ Ričardas Čepas ☺ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message