From owner-freebsd-questions@FreeBSD.ORG Wed May 6 15:28:47 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 017B11065690 for ; Wed, 6 May 2009 15:28:47 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from mail-fx0-f168.google.com (mail-fx0-f168.google.com [209.85.220.168]) by mx1.freebsd.org (Postfix) with ESMTP id 84F2A8FC1C for ; Wed, 6 May 2009 15:28:45 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by fxm12 with SMTP id 12so196661fxm.43 for ; Wed, 06 May 2009 08:28:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=cv9FaRwkUvONSCIZzY0mbY0XxZD5jfOj0Z7KMtTwpwI=; b=ibt2Dnx70bWtEwFrA90cwEx1FleopCX0BE1Rmfbj/sMK4iI1hLp2OqScWg+VG8ummV nNnSZRpTykUR8iedgbfJlAZ7107m0VoUW5RPwtComW/8zocJSiQBymYVIKL7OaeXW7I/ QsFe8kRF8KTSZ7sTupnjT4/HcnUVLcP2okXr8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=kmVtsgRzNb2iAhfiyRS0ixDNrhfofeqXtJEra8WiNoL0a/FjqpT7wc56czOLYKh0yP lhwuvCxi996bQ+dh4s7kxdlDoe2bvCPTVGRxqnaHU3MMftedYYcZx1SIPllv1ryfwKZH Wn/MtgbSUqc3+qz+23omhJ6KZWslVpn+oW3h4= MIME-Version: 1.0 Received: by 10.223.127.8 with SMTP id e8mr1013024fas.81.1241623724837; Wed, 06 May 2009 08:28:44 -0700 (PDT) In-Reply-To: References: Date: Wed, 6 May 2009 10:28:44 -0500 Message-ID: From: Andrew Gould To: Daniel Underwood Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-questions@freebsd.org" Subject: Re: Preferred client for DynDNS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2009 15:28:47 -0000 On Wed, May 6, 2009 at 9:40 AM, Daniel Underwood wrote: > There appear to be several clients capable of working with DynDNS.com > services here: > > > E.g., dns/inadyn, dns/ipcheck > > Can anyone make recommendations? My goal in using DynDNS is to allow > remote SSH logins to a machine behind a router at my house (using a > common ISP). > > Thanks, > Daniel > _______________________________________________ > I use ddclient. It was the first one I tried, and works well, so I haven't tried anything else. Andrew