From owner-freebsd-questions Tue Aug 25 18:42:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA18625 for freebsd-questions-outgoing; Tue, 25 Aug 1998 18:42:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.island.net.au (mail.island.net.au [203.102.137.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA18607 for ; Tue, 25 Aug 1998 18:42:02 -0700 (PDT) (envelope-from hugh@island.net.au) Received: from solo (solo.island.net.au [203.28.142.8]) by mail.island.net.au (8.8.5/8.8.5) with SMTP id LAA02959 for ; Wed, 26 Aug 1998 11:41:10 +1000 (EST) Message-Id: <3.0.5.32.19980826114100.0086eb90@mail.island.net.au> X-Sender: hugh@mail.island.net.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.5 (32) Date: Wed, 26 Aug 1998 11:41:00 +1000 To: questions@FreeBSD.ORG From: Hugh Blandford Subject: IPFW and console problems Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, I have a LAN connected to the net and a 2.2.6 box running IPFW connecting another LAN. I have traffic passing from one to another fine and can talk to machines in the outside world....except from the console, it can't talk to any machine on any network. If I try and telnet or ping it gets caught by the default deny any from any to any. What do I need to do to get the console working again? I have the following rules ....... add allow all from 203.102.xxx.0/24 to 203.28.xxx.0/24 add allow all from 203.28.xxx.0/24 to any add allow tcp from any to any established add deny log all from any to any as an aside I have the option IPFIREWALL_VERBOSE in the kernel but the logging isn't appearing on the console :( suggestions? Hugh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message