From owner-freebsd-questions@FreeBSD.ORG Thu Dec 29 20:41:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4C16816A41F for ; Thu, 29 Dec 2005 20:41:36 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id B71A043D46 for ; Thu, 29 Dec 2005 20:41:35 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 00C3C5CFE; Thu, 29 Dec 2005 15:41:35 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07447-08; Thu, 29 Dec 2005 15:41:34 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-122-227.ny325.east.verizon.net [68.161.122.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 2AC215C8B; Thu, 29 Dec 2005 15:41:34 -0500 (EST) Message-ID: <43B44A0D.10905@mac.com> Date: Thu, 29 Dec 2005 15:41:49 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Chris S. Wilson" References: In-Reply-To: X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd-questions@freebsd.org Subject: Re: NATD Internal Network problems 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, 29 Dec 2005 20:41:36 -0000 Chris S. Wilson wrote: [ ... ] > IE: 67.128.100.2 is my external IP, on my internal network I try to > connect to 67.128.101.2:80 which is forwarded in my natd.conf and the > connection is refused. > > Does anyone know why? Change the "-" to a "0" in: redirect_port tcp 10.0.10.2:8- 67.128.100.2:80 ...? -- -Chuck