<?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>Mr Chuckles dot net &#187; howto</title>
	<atom:link href="http://www.mrchuckles.net/tag/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrchuckles.net</link>
	<description>So much tech, so little time...</description>
	<lastBuildDate>Sat, 29 Mar 2008 13:26:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Solving Netgear WG102 Lockups</title>
		<link>http://www.mrchuckles.net/2008/03/20/solving-netgear-wg102-lockups/</link>
		<comments>http://www.mrchuckles.net/2008/03/20/solving-netgear-wg102-lockups/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 18:00:46 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://www.mrchuckles.net/2008/03/20/solving-netgear-wg102-lockups/</guid>
		<description><![CDATA[I use the Netgear WG102 access point in a few client sites, mostly small to medium business that use wifi as a secondary form of access.  For about $120 you get an 802.11g access point that&#8217;s plenum rated and supports PoE, auto-channel and auto-signal strength, VLAN&#8217;s, SNMP, multiple SSID&#8217;s, and every security feature under [...]]]></description>
			<content:encoded><![CDATA[<p>I use the <a href="http://kbserver.netgear.com/products/WG102.asp">Netgear WG102</a> access point in a few client sites, mostly small to medium business that use wifi as a secondary form of access.  For about $120 you get an 802.11g access point that&#8217;s plenum rated and supports PoE, auto-channel and auto-signal strength, VLAN&#8217;s, SNMP, multiple SSID&#8217;s, and every security feature under the sun (including 802.1x RADIUS auth).  What it doesn&#8217;t provide is good centralized management or any sort of serious wifi intelligence, which limits them to smaller shops.</p>
<p>Despite this great bounty for only $120, they do have a major weakness &#8211; they tend to lock up after about 2 weeks of normal use, which requires a hard power-cycle to resolve.  After some Googling, I recently stumbled across <a href="http://forum1.netgear.com/showthread.php?t=3663" title="Netgear Forums - SNMP reset / reboot">a work-around on Netgear&#8217;s forums</a>.  It seems by setting an SNMP OID to a certain value, you can cause the access point to do a soft reboot.  The trick is to schedule such an event on a weekly, or even daily, basis, so that it occurs before the AP has a chance to lock up.  The command below works quite well using the Windows task scheduler and the <a href="http://net-snmp.sourceforge.net/">Net-SNMP</a> tool set.</p>
<p><code>snmpset.exe -v 1 -c private 10.10.10.10 1.3.6.1.4.1.4526.4.3.9.1 integer 1</code></p>
<p>Just change the community string (in this instance, private) to your R/W community, and of course the IP address to match your AP.  I have this running at two locations each rebooting 5 of these AP&#8217;s on a weekly basis and so far no lockups.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mrchuckles.net/2008/03/20/solving-netgear-wg102-lockups/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
