From owner-freebsd-questions Tue Jan 2 1:33:50 2001 From owner-freebsd-questions@FreeBSD.ORG Tue Jan 2 01:33:48 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from gelincik.trnet.com (unknown [195.155.1.7]) by hub.freebsd.org (Postfix) with ESMTP id 53E9937B402 for ; Tue, 2 Jan 2001 01:33:47 -0800 (PST) Received: from msuluhan ([195.155.33.57]) by gelincik.trnet.com (InterMail vK.4.02.00.09 201-232-116-109 license 0f5baaa7065154cd09644893d36baf5e) with SMTP id <20010102093143.NAUU1802.gelincik@msuluhan>; Tue, 2 Jan 2001 11:31:43 +0200 From: "Murat SULUHAN" To: Subject: IPFW help ( Urgent ) Date: Tue, 2 Jan 2001 11:36:35 +0200 Message-ID: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all my ipfw script is below, kernel is default to deny ipfw -f flush ipfw 00100 add allow all from any to any via lo0 ipfw 00200 add allow tcp from any to any 80 ipfw 00300 add allow tcp from any to any 21 ipfw 00400 add allow tcp from any to any 22 ipfw 00700 add allow udp from any to any 53 ipfw 00800 add allow tcp from any to any 53 ipfw 00810 add allow tcp from any to any 42 ipfw 00900 add allow icmp from any to any I cannot connect to FreeBSD with ssh, ftp client, I cannot ping anywhere on the Internet with its hostname, pinging with ip address is ok. I also cannot connect with "ssh localhost" as normal user on the console. (Root connection is denied) I can ping my FreeBSD from my client pc. my ipfw -a list output is below 00100 0 0 allow ip from any to any via lo0 00200 0 0 allow tcp from any to any 80 00300 0 0 allow tcp from any to any 21 00400 0 0 allow tcp from any to any 22 00700 0 0 allow udp from any to any 53 00800 0 0 allow tcp from any to any 53 00810 0 0 allow tcp from any to any 42 00900 8 480 allow icmp from any to any 65535 106 8650 deny ip from any to any Where is the problem? Best Regards -------------------------------- | | Murat SULUHAN | -------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message