From owner-freebsd-questions@FreeBSD.ORG Sun Aug 10 23:30:15 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 231A7106567C for ; Sun, 10 Aug 2008 23:30:15 +0000 (UTC) (envelope-from k2msmith@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.171]) by mx1.freebsd.org (Postfix) with ESMTP id EDF588FC16 for ; Sun, 10 Aug 2008 23:30:14 +0000 (UTC) (envelope-from k2msmith@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so1469021wfg.7 for ; Sun, 10 Aug 2008 16:30:14 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=5rxsEtN0mSmmFVDjWINibacQR18zb24/NL5o/8Cs1nU=; b=jEu84fMYNtMhsKZAMqPdy7jLTggH838uhRu8Ok7wvzrihxVtEMrx5HvXQI9ha/YE59 LumiZ0jcMxfjZCY+BkddRW1ebvyM/u8UO+BGaDES9PA6DgV7x6EVENVQLZXxeS1TOqE7 dmoQ1EIVgTu9DshuVH/17QZ8C5lbrjG/i66tA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=mvcxC9Q/MCJVxYanz0Nn4su8q2rjsIT67JxRogVoSQOrZQKIj0sQG4g0f7KZbpVOOQ XwzZNMlxAHP0QW0tq5cuzTaZQf58RHDfi1weFm0Kvh7AXR42i6vRf38ie+cr51EFAce2 EzdpanT07BPw5bi9sd8Lx4F+qSXLRQD2JzpW0= Received: by 10.142.158.3 with SMTP id g3mr1850954wfe.347.1218409564482; Sun, 10 Aug 2008 16:06:04 -0700 (PDT) Received: by 10.142.237.17 with HTTP; Sun, 10 Aug 2008 16:06:04 -0700 (PDT) Message-ID: <49dd14e0808101606o7b95e41fn7152f47d7a42d39b@mail.gmail.com> Date: Sun, 10 Aug 2008 16:06:04 -0700 From: "Kevin Smith" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: need help debugging port mapping/server setup 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: Sun, 10 Aug 2008 23:30:15 -0000 I have my freebsd system configured with a static IP behind an Apple Airport Extreme router using ethernet connection rather than wireless. I am trying to set up dynamic dns (with dyndns.com service) and I would like to open port 80 and others so that I can use my freebsd system as a web server. My freebsd system is set up with ddclient to associate dynamic ip address of router (I have DHCP connection to my ISP, the local connnection to my freebsd sytem is static ip address. Everything appears to be working and I am able to try to telnet the dyndns hostname and it returns the correct address of my router, but it does not appear that the router is forwarding the port request to the freebsd system. The port tools on the website for dyndns.com return that the ports I am testing are closed. (80, 21, 23) How do I debug this ? The AE router as a syslog that I have set for the highest level of debugging, but I do not see any port mapping requests in the. The router is set of for NAT enabled and I have entered the static IP address of my freebsd system associated with the desired ports that I want. A call to my ISP confirmed (at least they told me) that they do not block any ports. Any ideas on where to start ? Thanks!