<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>blog.crox.net (Entries tagged as linksys)</title>
    <link>https://blog.crox.net/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 2.5.0 - http://www.s9y.org/</generator>
    <pubDate>Fri, 19 Jun 2009 18:53:30 GMT</pubDate>

    <image>
    <url>https://blog.crox.net/templates/2k11/img/s9y_banner_small.png</url>
    <title>RSS: blog.crox.net - </title>
    <link>https://blog.crox.net/</link>
    <width>100</width>
    <height>21</height>
</image>

<item>
    <title>Recovering an unmanageable WRT54GL (OpenWRT lost password)</title>
    <link>https://blog.crox.net/archives/53-Recovering-an-unmanageable-WRT54GL-OpenWRT-lost-password.html</link>
    
    <comments>https://blog.crox.net/archives/53-Recovering-an-unmanageable-WRT54GL-OpenWRT-lost-password.html#comments</comments>
    <wfw:comment>https://blog.crox.net/wfwcomment.php?cid=53</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>https://blog.crox.net/rss.php?version=2.0&amp;type=comments&amp;cid=53</wfw:commentRss>
    

    <author>nospam@example.com (crox)</author>
    <content:encoded>
    A friend recently brought us a &lt;a href=&quot;http://en.wikipedia.org/wiki/Linksys_WRT54G_series&quot; &gt;Linksys WRT54GL&lt;/a&gt; which had been laying around for a while and whose password was not available anymore.&lt;br /&gt;
&lt;br /&gt;
None of the &quot;easy&quot; password recovery methods seemed to work (like holding the reset button, power-cycling etc.) - possibly because the corresponding options had been previously disabled.&lt;br /&gt;
&lt;br /&gt;
In the end, I used the TFTP method described here: &lt;a href=&quot;http://oldwiki.openwrt.org/OpenWrtDocs(2f)Installing(2f)TFTP.html&quot;  title=&quot;Installing OpenWrt via TFTP&quot;&gt;http://oldwiki.openwrt.org/OpenWrtDocs(2f)Installing(2f)TFTP.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
However, it didn&#039;t work until all these conditions were met:&lt;br /&gt;
&lt;br /&gt;
- the laptop with the firmware image and the tftp client had to be connected to the WRT through an external switch&lt;br /&gt;
&lt;br /&gt;
- the switch had to be unplugged from the LAN&lt;br /&gt;
&lt;br /&gt;
- I had to lauch a &quot;ping -f 192.168.1.1&quot; in a different terminal before powering on the WRT in order for the tftp transfer to start&lt;br /&gt;
&lt;br /&gt;
- before and after the flashing I followed the &lt;a href=&quot;http://www.dd-wrt.com/wiki/index.php/Hard_reset_or_30/30/30&quot;  title=&quot;Hard reset or 30/30/30&quot;&gt;30/30/30&lt;/a&gt; procedure (not sure if that one is mandatory but it is recommended)&lt;br /&gt;
&lt;br /&gt;
To make sure the hardware was working I installed the latest firmware from the Linksys website (WRT54GL_v4.30.11_012_ETSI_EN_code.bin), but now I&#039;ll likely reflash it with &lt;a href=&quot;http://openwrt.org/&quot; &gt;OpenWRT&lt;/a&gt; - this time from the web interface :o) 
    </content:encoded>

    <pubDate>Fri, 19 Jun 2009 18:53:30 +0000</pubDate>
    <guid isPermaLink="false">https://blog.crox.net/archives/53-guid.html</guid>
    <category>linksys</category>
<category>wlan</category>

</item>
<item>
    <title>Linksys WAG200G-EU stops routing UDP after a while (scripted reboot how-to)</title>
    <link>https://blog.crox.net/archives/31-Linksys-WAG200G-EU-stops-routing-UDP-after-a-while-scripted-reboot-how-to.html</link>
    
    <comments>https://blog.crox.net/archives/31-Linksys-WAG200G-EU-stops-routing-UDP-after-a-while-scripted-reboot-how-to.html#comments</comments>
    <wfw:comment>https://blog.crox.net/wfwcomment.php?cid=31</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>https://blog.crox.net/rss.php?version=2.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    

    <author>nospam@example.com (crox)</author>
    <content:encoded>
    It seems that after having been up for a couple of days, the WAG200G starts having issues routing UDP packets properly. This particularly affects VoIP traffic (here IAX2 on port 4569). The symptoms are that &quot;regular surfing&quot; works flawlessly, but the registration with the asterisk server fails. &lt;a href=&quot;http://en.wikipedia.org/wiki/Tcpdump&quot;  title=&quot;tcpdump&quot;&gt;tcpdump&lt;/a&gt; shows no traffic on the server side. Restarting the WAG200G immediately solves the problem.&lt;br /&gt;
&lt;br /&gt;
Here is how I restarted the router from the command line:&lt;br /&gt;
&lt;pre&gt;wget --http-user=admin --http-password=pa55w0rd \&lt;br /&gt;     --post-data=&#039;reboot=1&amp;save=Enregistrer+les+param%E8tres&amp;todo=reboot&amp;h_reboot=1&amp;this_file=Reboot.htm&amp;next_file=index.htm&amp;message=&#039; \&lt;br /&gt;     http://192.168.0.1/setup.cgi&lt;/pre&gt;&lt;br /&gt;
(replace password and IP address as appropriate)&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 07 Mar 2008 10:04:25 +0000</pubDate>
    <guid isPermaLink="false">https://blog.crox.net/archives/31-guid.html</guid>
    <category>adsl</category>
<category>linksys</category>
<category>network</category>
<category>wlan</category>

</item>

</channel>
</rss>
