From owner-freebsd-questions@FreeBSD.ORG Thu Jul 17 01:44:06 2008 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 76AB51065673 for ; Thu, 17 Jul 2008 01:44:06 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id 422598FC0A for ; Thu, 17 Jul 2008 01:44:06 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so7136831rvf.43 for ; Wed, 16 Jul 2008 18:44:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=03Mil71jpSQDPwqt/lTvARkbrj46tVieYpztVc2y4kY=; b=ffTba0TZ+cLHmzfeTpTn6zbE6JIdy76rqM7GjmDlKxFBk/ac294VOl44XZf7sl/alm j5ljKexPWq0wzWOcIKq7bGTJsbVRleiRMFHJ9DTjt5rjfMO2U1R0jo5eTEoJqnbFgDbh cpsoOruJrMkUeC/8LdmHag2WFhzb40aJhsCvo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=JXQdhecqbx3JezmoN3xQ294+HIajs98kAh3TX7QCj4c69HH0lIOjjcnCZ2U5X1Yie9 e00P/Zh5xcpvFOW/ZfSWf0Lb3uc6WjpiDPJKSf77pNwysX2AB8LjV1/swgQ27FcD47bu E3gNZZfoP8+VIlzpNziRNgYUaG2KvdEGjtQ7M= Received: by 10.141.33.21 with SMTP id l21mr843362rvj.9.1216258661220; Wed, 16 Jul 2008 18:37:41 -0700 (PDT) Received: by 10.141.189.8 with HTTP; Wed, 16 Jul 2008 18:37:41 -0700 (PDT) Message-ID: Date: Wed, 16 Jul 2008 18:37:41 -0700 From: patrick To: "FreeBSD Questions Mailing List" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Subject: Re: UPnP or NAT-PMP on FreeBSD? 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: Thu, 17 Jul 2008 01:44:06 -0000 Just stumbled upon MiniUPnP (http://miniupnp.free.fr/) which seems to do what I need -- provided I switch from ipfw to pf. I was planning on exploring this anyway, so I guess I'll do it sooner rather than later. :) Patrick On Wed, Jul 16, 2008 at 6:31 PM, patrick wrote: > I was wondering if there is any support in FreeBSD for Universal Plug > and Play (UPnP) or NAT Port Mapping Protocol NAT-PMP? We have a > FreeBSD 7.x server running natd in my office being used as our NAT > gateway/router, and I would like to use the "Back to My Mac" feature > that Apple's Mobile Me (formerly .Mac) offers. It requires that your > gateway support either one of these two standards, but I can't seem to > find out any information if natd supports anything like this. Anyone > accomplished this before? > > Patrick >