|
We’ll show you how to build your own Netfilter extension with this example of a musical firewall.
Netfilter is the Linux kernel subsystem behind firewall tools such as the famous Iptables. The Netfilter subsystem provides the structure for packet filtering and address translation by offering a series of hooks into the network protocol stack. You can find many commands, scripts, and front-end applications for accessing the Netfilter subsystem – including tools such as Shorewall and Firestarter, as well as the native Iptables – so you don’t have to be a programmer to access the powers of Netfilter. However, if you are ready for a little programming, you can use the built-in Netfilter hooks to create your own custom firewall modules.
|
| Related Articles | |
|---|---|
| Setting the Table | Configuring Netfilter/iptables with Shorewall |
| KEEP OUT! | Building a dynamic blacklist with Netfilter's Recent module |
| BEYOND THE PORT | Blocking protocols at Layer 7 with the L7 patch |
| NAME TRACER | Insider Tips: Identd with Linux-based Servers |
| The Drawbridge | Implementing a bridging-level firewall |
| The Watchdog | Firewall configurations with Guarddog |
| Special Linux Magazine 3 for 1 Offer |
|---|
|
Get 3 Issues + 3 DVDs for the price of a single issue! Let Linux Magazine's hands-on, technical articles guide you in your daily Linux use. Check out bonus DVDs like Ubuntu, SUSE, or Fedora and save the download. Only available for a limited time. Don't miss out! |
Comments