Date: Thu, 27 Dec 2007 15:47:37 -0800 From: Noah <admin2@enabled.com> To: User Questions <freebsd-questions@freebsd.org> Subject: removing ipfw rules Message-ID: <47743999.3010908@enabled.com>
next in thread | raw e-mail | index | archive | help
Hi, I have two ipfw rules that I want to remove. They are viewable with the "ipfw show" command --- snip --- 06600 0 0 allow ip from any to any proto tcp src-ip 66.66.66.66 dst-port 22 06700 0 0 allow ip from any to any proto tcp src-ip 66.66.66.66 dst-port 22 --- snip ---- I am typing the command "/sbin/ipfw -q delete pass proto tcp src-ip 66.66.66.66 dst-port 22" but both lines remain. What am I doing wrong? Cheers, Noah
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?47743999.3010908>