From owner-freebsd-questions@FreeBSD.ORG Mon May 28 05:09:13 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 A382616A4DF for ; Mon, 28 May 2007 05:09:13 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 3A11113C4B9 for ; Mon, 28 May 2007 05:09:13 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so794506uge for ; Sun, 27 May 2007 22:09:12 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=KTyBQk74y+QRm4OpVZBxE5yhPS9xsRSpTaXRKjIYVv1FRWqRSG0KQM7mtrplK1ZN5vMMS1EypOMaRiVkmgzP5acGjLUS5MBhBSEhn3ccG27vIIdaMrrHscyE71cG32qKaPbk77kpB69Sd8hT8GKXevthCflRA0tVxhnL9mdYDNU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=C/5SDA6NUCTmm57Vok4k4ItcJ0aKTpzALDhzTh+M3b7w8c8dAKS6brncr4CwiYB3ddSMAMW0sI26E7Jrt2E1e9OmTyaGkd9vbuurHkeUB/s2S4IOLBEoWcHDiJVhK7uXLo1r+7uA/WVFjYywNXIHkYtlwbjnkjV4x4qTSeI2/Ms= Received: by 10.82.158.12 with SMTP id g12mr9931051bue.1180328951974; Sun, 27 May 2007 22:09:11 -0700 (PDT) Received: by 10.82.185.16 with HTTP; Sun, 27 May 2007 22:09:11 -0700 (PDT) Message-ID: Date: Mon, 28 May 2007 00:09:11 -0500 From: "illoai@gmail.com" To: dbetts In-Reply-To: <465A4F9C.1060204@norden1.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <465A4F9C.1060204@norden1.com> Cc: freebsd-questions@freebsd.org Subject: Re: Changing default ftp port 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: Mon, 28 May 2007 05:09:13 -0000 On 27/05/07, dbetts wrote: > I don't allow anonymous FTP into my server but when I look at the logs I > see lots of attempts to FTP in. > I had the same problem with SSH but changed that port and now I don't > have that problem. > How would I change the default FTP port from 21 to another port? > What port would work? > Thanks man 8 ftpd look at the -P option (I think this works in /etc/inetd.conf if that's how you start ftpd) I won't even guess if you're using some ftpd from ports. -- --