<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>SecTools</title>
	<link>http://secure2s.net/tools</link>
	<description>Secure2S Security Tool Sets Blog</description>
	<pubDate>Wed, 29 Aug 2007 14:11:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.2</generator>
	<language>en</language>
			<item>
		<title>IP Filter</title>
		<link>http://secure2s.net/tools/2006/06/24/ip-filter/</link>
		<comments>http://secure2s.net/tools/2006/06/24/ip-filter/#comments</comments>
		<pubDate>Sat, 24 Jun 2006 09:35:39 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Firewalls]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/24/ip-filter/</guid>
		<description><![CDATA[IP Filter : Portable UNIX Packet Filter
IP Filter is a software package that can be used to provide network address translation (NAT) or firewall services. It can either be used as a loadable kernel module or incorporated into your UNIX kernel; use as a loadable kernel module where possible is highly recommended. Scripts are provided [...]]]></description>
			<content:encoded><![CDATA[<a href="http://coombs.anu.edu.au/%7Eavalon/">IP Filter</a> : Portable UNIX Packet Filter
IP Filter is a software package that can be used to provide network address translation (NAT) or firewall services. It can either be used as a loadable kernel module or incorporated into your UNIX kernel; use as a loadable kernel module where possible is highly recommended. Scripts are provided to install and patch system files, as required. IP Filter is distributed with FreeBSD, NetBSD, and Solaris. OpenBSD users should see <a href="http://sectools.org/tools3.html#openbsd-pf">Openbsd PF</a> and Linux users <a href="http://sectools.org/index.html#netfilter">Netfilter</a>.
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Fip-filter%2F&amp;title=IP+Filter" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Fip-filter%2F&amp;title=IP+Filter" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=IP+Filter&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Fip-filter%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Fip-filter%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Fip-filter%2F&amp;=IP+Filter" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F24%2Fip-filter%2F&amp;title=IP+Filter" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/24/ip-filter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Openbsd PF</title>
		<link>http://secure2s.net/tools/2006/06/23/openbsd-pf/</link>
		<comments>http://secure2s.net/tools/2006/06/23/openbsd-pf/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 19:57:22 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Firewalls]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/23/openbsd-pf/</guid>
		<description><![CDATA[Openbsd PF : The OpenBSD Packet Filter
Like Netfilter and IP Filter on other platforms, OpenBSD users love PF, their firewall tool. It handles network address translation, normalizing TCP/IP traffic, providing bandwidth control, and packet prioritization. It also offers some eccentric features, such as passive OS detection. Coming from the same guys who created OpenBSD, you [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.benzedrine.cx/pf.html">Openbsd PF</a> : The OpenBSD Packet Filter
Like <a href="http://sectools.org/index.html#netfilter">Netfilter</a> and <a href="http://sectools.org/tools4.html#ipfilter">IP Filter</a> on other platforms, OpenBSD users love PF, their firewall tool. It handles network address translation, normalizing TCP/IP traffic, providing bandwidth control, and packet prioritization. It also offers some eccentric features, such as passive OS detection. Coming from the same guys who created OpenBSD, you can trust that it has been well audited and coded to avoid the sort of security holes we have seen in <a href="http://www3.ca.com/securityadvisor/vulninfo/Vuln.aspx?ID=28350">other</a>  <a href="http://netfilter.org/security/">packet</a>  <a href="http://www.osvdb.org/displayvuln.php?osvdb_id=4745">filters</a>.
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fopenbsd-pf%2F&amp;title=Openbsd+PF" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fopenbsd-pf%2F&amp;title=Openbsd+PF" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=Openbsd+PF&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fopenbsd-pf%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fopenbsd-pf%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fopenbsd-pf%2F&amp;=Openbsd+PF" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fopenbsd-pf%2F&amp;title=Openbsd+PF" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/23/openbsd-pf/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Netfilter</title>
		<link>http://secure2s.net/tools/2006/06/23/netfilter/</link>
		<comments>http://secure2s.net/tools/2006/06/23/netfilter/#comments</comments>
		<pubDate>Fri, 23 Jun 2006 16:33:41 +0000</pubDate>
		<dc:creator>Jalal Rohani</dc:creator>
		
		<category><![CDATA[Firewalls]]></category>

		<guid isPermaLink="false">http://www.secure2s.net/tools/2006/06/23/netfilter/</guid>
		<description><![CDATA[Netfilter : The current Linux kernel packet filter/firewall
Netfilter is a powerful packet filter implemented in the standard Linux kernel. The userspace iptables tool is used for configuration. It now supports packet filtering (stateless or stateful), all kinds of network address and port translation (NAT/NAPT), and multiple API layers for 3rd party extensions. It includes many [...]]]></description>
			<content:encoded><![CDATA[<a href="http://www.netfilter.org/">Netfilter</a> : The current Linux kernel packet filter/firewall
Netfilter is a powerful packet filter implemented in the standard Linux kernel. The userspace iptables tool is used for configuration. It now supports packet filtering (stateless or stateful), all kinds of network address and port translation (NAT/NAPT), and multiple API layers for 3rd party extensions. It includes many different modules for handling unruly protocols such as FTP. For other UNIX platforms, see <a href="http://sectools.org/tools3.html#openbsd-pf">Openbsd PF</a> (OpenBSD specific), or <a href="http://sectools.org/tools4.html#ipfilter">IP Filter</a>.  Many <a href="http://en.wikipedia.org/wiki/Personal_firewall">personal firewalls</a> are available for Windows (<a href="http://www.tinysoftware.com/">Tiny</a>,<a href="http://www.zonelabs.com/">Zone Alarm</a>, <a href="http://sectools.org/">Norton</a>, <a href="http://www.kerio.com/">Kerio</a>, &#8230;), though none made this list. Microsoft included a very basic firewall in Windows XP SP2, and will nag you incessantly until you install it.
<div class="sociable">
<span class="sociable_tagline">

	<span>These icons link to social bookmarking sites where readers can share and discover new web pages.</span>
</span>
<ul>
	<li><a href="http://del.icio.us/post?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fnetfilter%2F&amp;title=Netfilter" title="del.icio.us"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a href="http://reddit.com/submit?url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fnetfilter%2F&amp;title=Netfilter" title="Reddit"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a href="http://slashdot.org/bookmark.pl?title=Netfilter&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fnetfilter%2F" title="Slashdot"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a href="http://technorati.com/faves?add=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fnetfilter%2F" title="Technorati"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fnetfilter%2F&amp;=Netfilter" title="YahooMyWeb"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/yahoomyweb.png" title="YahooMyWeb" alt="YahooMyWeb" class="sociable-hovers" /></a></li>
	<li><a href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fsecure2s.net%2Ftools%2F2006%2F06%2F23%2Fnetfilter%2F&amp;title=Netfilter" title="Digg" onfocus="sociable_description_link(this, 'bodytext')"><img src="http://secure2s.net/tools/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://secure2s.net/tools/2006/06/23/netfilter/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
