From owner-freebsd-questions@FreeBSD.ORG Wed Aug 27 04:20:11 2003 Return-Path: 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 8174616A4BF for ; Wed, 27 Aug 2003 04:20:11 -0700 (PDT) Received: from silakka.nettikala.fi (silakka.nettikala.fi [212.182.218.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FD6043F3F for ; Wed, 27 Aug 2003 04:20:10 -0700 (PDT) (envelope-from mailing-lists@johanpaul.com) Received: from localhost (localhost.nettikala.fi [127.0.0.1]) by silakka.nettikala.fi (Postfix) with ESMTP id D7E661327B9 for ; Wed, 27 Aug 2003 14:22:52 +0300 (EEST) Received: from silakka.nettikala.fi ([127.0.0.1]) by localhost (silakka.nettikala.fi [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 17868-04 for ; Wed, 27 Aug 2003 14:22:52 +0300 (EEST) Received: from silakka.nettikala.fi (localhost.nettikala.fi [127.0.0.1]) by silakka.nettikala.fi (Postfix) with SMTP id 4E07C1327B6 for ; Wed, 27 Aug 2003 14:22:52 +0300 (EEST) Received: from 193.166.135.194 (SquirrelMail authenticated user kypeli) by silakka.nettikala.fi with HTTP; Wed, 27 Aug 2003 14:22:52 +0300 (EEST) Message-ID: <2676.193.166.135.194.1061983372.squirrel@silakka.nettikala.fi> Date: Wed, 27 Aug 2003 14:22:52 +0300 (EEST) From: "Johan Paul" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at sviitti.com Subject: Correct syntax for ipfw to allow local traffic? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2003 11:20:11 -0000 Hi all, I have 00100 allow ip from any to any via lo0 in my firewall script. But although I get lines like silakka /kernel: Connection attempt to TCP 127.0.0.1:2000 from 127.0.0.1:3914 into my messages log. It is jsst like the firewall although blocks local traffic. What should I add or modify to allow traffic via loopback and/or from and to 127.0.0.1 ? Regards, Johan Paul