From owner-freebsd-questions Wed Sep 18 11: 9:55 2002 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 DFE0F37B401 for ; Wed, 18 Sep 2002 11:09:54 -0700 (PDT) Received: from whoweb.com (whoweb.com [208.146.132.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BB5843E42 for ; Wed, 18 Sep 2002 11:09:54 -0700 (PDT) (envelope-from mailist@whoweb.com) Received: (from mailist@localhost) by whoweb.com (8.8.8/8.8.6) id OAA10044 for questions@freebsd.org; Wed, 18 Sep 2002 14:13:15 -0400 (EDT) Date: Wed, 18 Sep 2002 14:13:15 -0400 (EDT) From: Incoming Mail List Message-Id: <200209181813.OAA10044@whoweb.com> To: questions@freebsd.org Subject: ipfw rulesets Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Can anyone tell me why the following ruleset does NOT allow telnet sessions? allow tcp from any to any 23 The only way I can get it to work is by adding, allow tcp from any to any established Isn't the format of the first rule supposed to allow incoming and outgoing packets on port 23? Jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message