From owner-freebsd-questions@FreeBSD.ORG Sat Jan 27 19:37:21 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 58E6E16A401 for ; Sat, 27 Jan 2007 19:37:21 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from mx00.pub.collaborativefusion.com (mx00.pub.collaborativefusion.com [206.210.89.199]) by mx1.freebsd.org (Postfix) with ESMTP id 087BC13C46C for ; Sat, 27 Jan 2007 19:37:20 +0000 (UTC) (envelope-from wmoran@collaborativefusion.com) Received: from working (c-71-60-174-60.hsd1.pa.comcast.net [71.60.174.60]) (AUTH: LOGIN wmoran, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by wingspan with esmtp; Sat, 27 Jan 2007 14:37:20 -0500 id 0005641E.45BBA9F0.00011F7F Date: Sat, 27 Jan 2007 14:37:19 -0500 From: Bill Moran To: "Guillermo Gonzalez" Message-Id: <20070127143719.ff294f3e.wmoran@collaborativefusion.com> In-Reply-To: <4abbd7f80701270107r28f0ca2cj937fc67d997b6089@mail.gmail.com> References: <4abbd7f80701270107r28f0ca2cj937fc67d997b6089@mail.gmail.com> Organization: Collaborative Fusion Inc. X-Mailer: Sylpheed version 2.2.10 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: I am unable to connect to my ftp server from anything other than the local host 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: Sat, 27 Jan 2007 19:37:21 -0000 "Guillermo Gonzalez" wrote: > > When I try to ftp localhost I get this: > > [guillermo@tester ~]$ ftp localhost > Trying ::1... > Connected to localhost. > 220- Welcome message goes here :D > 220 tester FTP server (Version 6.00LS) ready. > 331 Guest login ok, send your email address as password. > 230- READ OR DIE!!1 > 230 Guest login ok, access restrictions apply. > Remote system type is UNIX. > Using binary mode to transfer files. > > However, when I attempt to ftp to the box's ip I get: > > [guillermo@tester ~]$ ftp 192.168.1.108 > Connected to 192.168.1.108. > 421 Service not available, remote server has closed connection. First, check to see that ftpd is listening on that address: sockstat -4 If you don't see the program listening, you'll have to tweak your ftpd config. If the program is listening, check your settings for any packet filters. Are you running pf or ipfw? I don't know where you got the idea that you should worry about pam, but the fact that you can log in shows that your auth configuration is correct. -Bill