<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Infusion Technology Solutions Blog&#187; iptables</title>
	<atom:link href="http://blog.infusiontechsolutions.com/tag/iptables/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.infusiontechsolutions.com</link>
	<description>Technology related solutions, tips, tricks, and other interesting topics</description>
	<lastBuildDate>Tue, 20 Apr 2010 15:07:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Block an IP Range with IPTables</title>
		<link>http://blog.infusiontechsolutions.com/how-to-block-an-ip-range-with-iptables/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-block-an-ip-range-with-iptables</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-block-an-ip-range-with-iptables/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 01:30:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[block ip]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[deny]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ip range]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[iptables firewall]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[spammers]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=164</guid>
		<description><![CDATA[If you want to block a range of IP addresses from accessing your CentOS server you can issue the following IPTables firewall command: /sbin/iptables -I INPUT -m iprange --src-range 192.168.1.1-192.168.1.2.100 -j DROP Replace &#8220;192.168.1.1-192.168.1.2.100&#8243; with the IP range you want to block. This command only works with the IPTables firewall so if your operating system [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-block-an-ip-range-with-iptables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

