Date: Tue, 2 Jan 2001 11:36:35 +0200 From: "Murat SULUHAN" <murat.suluhan@tesam.com.tr> To: <freebsd-questions@freebsd.org> Subject: IPFW help ( Urgent ) Message-ID: <NEBBKCBJALGONAJFPFDJOEBCCCAA.murat.suluhan@tesam.com.tr>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NEBBKCBJALGONAJFPFDJOEBCCCAA.murat.suluhan>
