<?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>Fly Zone &#187; icmp</title>
	<atom:link href="http://flyxj.cn/archives/tag/icmp/feed" rel="self" type="application/rss+xml" />
	<link>http://flyxj.cn</link>
	<description>Do not, for one repulse, give up the purpose that you resolved to effect.</description>
	<lastBuildDate>Sun, 15 Jan 2012 14:56:24 +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>Ping返回结果U.U.U</title>
		<link>http://flyxj.cn/archives/ping-return-result-u-u-u</link>
		<comments>http://flyxj.cn/archives/ping-return-result-u-u-u#comments</comments>
		<pubDate>Fri, 11 Feb 2011 03:18:29 +0000</pubDate>
		<dc:creator>flyxj</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[icmp]]></category>
		<category><![CDATA[ping]]></category>

		<guid isPermaLink="false">http://flyxj.cn/?p=269</guid>
		<description><![CDATA[Cisco设备上使用Ping命令的时候经常出现U.U.U，是路由器返回的ICMP不可达信息（可参考Ping命令的返回结果）。 R2#ping 172.16.2.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 172.16.2.2, timeout is 2 seconds: U.U.U Success rate is 0 percent (0/5) 理论上应该是UUUUU，为什么会出现U.U.U呢？ 原来Cisco IOS默认为了防止ICMP洪泛攻击，开启了命令ip icmp rate-limit unreachable，将其关闭就能看到UUUUU，而且速度很快。 注意路由器序号 R1(config)#no ip icmp rate-limit ? unreachable ICMP type 3, Destination Unreachable R2#ping 172.16.2.2 Type escape sequence to abort. Sending 5, 100-byte ICMP [...]]]></description>
		<wfw:commentRss>http://flyxj.cn/archives/ping-return-result-u-u-u/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ping Spoofing</title>
		<link>http://flyxj.cn/archives/ping-spoofing</link>
		<comments>http://flyxj.cn/archives/ping-spoofing#comments</comments>
		<pubDate>Wed, 09 Jun 2010 15:51:44 +0000</pubDate>
		<dc:creator>flyxj</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[attacker]]></category>
		<category><![CDATA[broadcast]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[icmp]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[spoof]]></category>

		<guid isPermaLink="false">http://flyxj.cn/?p=64</guid>
		<description><![CDATA[“定向广播”特指 IP 主机位全为 1 的数据包，路由器不转发全网广播（255.255.255.255），但是思科路由器可以转发定向广播，只是默认不转发而已，使用 ip directed-broadcast 接口命令来实现转发定向广播。 我们来利用这一特性，在 Linux 下实现 Ping Spoofing 的攻击。 环境为 BT4 + GNS3，R1、R2 和 R3 模拟 PC，不要使用 VPCs，或 Windows 主机实验，因为 Windows 系统上的 ping 程序不对多个回应进行解包，收到第一个回应包以后就丢弃后面的，同样 Windows 的系统默认也不回应广播地址的包。 Attacker 使用 BT4，IP 地址为 192.168.10.1，网关为 192.168.10.254；R0 四个接口地址为 e0/0 为 192.168.30.254；e0/1 为 192.168.10.254；e0/2 为 192.168..20.254；R1 的 e0/0 为192.168.20.1；R2 的 e0/0 为 192.168.20.2；R3 的 e0/0 为 [...]]]></description>
		<wfw:commentRss>http://flyxj.cn/archives/ping-spoofing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ping命令的返回结果</title>
		<link>http://flyxj.cn/archives/ping-return-results</link>
		<comments>http://flyxj.cn/archives/ping-return-results#comments</comments>
		<pubDate>Mon, 15 Mar 2010 09:20:40 +0000</pubDate>
		<dc:creator>flyxj</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[icmp]]></category>
		<category><![CDATA[ping]]></category>

		<guid isPermaLink="false">http://flyxj.cn/?p=14</guid>
		<description><![CDATA[思科设备上的ping命令的返回结果： ! Each exclamation point indicates receipt of a reply . Each period indicates the network server timed out while waiting for a reply U A destination unreachable error PDU was received Q Source quench (destination too busy) M Could not fragment ? Unknown packet type &#38; Packet lifetime exceeded]]></description>
		<wfw:commentRss>http://flyxj.cn/archives/ping-return-results/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

