From owner-freebsd-security@FreeBSD.ORG Tue Jan 25 07:55:59 2005 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08B6E16A4CE for ; Tue, 25 Jan 2005 07:55:59 +0000 (GMT) Received: from ns.pro.sk (proxy.pro.sk [212.55.244.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3391C43D45 for ; Tue, 25 Jan 2005 07:55:58 +0000 (GMT) (envelope-from prosa@pro.sk) Received: from ns.pro.sk (localhost [127.0.0.1]) by ns.pro.sk (8.12.11/8.12.11) with SMTP id j0P7trZa049534 for ; Tue, 25 Jan 2005 08:55:53 +0100 (CET) (envelope-from prosa@pro.sk) Received: from peter (Peter [192.168.1.53]) by ns.pro.sk (8.12.11/8.12.11) with SMTP id j0P7tmaj049529 for ; Tue, 25 Jan 2005 08:55:48 +0100 (CET) (envelope-from prosa@pro.sk) Message-ID: <00c201c502b3$39958930$3501a8c0@pro.sk> From: "Peter Rosa" To: "FreeBSD Security" Date: Tue, 25 Jan 2005 08:55:23 +0100 X-Priority: 1 X-MSMail-Priority: High X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (ns.pro.sk [192.168.1.1]); Tue, 25 Jan 2005 08:55:48 +0100 (CET) Subject: Re: ftp problem X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jan 2005 07:55:59 -0000 > Kernel already configure with firewall (with options > FIREWALL_DEFAULT_TO_ACCEPT). rc.conf file already May be I'm wrong and you have it OK, but the kernel-option should read: options IPFIREWALL_DEFAULT_TO_ACCEPT You have a typo *IP*FIREWALL.... If so, type: # ipfw add 10 allow all from any to any and try ftp-connet from remote. Peter Rosa