<?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: 开源无线路由器固件上 Bug 的故事（二）</title>
	<atom:link href="http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html</link>
	<description>什么都略懂一点，生活会多彩一些</description>
	<lastBuildDate>Thu, 26 Aug 2010 16:14:31 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-2#comment-1825</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Mon, 03 May 2010 15:44:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-1825</guid>
		<description>&lt;a href=&quot;#comment-1823&quot; rel=&quot;nofollow&quot;&gt;@William &lt;/a&gt; 
Jouke 他已经写出了相应的程序，你使用新版 wpa-supplicant 中的 roboswitch 驱动就可以了。但只限于标准的 802.1x 认证协议，如果是 H3C、锐捷的私有协议的话无能为力了。</description>
		<content:encoded><![CDATA[<p><a href="#comment-1823" rel="nofollow">@William </a><br />
Jouke 他已经写出了相应的程序，你使用新版 wpa-supplicant 中的 roboswitch 驱动就可以了。但只限于标准的 802.1x 认证协议，如果是 H3C、锐捷的私有协议的话无能为力了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-2#comment-1823</link>
		<dc:creator>William</dc:creator>
		<pubDate>Sun, 02 May 2010 09:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-1823</guid>
		<description>你好，我的路由器是BCM5354的芯片，看到你的文章说“移植 Jouke Witteveen 在 roboswitch 中使用过的方法，在私有协议的认证程序中加入 Broadcom 芯片的支持，则有希望通过认证了。”很想了解该如何加入该支持，以解决组播认证的问题。如果方便的话可以发份资料到我邮箱吗？谢谢！</description>
		<content:encoded><![CDATA[<p>你好，我的路由器是BCM5354的芯片，看到你的文章说“移植 Jouke Witteveen 在 roboswitch 中使用过的方法，在私有协议的认证程序中加入 Broadcom 芯片的支持，则有希望通过认证了。”很想了解该如何加入该支持，以解决组播认证的问题。如果方便的话可以发份资料到我邮箱吗？谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-2#comment-1757</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Wed, 14 Apr 2010 15:39:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-1757</guid>
		<description>&lt;a href=&quot;#comment-1752&quot; rel=&quot;nofollow&quot;&gt;@linchenlc  &lt;/a&gt; 
不客气，我当时也正是看了 roboswitch driver 才解决了802.1x认证的问题，咱们殊途同归了</description>
		<content:encoded><![CDATA[<p><a href="#comment-1752" rel="nofollow">@linchenlc  </a><br />
不客气，我当时也正是看了 roboswitch driver 才解决了802.1x认证的问题，咱们殊途同归了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linchenlc</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-2#comment-1752</link>
		<dc:creator>linchenlc</dc:creator>
		<pubDate>Sun, 11 Apr 2010 13:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-1752</guid>
		<description>非常感谢发来的资料，可惜我水平太差资料没派上用场 :&#124; 
不过这个问题姑且算是解决了吧，就是用文中提到的wpa_supplicant 的roboswtich driver.
详细的这里说到了
https://forum.openwrt.org/viewtopic.php?id=19873
还有这
http://code.google.com/p/mentohust/issues/detail?id=49</description>
		<content:encoded><![CDATA[<p>非常感谢发来的资料，可惜我水平太差资料没派上用场 <img src='http://blog.xiaoding.org/wordpress/wp-includes/images/smilies/icon_neutral.gif' alt=':|' class='wp-smiley' /><br />
不过这个问题姑且算是解决了吧，就是用文中提到的wpa_supplicant 的roboswtich driver.<br />
详细的这里说到了<br />
<a href="https://forum.openwrt.org/viewtopic.php?id=19873" rel="nofollow">https://forum.openwrt.org/viewtopic.php?id=19873</a><br />
还有这<br />
<a href="http://code.google.com/p/mentohust/issues/detail?id=49" rel="nofollow">http://code.google.com/p/mentohust/issues/detail?id=49</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-1749</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Sat, 10 Apr 2010 17:31:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-1749</guid>
		<description>&lt;a href=&quot;#comment-1748&quot; rel=&quot;nofollow&quot;&gt;@linchenlc &lt;/a&gt; 
已发送，请查收。</description>
		<content:encoded><![CDATA[<p><a href="#comment-1748" rel="nofollow">@linchenlc </a><br />
已发送，请查收。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linchenlc</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-1748</link>
		<dc:creator>linchenlc</dc:creator>
		<pubDate>Sat, 10 Apr 2010 16:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-1748</guid>
		<description>你好，很早前就看过你这篇文章，当时没留意。最近换了个网络环境，变成了发送多播包认证，发现改了认证软件为多播也死活认证不上，各个方面都检查到了，最后才发现是遇到这个bug了.
看到你说有roboswitch driver 相关的资料，能否发一份给我，邮箱 linchen987(at)gmail.com
谢谢了 :smile:</description>
		<content:encoded><![CDATA[<p>你好，很早前就看过你这篇文章，当时没留意。最近换了个网络环境，变成了发送多播包认证，发现改了认证软件为多播也死活认证不上，各个方面都检查到了，最后才发现是遇到这个bug了.<br />
看到你说有roboswitch driver 相关的资料，能否发一份给我，邮箱 linchen987(at)gmail.com<br />
谢谢了 <img src='http://blog.xiaoding.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morfast</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-1746</link>
		<dc:creator>morfast</dc:creator>
		<pubDate>Wed, 07 Apr 2010 01:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-1746</guid>
		<description>嗯，不过后来我试了下，我们学校不管是使用标准组播地址，锐捷私有组播地址，广播地址，还是使用认证服务器的物理地址（抓包得到，单播），都能通过认证，应该是可以避开这个bug了。
你所说的相关的手册哪里能下载到？</description>
		<content:encoded><![CDATA[<p>嗯，不过后来我试了下，我们学校不管是使用标准组播地址，锐捷私有组播地址，广播地址，还是使用认证服务器的物理地址（抓包得到，单播），都能通过认证，应该是可以避开这个bug了。<br />
你所说的相关的手册哪里能下载到？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-1745</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Wed, 07 Apr 2010 01:21:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-1745</guid>
		<description>&lt;a href=&quot;#comment-1744&quot; rel=&quot;nofollow&quot;&gt;@morfast &lt;/a&gt; 
得先确定一下锐捷的私有组播地址是哪个，然后查询一下芯片的手册看看这个地址有没有被设成特殊地址加以区别对待。</description>
		<content:encoded><![CDATA[<p><a href="#comment-1744" rel="nofollow">@morfast </a><br />
得先确定一下锐捷的私有组播地址是哪个，然后查询一下芯片的手册看看这个地址有没有被设成特殊地址加以区别对待。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: morfast</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-1744</link>
		<dc:creator>morfast</dc:creator>
		<pubDate>Tue, 06 Apr 2010 02:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-1744</guid>
		<description>如果使用锐捷私有组播地址的话，会不会有上述问题？</description>
		<content:encoded><![CDATA[<p>如果使用锐捷私有组播地址的话，会不会有上述问题？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-1690</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Sat, 05 Dec 2009 16:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-1690</guid>
		<description>&lt;a href=&quot;#comment-1687&quot; rel=&quot;nofollow&quot;&gt;@Oo笨蛋  &lt;/a&gt; 
已经把参考文档通过邮件发给你，请查收。
不过你说“学校采用广播认证”这个是否为笔误？如果是广播认证的话是可以通过的，因为广播包可以顺利地传达到 WAN 口上，而多播包则由于芯片内部的 logic 导致无法成功转发。关于广播包的处理方法你可以参考一楼的 Felix021 同学，他在已经在 WL-520gU 上成功了的，因为这机器也是 BCM5354 的芯片。</description>
		<content:encoded><![CDATA[<p><a href="#comment-1687" rel="nofollow">@Oo笨蛋  </a><br />
已经把参考文档通过邮件发给你，请查收。<br />
不过你说“学校采用广播认证”这个是否为笔误？如果是广播认证的话是可以通过的，因为广播包可以顺利地传达到 WAN 口上，而多播包则由于芯片内部的 logic 导致无法成功转发。关于广播包的处理方法你可以参考一楼的 Felix021 同学，他在已经在 WL-520gU 上成功了的，因为这机器也是 BCM5354 的芯片。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oo笨蛋</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-1687</link>
		<dc:creator>Oo笨蛋</dc:creator>
		<pubDate>Sat, 05 Dec 2009 11:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-1687</guid>
		<description>你好，看了这篇文章才知道自己遇上这个bug了。
我学校采用的是中兴的认证，linux下的认证程序自己基本已经写好了（本人学软件开发的），在ubuntu下可以正常登录，但是在编译给路由运行后发现无法发出数据包，反复查看不知道是什么原因，后来查看了这篇文章才知道自己是遇上bug了。
我的交换机芯片是bcm5354，学校采用广播认证，目前无解，看到你的文章说“移植 Jouke Witteveen 在 roboswitch 中使用过的方法，在私有协议的认证程序中加入 Broadcom 芯片的支持，则有希望通过认证了。”很希望了解该如何加入该支持。如果方便的话可以发份资料到我邮箱吗？万分感谢！我的邮箱是zzb402953049@qq.com</description>
		<content:encoded><![CDATA[<p>你好，看了这篇文章才知道自己遇上这个bug了。<br />
我学校采用的是中兴的认证，linux下的认证程序自己基本已经写好了（本人学软件开发的），在ubuntu下可以正常登录，但是在编译给路由运行后发现无法发出数据包，反复查看不知道是什么原因，后来查看了这篇文章才知道自己是遇上bug了。<br />
我的交换机芯片是bcm5354，学校采用广播认证，目前无解，看到你的文章说“移植 Jouke Witteveen 在 roboswitch 中使用过的方法，在私有协议的认证程序中加入 Broadcom 芯片的支持，则有希望通过认证了。”很希望了解该如何加入该支持。如果方便的话可以发份资料到我邮箱吗？万分感谢！我的邮箱是zzb402953049@qq.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-1564</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Mon, 19 Oct 2009 13:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-1564</guid>
		<description>&lt;a href=&quot;#comment-1560&quot; rel=&quot;nofollow&quot;&gt;@Awayfar  &lt;/a&gt; 
我跟 Jouke Witteveen 联系过，他解释了他的方法原理，现在我能明白。只是我当前没有登录 802.1x 的需求，再加上我没有 Linux 下嵌入式 C 语言编程的经验，所以一时恐难以完成。
前几个月有一位读者曾发信给我说好像已经移植了这个方法。不知道他为什么没有发布。 
建议你先移植看看，如果有问题再仔细下来研究研究。
至于文章，发出来就是给人看的，能帮助到个把人，很是欣慰。 :-)</description>
		<content:encoded><![CDATA[<p><a href="#comment-1560" rel="nofollow">@Awayfar  </a><br />
我跟 Jouke Witteveen 联系过，他解释了他的方法原理，现在我能明白。只是我当前没有登录 802.1x 的需求，再加上我没有 Linux 下嵌入式 C 语言编程的经验，所以一时恐难以完成。<br />
前几个月有一位读者曾发信给我说好像已经移植了这个方法。不知道他为什么没有发布。<br />
建议你先移植看看，如果有问题再仔细下来研究研究。<br />
至于文章，发出来就是给人看的，能帮助到个把人，很是欣慰。 <img src='http://blog.xiaoding.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Awayfar</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-1560</link>
		<dc:creator>Awayfar</dc:creator>
		<pubDate>Mon, 19 Oct 2009 01:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-1560</guid>
		<description>&quot;移植 Jouke Witteveen 在 roboswitch 中使用过的方法，在私有协议的认证程序中加入 Broadcom 芯片的支持，则有希望通过认证了。&quot;

这个貌似有点难度啊，Jouke给出的认证程序应该是标准的supplicant，那个roboswitch 的driver用到自定协议的认证程序里边不知道博主解决了没有？

呵呵，不过这些东西都是一时兴起吧，希望博主都还有研究这个东东的兴趣，呵呵！

刚入手一台150N，准备试试把客户端移植到路由器里边去，谢谢博主这篇文章，启发很大啊！</description>
		<content:encoded><![CDATA[<p>&#8220;移植 Jouke Witteveen 在 roboswitch 中使用过的方法，在私有协议的认证程序中加入 Broadcom 芯片的支持，则有希望通过认证了。&#8221;</p>
<p>这个貌似有点难度啊，Jouke给出的认证程序应该是标准的supplicant，那个roboswitch 的driver用到自定协议的认证程序里边不知道博主解决了没有？</p>
<p>呵呵，不过这些东西都是一时兴起吧，希望博主都还有研究这个东东的兴趣，呵呵！</p>
<p>刚入手一台150N，准备试试把客户端移植到路由器里边去，谢谢博主这篇文章，启发很大啊！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bronco</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-326</link>
		<dc:creator>Bronco</dc:creator>
		<pubDate>Tue, 23 Jun 2009 01:54:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-326</guid>
		<description>嗯~我的是7231，只是拿到手的时候已经毕业了......</description>
		<content:encoded><![CDATA[<p>嗯~我的是7231，只是拿到手的时候已经毕业了&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-78</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Sat, 02 May 2009 19:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-78</guid>
		<description>&lt;a href=&quot;#comment-76&quot; rel=&quot;nofollow&quot;&gt;@陶陶  &lt;/a&gt; 
开源的东西在遵守协议的情况下拿来做商业应用还是有它自己的成本和维护优势的。之前磊科就发布了 NW618 支持 DD-WRT。TP-Link 在国内占据消费级市场的条件下是该向中高端发力了。一如 Windows Server 向 Unix 争夺市场一样。

换主题是因为我之前一直在等作者发布这个…… 他发布不久我就连忙换上了。这个主题比较精致，适合我的喜好。  :smile:</description>
		<content:encoded><![CDATA[<p><a href="#comment-76" rel="nofollow">@陶陶  </a><br />
开源的东西在遵守协议的情况下拿来做商业应用还是有它自己的成本和维护优势的。之前磊科就发布了 NW618 支持 DD-WRT。TP-Link 在国内占据消费级市场的条件下是该向中高端发力了。一如 Windows Server 向 Unix 争夺市场一样。</p>
<p>换主题是因为我之前一直在等作者发布这个…… 他发布不久我就连忙换上了。这个主题比较精致，适合我的喜好。  <img src='http://blog.xiaoding.org/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':smile:' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 陶陶</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-77</link>
		<dc:creator>陶陶</dc:creator>
		<pubDate>Sat, 02 May 2009 16:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-77</guid>
		<description>另外你主题换的挺勤快啊～</description>
		<content:encoded><![CDATA[<p>另外你主题换的挺勤快啊～</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 陶陶</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-76</link>
		<dc:creator>陶陶</dc:creator>
		<pubDate>Sat, 02 May 2009 16:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-76</guid>
		<description>最近我们公司外销也在研究开源软件这档子事，不过不是我负责</description>
		<content:encoded><![CDATA[<p>最近我们公司外销也在研究开源软件这档子事，不过不是我负责</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jacky235</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-71</link>
		<dc:creator>jacky235</dc:creator>
		<pubDate>Fri, 01 May 2009 14:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-71</guid>
		<description>呵呵。</description>
		<content:encoded><![CDATA[<p>呵呵。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix021</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-70</link>
		<dc:creator>Felix021</dc:creator>
		<pubDate>Fri, 01 May 2009 14:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-70</guid>
		<description>囧。。。RP守恒阿。。。不要。。</description>
		<content:encoded><![CDATA[<p>囧。。。RP守恒阿。。。不要。。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xiaoding</title>
		<link>http://blog.xiaoding.org/post/bug-story-on-open-source-routers-2.html/comment-page-1#comment-69</link>
		<dc:creator>xiaoding</dc:creator>
		<pubDate>Fri, 01 May 2009 14:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xiaoding.org/?p=142#comment-69</guid>
		<description>@whfwfh
Hoho~~  被你发现啦~！有什么问题欢迎探讨~！</description>
		<content:encoded><![CDATA[<p>@whfwfh<br />
Hoho~~  被你发现啦~！有什么问题欢迎探讨~！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
