Search ServerWatch
Search ServerWatch
Search ServerWatch



Become a Marketplace Partner

  • Partner With Us















Tip of the Trade: Cobbler

Tip of the Trade: ZFone

Tip of the Trade: Fine-Tuning SpamAssassin

ServerWatch > Tutorials

January 14, 2008
Tip of the Trade: m0n0wall
By Carla Schroder

Carla Schroder
Ed. Note: This article has been revised to correct information about M0n0wall's relation to OpenBSD PF.

Iptables usually gloms all the glory, since it is the packet filter included in the Linux kernel. But there is an alternative worth considering that is at least equally powerful and easier to use: ipfilter. ipfilter runs on most Unix variants, and the easiest way to get acquainted with it is by running m0n0wall.

m0n0wall is a specialized implementation of FreeBSD designed for routers and firewalls. It weighs in at well under 10 megabytes, but you still get a complete operating system, firewall, Web administration, traffic shaping, DNS server, DHCP server, SNMP, support for DynDNS updates and a whole lot more. m0n0wall offers a nice pointy-clicky interface for setting up a stout ipfilter firewall. For ultimate power, however, you really want to know how to write rules from scratch.

ipfilter rule syntax is not like iptables rules, which look like they came from the mind of a demented programmer. Instead, they are closer to natural language. This example is the unrestricted rules for the localhost (lo) interface:

Discuss this article in the ServerWatch discussion forum

Unsure About an Acronym or Term?
Search the ServerWatch Glossary
 

pass in quick on lo0 all

pass out quick on lo0 all
A default deny inbound policy looks like this:

block in all
But ipfilter won't stop here; it will parse all the rules that follow this one. ipfilter stops on the last match. So what if you want to block all incoming traffic, with no exceptions? Use the quick keyword:

block in quick all
The quick keyword is a mighty tool, and one that is better used as specifically as possible. For example, you can block all traffic from a particular host or network, and allow all the rest:

pass in inet proto icmp all icmp-type $icmp_types keep state
Recent Tips All Tips
This allows inbound traffic for a Web server:

block in quick from 207.46.232.182/28 to any
pass  in all
pass  in on $ext_if inet proto tcp from any to $webserver port = 80 keep state
This allows all inbound ICMP: See the IPF Howto manual to learn how to write your own ipfilter rules.


Discuss this article
Tools:
Add serverwatch.com to your favorites
Add serverwatch.com to your browser search box
IE 7 | Firefox 2.0 | Firefox 1.5.x

Tutorials Archives




JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers