From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 19:41:43 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA37337B42F for ; Tue, 15 Apr 2003 19:41:43 -0700 (PDT) Received: from smtp.us.messagingengine.com (ny3.fastmail.fm [66.111.4.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3F0643FAF for ; Tue, 15 Apr 2003 19:41:42 -0700 (PDT) (envelope-from judmarc@fastmail.fm) Received: from www.fastmail.fm (server1.internal [10.202.2.132]) by server3.messagingengine.com (Postfix) with ESMTP id B154E57417; Tue, 15 Apr 2003 22:41:39 -0400 (EDT) Received: from 127.0.0.1 ([127.0.0.1] helo=www.fastmail.fm) by messagingengine.com with SMTP; Tue, 15 Apr 2003 22:41:38 -0400 X-Epoch: 1050460898 X-Sasl-enc: W/3m9jsLk83fBey5d8z3XQ Received: from sparky (dialup-63.214.203.86.Dial1.Philadelphia1.Level3.net [63.214.203.86]) by www.fastmail.fm (Postfix) with ESMTP id 3891913412; Tue, 15 Apr 2003 22:41:19 -0400 (EDT) To: Alfonso Romero , freebsd-questions , "E. J. Cerejo" References: <00df01c30399$e33e5ae0$0100a8c0@ibac> <3E9C8939.6060707@laposte.net> <012701c303b0$d9ac9700$0100a8c0@ibac> Message-ID: Content-Type: text/plain; charset=utf-8; format=flowed From: Jud MIME-Version: 1.0 Date: Wed, 16 Apr 2003 02:41:07 -0400 In-Reply-To: <012701c303b0$d9ac9700$0100a8c0@ibac> User-Agent: Opera7.10/Win32 M2 build 2840 Subject: Re: Dynamic IP Web Server X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2003 02:41:44 -0000 On Tue, 15 Apr 2003 19:40:59 -0500, Alfonso Romero wrote: > I cheched dns2go, but they require Windows! and I want to use Freebsd [snip] >> Alfonso Romero wrote: >> > Is there a way to use a dynamic IP address to host a Web site? Could >> you > please tell me where can I get some information about that? Http://www.dyndns.org has a list of IP updating clients for Unix (and Windows) with user ratings and links to downloads, or you can write your own script. I'm happy with ddclient, which is highly rated and in the FreeBSD ports. Jud