From owner-freebsd-questions@FreeBSD.ORG Tue Mar 2 14:01:34 2004 Return-Path: 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 4C1B116A4CE for ; Tue, 2 Mar 2004 14:01:34 -0800 (PST) Received: from mail.gmx.net (pop.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6730D43D31 for ; Tue, 2 Mar 2004 14:01:33 -0800 (PST) (envelope-from werner_schalk@gmx.de) Received: (qmail 25109 invoked by uid 65534); 2 Mar 2004 22:01:32 -0000 Received: from pD95E7845.dip.t-dialin.net (EHLO laptop) (217.94.120.69) by mail.gmx.net (mp011) with SMTP; 02 Mar 2004 23:01:32 +0100 X-Authenticated: #15379541 From: Werner Schalk To: freebsd-questions@freebsd.org Date: Tue, 2 Mar 2004 22:02:25 +0000 User-Agent: KMail/1.6 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200403022202.25814.werner_schalk@gmx.de> Subject: Redirecting all incoming connections to an internal host X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: werner_schalk@gmx.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Mar 2004 22:01:34 -0000 Hi, I have a single DSL line with a single IP address and I am relatively new to FreeBSD (FreeBSD acts as a firewall/router for a local area network). What I would like to do is I would like to redirect all incoming connections (not only single ports) to an internal host (private IP address). Therefore I tried to use natd to reach this goal and set it up exactly as described at http://www.freebsd.org/cgi/man.cgi?natd. Unfortunately it is not working correctly because I can't reach the services running on the internal host from external (e.g. Internet). Is there another way to accomplish this goal? I also tried to use a bridge which seemed to work alright but still I was not able to access the internal machine...any hints, comments or howtos? Bye and thanks, Werner.