From owner-freebsd-questions@FreeBSD.ORG Thu Sep 14 15:42:17 2006 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 7A0D616A40F for ; Thu, 14 Sep 2006 15:42:17 +0000 (UTC) (envelope-from "cyb."@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6CAE843D62 for ; Thu, 14 Sep 2006 15:42:14 +0000 (GMT) (envelope-from "cyb."@gmx.net) Received: (qmail invoked by alias); 14 Sep 2006 15:42:12 -0000 Received: from pD952FA78.dip0.t-ipconnect.de (EHLO p4-3200) [217.82.250.120] by mail.gmx.net (mp035) with SMTP; 14 Sep 2006 17:42:12 +0200 X-Authenticated: #4870692 Date: Thu, 14 Sep 2006 17:42:29 +0200 To: billgg@sonic.net, freebsd-questions@freebsd.org From: "Andreas Rudisch" Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 References: <9773.209.204.181.224.1158244818.squirrel@webmail.sonic.net> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <9773.209.204.181.224.1158244818.squirrel@webmail.sonic.net> User-Agent: Opera Mail/9.01 (Win32) X-Y-GMX-Trusted: 0 Cc: Subject: Re: FTP server behind router/gateway 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, 14 Sep 2006 15:42:17 -0000 On Thu, 14 Sep 2006 16:40:18 +0200, wrote: > I have a FreeBSD 6.1 box running behind a router/gateway. When it tries > to go into passive mode, it returns it's internal 192.168. ip address to > the client which the client stupidly uses to try to connect to. I've > confirmed this by tyring to FTP from several external systems (windows & > linux). Is there anyway to get the FreeBSD box to return the external > address without making it act as the router/gateway? > > Thanks, > Marty Maybe this site will help a bit: http://slacksite.com/other/ftp.html Andreas