Date: Sun, 15 Apr 2001 11:15:58 -0700 From: "Caleb Walker" <cwalker@cwalk.org> To: <questions@freebsd.org> Subject: IPFW rules Message-ID: <001701c0c5d8$1f518d60$2701a8c0@cwalk.org>
next in thread | raw e-mail | index | archive | help
To make this simple this is what I have in my firewall for rules right now. I am starting here so that I can figure out what I am doing wrong. I have put the two port 22 rules at the top and right now it is at the bottom, so I have tried both.. If I remove the rule nuber 64101 why can I not ssh in? After I figure this out I will go ahead with the rest of my firewall configuration. Thank you so much in advance for your help! <root-10:20am>#ipfw list 00050 divert 8668 ip from any to any via xl0 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 64000 allow tcp from any to any 22 64001 allow udp from any to any 22 64101 allow ip from any to any 65535 deny ip from any to any 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?001701c0c5d8$1f518d60$2701a8c0>