From owner-freebsd-security Tue May 22 5: 5:36 2001 Delivered-To: freebsd-security@freebsd.org Received: from brinstar.nerim.net (brinstar.nerim.net [62.4.16.71]) by hub.freebsd.org (Postfix) with ESMTP id 0CB3037B422 for ; Tue, 22 May 2001 05:05:33 -0700 (PDT) (envelope-from chojin@nerim.net) Received: from chojin (chojin.adsl.nerim.net [62.4.22.98]) by brinstar.nerim.net (8.11.2/Raphit-20001115) with SMTP id f4MC5Q887420 for ; Tue, 22 May 2001 14:05:26 +0200 (CEST) (envelope-from chojin@nerim.net) Message-ID: <005301c0e2b7$8a4a6dc0$0245a8c0@chojin> From: "Chojin" To: References: Subject: IPF Rule problem Date: Tue, 22 May 2001 14:05:43 +0200 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-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org In my rules I put this: pass out quick proto tcp from any to any keep state pass out quick proto udp from any to any keep state pass out quick proto icmp from any to any keep state block out quick all (123.123.123.123 is an example) pass in quick proto tcp from any to any port = 23 keep state ... block in log quick all When I use telnet -s 192.168.69.1 123.123.123.123 it works telnet -s 127.0.0.1 123.123.123.123 works too telnet -s 123.123.123.123 123.123.123.123 doesn't work Why ? Regards. Chojin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message