From owner-freebsd-questions@FreeBSD.ORG Thu Dec 29 20:34:52 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 06E7C16A41F for ; Thu, 29 Dec 2005 20:34:52 +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 8F1F343D53 for ; Thu, 29 Dec 2005 20:34:51 +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:34:47 -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: AcYMt09O7mZ7ZSlyTBOoR+HWFo4miQ== From: "Chris S. Wilson" To: Subject: 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:34:52 -0000 Hello! :) I am having a problem with freebsd 5.3-release and natd. When I try to connect to a service on my internal network to an IP on my external network that has a port redirected, it wont connect.=20 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? My Config: IPFW Startup Script: /sbin/ipfw -f flush /sbin/ipfw add divert natd all from any to any via xl1 /sbin/ipfw add pass all from any to any Natd.conf: use_sockets yes same_ports yes redirect_port tcp 10.0.10.2:8- 67.128.100.2:80 Rc.conf gateway_enable=3D"YES" firewall_enable=3D"YES" natd_enable=3D"YES" natd_interface=3D"xl1" natd_flags=3D"-m -s -f /etc/natd.conf" Thanks! Chris W