From owner-freebsd-questions Sun Apr 15 11:18:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from laxmls04.socal.rr.com (laxmls04.socal.rr.com [24.30.163.18]) by hub.freebsd.org (Postfix) with ESMTP id 0AB0A37B440 for ; Sun, 15 Apr 2001 11:18:37 -0700 (PDT) (envelope-from cwalker@cwalk.org) Received: from cwalk.org (sc-24-24-206-138.socal.rr.com [24.24.206.138]) by laxmls04.socal.rr.com (8.11.2/8.11.1) with ESMTP id f3FIIa514173 for ; Sun, 15 Apr 2001 11:18:37 -0700 (PDT) Received: from ramon (oscar [192.168.1.39]) by cwalk.org (8.9.3/8.9.3) with SMTP id LAA16166 for ; Sun, 15 Apr 2001 11:17:36 -0700 (PDT) (envelope-from cwalker@cwalk.org) Message-ID: <001701c0c5d8$1f518d60$2701a8c0@cwalk.org> From: "Caleb Walker" To: Subject: IPFW rules Date: Sun, 15 Apr 2001 11:15:58 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG To make this simple this is what I have in my firewall for rules right now. I am starting here so that I can figure out what I am doing wrong. I have put the two port 22 rules at the top and right now it is at the bottom, so I have tried both.. If I remove the rule nuber 64101 why can I not ssh in? After I figure this out I will go ahead with the rest of my firewall configuration. Thank you so much in advance for your help! #ipfw list 00050 divert 8668 ip from any to any via xl0 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 64000 allow tcp from any to any 22 64001 allow udp from any to any 22 64101 allow ip from any to any 65535 deny ip from any to any To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message