From owner-freebsd-questions@FreeBSD.ORG Wed May 3 14:18:45 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 7148C16A43B for ; Wed, 3 May 2006 14:18:45 +0000 (UTC) (envelope-from Zimmerman.Eric@con-way.com) Received: from ljcqs131.cnf.com (mail-cluster.cnf.com [63.230.177.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1370243D48 for ; Wed, 3 May 2006 14:18:44 +0000 (GMT) (envelope-from Zimmerman.Eric@con-way.com) Received: from ljcqs131.cnf.com (localhost [127.0.0.1]) by ljcqs131.cnf.com (Postfix) with ESMTP id 3BF92194A08; Wed, 3 May 2006 07:18:44 -0700 (PDT) Received: from ciies004.conway.prod.con-way.com (cnfdcx-131-slb-01-in.cnf.com [10.0.108.131]) by ljcqs131.cnf.com (Postfix) with ESMTP id 26950194840; Wed, 3 May 2006 07:18:44 -0700 (PDT) Received: from qgaes001.conway.prod.con-way.com ([10.40.10.68]) by ciies004.conway.prod.con-way.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 3 May 2006 07:18:43 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 3 May 2006 09:18:41 -0500 Message-ID: <12AAD6CC50A25841834F43955F39B66E042ADC36@qgaes001.conway.prod.con-way.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Clamav Install failed Thread-Index: AcZuSIzofj8IkHMeRUmXGLw6VQemHgAc8bwg From: "Zimmerman, Eric" To: "Bryan Curl" , "Atom Powers" X-OriginalArrivalTime: 03 May 2006 14:18:43.0958 (UTC) FILETIME=[7BFAD160:01C66EBC] X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions , Martin Hepworth Subject: RE: Clamav Install failed 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: Wed, 03 May 2006 14:18:45 -0000 > RESOLVED: > None of these were a problem, so I opened the firewall and all is well. > In spite of the following ipf rules it would not go: >=20 > pass out quick on dc0 proto tcp from any to any port =3D 21 flags S = keep > state > pass out quick on dc0 proto tcp from any to any port =3D 22 flags S = keep > state >=20 > Do I need matching pass in rules for ports 21 and 22? >=20 I think you mean port 20 right? I believe 20 is the control port for FTP. 22 is for ssh. =3D)