<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: 解决错误的IPv6路由广播总结</title> <atom:link href="http://d.ream.at/%e8%a7%a3%e5%86%b3%e9%94%99%e8%af%af%e7%9a%84ipv6%e8%b7%af%e7%94%b1%e5%b9%bf%e6%92%ad%e6%80%bb%e7%bb%93/feed/" rel="self" type="application/rss+xml" /><link>http://d.ream.at/%e8%a7%a3%e5%86%b3%e9%94%99%e8%af%af%e7%9a%84ipv6%e8%b7%af%e7%94%b1%e5%b9%bf%e6%92%ad%e6%80%bb%e7%bb%93/</link> <description>WindyWinter的梦::上善若水，水利万物而不争，处众人之所恶，故几于道。</description> <lastBuildDate>Wed, 08 Feb 2012 05:15:49 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: whenov</title><link>http://d.ream.at/%e8%a7%a3%e5%86%b3%e9%94%99%e8%af%af%e7%9a%84ipv6%e8%b7%af%e7%94%b1%e5%b9%bf%e6%92%ad%e6%80%bb%e7%bb%93/#comment-44698</link> <dc:creator>whenov</dc:creator> <pubDate>Sat, 08 Oct 2011 04:24:04 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/?p=604#comment-44698</guid> <description>多谢指导，终于找到linux下的解决方式了。
网上一搜到处都是netsh命令。。。</description> <content:encoded><![CDATA[<p>多谢指导，终于找到linux下的解决方式了。<br /> 网上一搜到处都是netsh命令。。。</p> ]]></content:encoded> </item> <item><title>By: Chulian</title><link>http://d.ream.at/%e8%a7%a3%e5%86%b3%e9%94%99%e8%af%af%e7%9a%84ipv6%e8%b7%af%e7%94%b1%e5%b9%bf%e6%92%ad%e6%80%bb%e7%bb%93/#comment-8092</link> <dc:creator>Chulian</dc:creator> <pubDate>Sun, 11 Jul 2010 06:30:00 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/?p=604#comment-8092</guid> <description>我的还是不可以，在win7，修改了prefix也不行，然后把自动路由disable就连原来可以tracert通的ivp6地址的网站都timeout了。总是会路由到某台莫名其妙的机器上。</description> <content:encoded><![CDATA[<p>我的还是不可以，在win7，修改了prefix也不行，然后把自动路由disable就连原来可以tracert通的ivp6地址的网站都timeout了。总是会路由到某台莫名其妙的机器上。</p> ]]></content:encoded> </item> <item><title>By: lol</title><link>http://d.ream.at/%e8%a7%a3%e5%86%b3%e9%94%99%e8%af%af%e7%9a%84ipv6%e8%b7%af%e7%94%b1%e5%b9%bf%e6%92%ad%e6%80%bb%e7%bb%93/#comment-6017</link> <dc:creator>lol</dc:creator> <pubDate>Tue, 16 Mar 2010 04:30:23 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/?p=604#comment-6017</guid> <description>有很多。</description> <content:encoded><![CDATA[<p>有很多。</p> ]]></content:encoded> </item> <item><title>By: WindyWinter</title><link>http://d.ream.at/%e8%a7%a3%e5%86%b3%e9%94%99%e8%af%af%e7%9a%84ipv6%e8%b7%af%e7%94%b1%e5%b9%bf%e6%92%ad%e6%80%bb%e7%bb%93/#comment-5948</link> <dc:creator>WindyWinter</dc:creator> <pubDate>Sat, 13 Mar 2010 09:04:44 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/?p=604#comment-5948</guid> <description>已更正。这里的&quot;路由器MAC地址&quot;是发送错误广播的路由器的。</description> <content:encoded><![CDATA[<p>已更正。这里的"路由器MAC地址"是发送错误广播的路由器的。</p> ]]></content:encoded> </item> <item><title>By: lol</title><link>http://d.ream.at/%e8%a7%a3%e5%86%b3%e9%94%99%e8%af%af%e7%9a%84ipv6%e8%b7%af%e7%94%b1%e5%b9%bf%e6%92%ad%e6%80%bb%e7%bb%93/#comment-5947</link> <dc:creator>lol</dc:creator> <pubDate>Sat, 13 Mar 2010 08:57:22 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/?p=604#comment-5947</guid> <description>&gt; ip6tables -A -p icmpv6 -m mac --mac-source &quot;路由器MAC地址&quot; -j DROP
-A什么？!呢？&gt; 有些发行版有/etc/network/if-pre-up.d/icmpv6-routerfilt文件
/etc/network/if-pre-up.d在interfaces(5)有说明，icmpv6-routerfilt是自建的，要可执行。</description> <content:encoded><![CDATA[<p>&gt; ip6tables -A -p icmpv6 -m mac --mac-source "路由器MAC地址" -j DROP<br /> -A什么？!呢？</p><p>&gt; 有些发行版有/etc/network/if-pre-up.d/icmpv6-routerfilt文件<br /> /etc/network/if-pre-up.d在interfaces(5)有说明，icmpv6-routerfilt是自建的，要可执行。</p> ]]></content:encoded> </item> <item><title>By: lol</title><link>http://d.ream.at/%e8%a7%a3%e5%86%b3%e9%94%99%e8%af%af%e7%9a%84ipv6%e8%b7%af%e7%94%b1%e5%b9%bf%e6%92%ad%e6%80%bb%e7%bb%93/#comment-5946</link> <dc:creator>lol</dc:creator> <pubDate>Sat, 13 Mar 2010 08:53:24 +0000</pubDate> <guid isPermaLink="false">http://d.ream.at/?p=604#comment-5946</guid> <description>&gt; 用tcpdump、wireshark等工具都可以轻易取得arp -an</description> <content:encoded><![CDATA[<p>&gt; 用tcpdump、wireshark等工具都可以轻易取得</p><p>arp -an</p> ]]></content:encoded> </item> </channel> </rss>
