<?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>Got Blorped? &#187; Centos</title>
	<atom:link href="http://blorp.info/category/centos/feed/" rel="self" type="application/rss+xml" />
	<link>http://blorp.info</link>
	<description>Tech Blog</description>
	<lastBuildDate>Sun, 09 Aug 2009 10:49:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Howto disable ping to your Centos server</title>
		<link>http://blorp.info/howto-disable-ping-to-your-centos-server/</link>
		<comments>http://blorp.info/howto-disable-ping-to-your-centos-server/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 22:05:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blorp.info/?p=29</guid>
		<description><![CDATA[Simple steps to disable ping to your Centos linux server


Step 1: As root, open /etc/sysctl.conf for edit

nano -w /etc/sysctl.conf

Step 1.1: Add these lines in the bottom

net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.icmp_echo_ignore_all = 1

Step 2: Restart sysctl to set the settings in effect

sysctl -p

This change will persist following a reboot.

]]></description>
			<content:encoded><![CDATA[<p>Simple steps to disable ping to your Centos linux server</p>
<p><span id="more-29"></span><br />
</br><br />
<strong><span style="color:blue">Step 1:</span> As root, open /etc/sysctl.conf for edit</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">nano -w /etc/sysctl.conf</pre></div></div>

<p><strong><span style="color:blue">Step 1.1:</span> Add these lines in the bottom</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">net.ipv4.icmp_echo_ignore_broadcasts = 1
net.ipv4.icmp_echo_ignore_all = 1</pre></div></div>

<p><strong><span style="color:blue">Step 2:</span> Restart sysctl to set the settings in effect</strong></p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">sysctl -p</pre></div></div>

<p><strong>This change will persist following a reboot.</strong><br />
</br></p>
]]></content:encoded>
			<wfw:commentRss>http://blorp.info/howto-disable-ping-to-your-centos-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
