FreeBSD Stop IPFW Firewall

by Vivek Gite [Last updated: November 18, 2008]

Q. How do I IPFW firewall in FreeBSD using a shell prompt or over remove ssh login?

A. ipfw is a FreeBSD IP packet filter and traffic accounting facility. Its ruleset logic is similar to many other packet filters except IPFilter.

The IPFW stateless rule syntax is empowered with technically sophisticated selection capabilities which far surpasses the knowledge level of the customary firewall installer.

IPFW is the default firewall in FreeBSD. If you can't reach your FreeBSD server, it is a good idea to stop the firewall first to see if the firewall is the problem.

FreeBSD command to stop IPFW Firewall

To stop the firewall, issue the command:
# /etc/rc.d/ipfw stop
To disable firewall remove following line from /etc/rc.conf file:
firewall_enable="YES"
OR set it as follows:
firewall_enable="NO"

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Tagged as: , , , , , , , ,

Previous post: HowTo: Find the GNOME Desktop Version

Next post: HP-UX UNIX Mount CDROM ( CDFS ) Filesystem Command