<?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>Happy bird (β2)Solaris</title>
	<atom:link href="http://www.iyibin.com/blog/tag/solaris/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iyibin.com/blog</link>
	<description>Sample The Best !</description>
	<lastBuildDate>Fri, 04 May 2012 22:53:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Solaris 中检测防火墙是否开通UDP端口连接</title>
		<link>http://www.iyibin.com/blog/html/304.html</link>
		<comments>http://www.iyibin.com/blog/html/304.html#comments</comments>
		<pubDate>Tue, 09 Dec 2008 06:57:22 +0000</pubDate>
		<dc:creator>tiod</dc:creator>
				<category><![CDATA[Win/nix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Snoop]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Tcpdump]]></category>

		<guid isPermaLink="false">http://tiod.iekil.com/?p=304</guid>
		<description><![CDATA[目的：想检测两台机器之间UDP端口是否被防火墙限制 使用工具： ping 和 snoop 系统: Solaris 10 # ping -U -s 10.254.249.17 PING 10.254.249.17: 56 data bytes 92 bytes from 10.254.249.17: udp_port=33434. time=26.1 ms 92 bytes from 10.254.249.17: udp_port=33435. time=26.0 ms 92 bytes from 10.254.249.17: udp_port=33436. time=26.0 ms 92 bytes from 10.254.249.17: udp_port=33437. time=26.1 ms 92 bytes from 10.254.249.17: udp_port=33438. time=25.9 ms 92 bytes [...]]]></description>
			<content:encoded><![CDATA[<p>目的：想检测两台机器之间UDP端口是否被防火墙限制<br />
使用工具： ping  和  snoop<br />
系统: Solaris 10</p>
<p># ping -U -s 10.254.249.17<br />
PING 10.254.249.17: 56 data bytes<br />
92 bytes from 10.254.249.17: udp_port=33434. time=26.1 ms<br />
92 bytes from 10.254.249.17: udp_port=33435. time=26.0 ms<br />
92 bytes from 10.254.249.17: udp_port=33436. time=26.0 ms<br />
92 bytes from 10.254.249.17: udp_port=33437. time=26.1 ms<br />
92 bytes from 10.254.249.17: udp_port=33438. time=25.9 ms<br />
92 bytes from 10.254.249.17: udp_port=33439. time=26.1 ms</p>
<p># snoop |grep UDP |grep 10.254.249.17<br />
Using device /dev/eri (promiscuous mode)<br />
       hqnms -> 10.254.249.17 UDP D=33434 S=41233 LEN=64<br />
10.254.249.17 -> hqnms        ICMP Destination unreachable (UDP port 33434 unreachable)<br />
       hqnms -> 10.254.249.17 UDP D=33435 S=41233 LEN=64<br />
10.254.249.17 -> hqnms        ICMP Destination unreachable (UDP port 33435 unreachable)<br />
       hqnms -> 10.254.249.17 UDP D=33436 S=41233 LEN=64<br />
10.254.249.17 -> hqnms        ICMP Destination unreachable (UDP port 33436 unreachable)<br />
       hqnms -> 10.254.249.17 UDP D=33437 S=41233 LEN=64<br />
10.254.249.17 -> hqnms        ICMP Destination unreachable (UDP port 33437 unreachable)<br />
       hqnms -> 10.254.249.17 UDP D=33438 S=41233 LEN=64<br />
10.254.249.17 -> hqnms        ICMP Destination unreachable (UDP port 33438 unreachable)<br />
       hqnms -> 10.254.249.17 UDP D=33439 S=41233 LEN=64<br />
10.254.249.17 -> hqnms        ICMP Destination unreachable (UDP port 33439 unreachable)</p>
<p>Snoop 使用手册：</p>
<p><a href="http://bbs.chinaunix.net/viewthread.php?tid=191238" rel="nofollow">http://bbs.chinaunix.net/viewthread.php?tid=191238</a></p>
<p>Linux下抓包工具<br />
Tcpdump 使用手册：</p>
<p><a href="http://linux.chinaunix.net/bbs/thread-1047913-1-1.html" rel="nofollow">http://linux.chinaunix.net/bbs/thread-1047913-1-1.html</a><br />
<h3>相关文章</h3>
<ul class="related_posts">
<li><a href="http://www.iyibin.com/blog/html/258.html" title=" Linux 使用的几个技巧" rel="bookmark inlinks"> Linux 使用的几个技巧</a><span class="count">( 0 )</span></li>
<li><a href="http://www.iyibin.com/blog/html/185.html" title="视频: Compiz Fusion 新插件 Stackswitch" rel="bookmark inlinks">视频: Compiz Fusion 新插件 Stackswitch</a><span class="count">( 0 )</span></li>
<li><a href="http://www.iyibin.com/blog/html/442.html" title="Oracle执行sqlplus无响应" rel="bookmark inlinks">Oracle执行sqlplus无响应</a><span class="count">( 0 )</span></li>
<li><a href="http://www.iyibin.com/blog/html/292.html" title="今日看的关于Linux一些文章" rel="bookmark inlinks">今日看的关于Linux一些文章</a><span class="count">( 0 )</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.iyibin.com/blog/html/304.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

