Date: Mon, 8 Nov 2004 12:13:24 -0500 From: Charles Swiger <cswiger@mac.com> To: akhthar@carmatec.com Cc: ipfw-mailings <freebsd-ipfw@freebsd.org> Subject: Re: Stop firewall service Message-ID: <7F77EAA4-31A9-11D9-8097-003065ABFD92@mac.com> In-Reply-To: <200411081938.56359.akhthar@carmatec.com> References: <200411081938.56359.akhthar@carmatec.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Nov 8, 2004, at 9:08 AM, Akhthar Parvez. K wrote: > I am new in FreeBSD :). Could someone please tell me how to > stop/disable the > firewall service temporarily in FreeBSD. Please let me know what is the > firewall service in FreeBSD. Most probably, you are using a firewall called "IPFW". This firewall is implemented using a series of rules, and normally one adjusts specific rules rather than just turning the whole thing on or off. Still, the following will do something close: ipfw add 1 allow ip from any to any # this "disables" the firewall ...or... ipfw delete 1 # deletes the pass-all rule -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7F77EAA4-31A9-11D9-8097-003065ABFD92>