<?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>UNIX BLOG &#187; timestamp requests</title>
	<atom:link href="https://nixblog.icu/tag/timestamp-requests/feed/" rel="self" type="application/rss+xml" />
	<link>https://nixblog.icu</link>
	<description>Blog for NIX system based administrators</description>
	<lastBuildDate>Thu, 27 Aug 2015 08:20:44 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.32</generator>
	<item>
		<title>Filter ICMP Timestamp Requests using IPtables</title>
		<link>https://nixblog.icu/linux-administration/filter-icmp-timestamp-requests-using-iptables/</link>
		<comments>https://nixblog.icu/linux-administration/filter-icmp-timestamp-requests-using-iptables/#comments</comments>
		<pubDate>Thu, 27 Aug 2015 08:19:16 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux Administration]]></category>
		<category><![CDATA[filter icmp requests]]></category>
		<category><![CDATA[icmp]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[timestamp requests]]></category>

		<guid isPermaLink="false">http://nixblog.info/?p=165</guid>
		<description><![CDATA[The following commands filter ICMP requests /sbin/iptables -I INPUT 1 -p ICMP --icmp-type timestamp-request -j DROP The following commands filter ICMP Reply requests /sbin/iptables -I INPUT 1 -p ICMP --icmp-type timestamp-reply -j DROP For autorun place the commands in /etc/rc.conf file or rc.local depending on your operating system.]]></description>
		<wfw:commentRss>https://nixblog.icu/linux-administration/filter-icmp-timestamp-requests-using-iptables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
