From owner-freebsd-questions@FreeBSD.ORG Thu Dec 29 20:43:08 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 C1FDB16A41F for ; Thu, 29 Dec 2005 20:43:08 +0000 (GMT) (envelope-from cswilson@ordizmelby.com) Received: from omaserver.ordizmelby.com (omaserver.ordizmelby.com [67.128.101.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CEE4943D77 for ; Thu, 29 Dec 2005 20:43:03 +0000 (GMT) (envelope-from cswilson@ordizmelby.com) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Thu, 29 Dec 2005 12:43:01 -0800 X-MimeOLE: Produced By Microsoft Exchange V6.5 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: NATD Internal Network problems Thread-Index: AcYMuESz36w84KPKRr+V70qM4ibhyAAAB99g From: "Chris S. Wilson" To: "Chuck Swiger" 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:43:08 -0000 Hmm, still does'nt work. That seemed to be a typo however I still cant connect :( CW =20 -----Original Message----- From: Chuck Swiger [mailto:cswiger@mac.com]=20 Sent: Thursday, December 29, 2005 12:42 PM To: Chris S. Wilson Cc: freebsd-questions@freebsd.org Subject: Re: NATD Internal Network problems Chris S. Wilson wrote: [ ... ] > IE: 67.128.100.2 is my external IP, on my internal network I try to=20 > connect to 67.128.101.2:80 which is forwarded in my natd.conf and the=20 > connection is refused. >=20 > Does anyone know why? Change the "-" to a "0" in: redirect_port tcp 10.0.10.2:8- 67.128.100.2:80 ...? -- -Chuck