<?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; sysadmin</title>
	<atom:link href="http://www.mrchuckles.net/tag/sysadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mrchuckles.net</link>
	<description>So much tech, so little time...</description>
	<lastBuildDate>Tue, 26 Apr 2011 00:54:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<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 the [...]]]></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>
<div style="height:33px; padding-top:2px; padding-bottom:2px; clear:both;" class="really_simple_share"><div style="float:left; width:100px; " class="really_simple_share_facebook_like"> 
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.mrchuckles.net%2F2008%2F03%2F20%2Fsolving-netgear-wg102-lockups%2F&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light&amp;send=false&amp;height=27" 
					scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe>
			</div><div style="float:left; width:90px; padding-left:10px;" class="really_simple_share_google1"> 
				<g:plusone size="medium" href="http://www.mrchuckles.net/2008/03/20/solving-netgear-wg102-lockups/" ></g:plusone>
			</div><div style="float:left; width:110px; padding-left:10px;" class="really_simple_share_twitter"> 
				<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" 
					data-text="Solving Netgear WG102 Lockups" data-url="http://www.mrchuckles.net/2008/03/20/solving-netgear-wg102-lockups/">Tweet</a> 
			</div></div>
		<div style="clear:both;"></div>]]></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>

