From owner-freebsd-questions Sat Sep 19 06:06:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA02952 for freebsd-questions-outgoing; Sat, 19 Sep 1998 06:06:07 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from deadpig.lurid.net (dyn2-206cable.hg.singa.pore.net [202.169.244.206] (may be forged)) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA02849 for ; Sat, 19 Sep 1998 06:05:57 -0700 (PDT) (envelope-from freebsd@deadpig.lurid.net) Received: from localhost (freebsd@localhost) by deadpig.lurid.net (8.8.8/NO SPAM) with SMTP id VAA00409 for ; Sat, 19 Sep 1998 21:05:56 +0800 (SGT) (envelope-from freebsd@deadpig.lurid.net) Date: Sat, 19 Sep 1998 21:05:56 +0800 (SGT) From: freebsd To: questions@FreeBSD.ORG Subject: ipfw problem. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi guys, Running 2.2.7 and cable modem(isc-dhcpclient) here, and have natd and ipfw setup. My ipfw rules: 00100 divert 8668 ip from any to any via fxp0 00200 allow ip from any to any 65535 deny ip from any to any But when i apply this rule: ipfw add deny tcp from evil.net to deadpig.lurid.net 23 evil.net still _able_ to telnet to my machine. I cant figure out where is wrong. Any hints would be appreciated. thanks kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message