<?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>Greg Sowell Consulting</title>
	<atom:link href="http://gregsowell.com/?feed=rss2&#038;p=4164" rel="self" type="application/rss+xml" />
	<link>http://gregsowell.com</link>
	<description>Inside Greg&#039;s Brain</description>
	<lastBuildDate>Sat, 11 May 2013 17:52:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Test Exchange Active Sync</title>
		<link>http://gregsowell.com/?p=4559</link>
		<comments>http://gregsowell.com/?p=4559#comments</comments>
		<pubDate>Sat, 11 May 2013 17:52:34 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://gregsowell.com/?p=4559</guid>
		<description><![CDATA[I was setting up my new email and it wouldn&#8217;t for the life of me work. I found this site www.testexchangeconnectivity.com. It lets you do a test via your browser and quickly diagnosed the issue. I popped into AD and adjusted some permissions as suggested and BOOM&#8230;everything is rocking and rolling.]]></description>
				<content:encoded><![CDATA[<p>I was setting up my new email and it wouldn&#8217;t for the life of me work.  I found this site <a href="https://www.testexchangeconnectivity.com">www.testexchangeconnectivity.com</a>.  It lets you do a test via your browser and quickly diagnosed the issue.  I popped into AD and adjusted some permissions as suggested and BOOM&#8230;everything is rocking and rolling.  <img src='http://gregsowell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fgregsowell.com%2F%3Fp%3D4559&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://gregsowell.com/?feed=rss2&#038;p=4559</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn Unifi APs Radios Off And On</title>
		<link>http://gregsowell.com/?p=4549</link>
		<comments>http://gregsowell.com/?p=4549#comments</comments>
		<pubDate>Thu, 02 May 2013 01:46:52 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Ubiquiti]]></category>

		<guid isPermaLink="false">http://gregsowell.com/?p=4549</guid>
		<description><![CDATA[While I&#8217;m doing some testing with my Unifi install, I need to disable allll of the radios save for one. The idea is I kill all radios and use a spectrum analysis tool to map the signal and really see where the waves are going. There are only two ways to disable the radio: one [...]]]></description>
				<content:encoded><![CDATA[<p>While I&#8217;m doing some testing with my Unifi install, I need to disable allll of the radios save for one.  The idea is I kill all radios and use a spectrum analysis tool to map the signal and really see where the waves are going.</p>
<p>There are only two ways to disable the radio: one is to unplug the AP and the other is to SSH into the device and disable the wireless interface.<br />
<strong>Disable wireless interface:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">ifconfig wifi0 down</pre></td></tr></table></div>

<p><strong>Enable wireless interface:</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">ifconfig wifi0 up</pre></td></tr></table></div>

<p>But if you have a lot of APs this isn&#8217;t really practical.  So I wrote a program hehehe. <img src='http://gregsowell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/05/1.png"><img src="http://gregsowell.com/wp-content/uploads/2013/05/1.png" alt="1" width="558" height="471" class="aligncenter size-full wp-image-4551" /></a></p>
<p>You update a test file that lists your APs, and they propagate into the listbox on starting.</p>
<p>When it first boots it asks for the username/password to SSH into the devices.</p>
<p>After that you can disable/enable all of the at the same time or do them individually by selecting one from the list and clicking the appropriate button.</p>
<p>When you first create the list if you haven&#8217;t already putty&#8217;d or plink&#8217;d into the device, you will need to hit the ssh key button.  This will open plink and allow you to accept the SSH key for the device.</p>
<p><strong>**EDIT** Updated 5/8/13 to add support for pro shutdown.</strong><br />
The compiled program and source can be found here <a class="downloadlink" href="http://gregsowell.com/wp-content/plugins/download-monitor/download.php?id=34" title=" downloaded 260 times" >Ubiquiti Radio Control.zip (260)</a></p>
<p>Have fun kids <img src='http://gregsowell.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fgregsowell.com%2F%3Fp%3D4549&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://gregsowell.com/?feed=rss2&#038;p=4549</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Shutdown And Enable Radios On A Cisco Wireless LAN Controller</title>
		<link>http://gregsowell.com/?p=4547</link>
		<comments>http://gregsowell.com/?p=4547#comments</comments>
		<pubDate>Wed, 01 May 2013 23:15:41 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://gregsowell.com/?p=4547</guid>
		<description><![CDATA[So I&#8217;m about to do some work with Ubiquiti in an environment that has a decent chunk of Cisco gear controlled via WLC. I want to kill allllll of the Cisco radios at once so I can do some spectral analysis before I do a complete transition. I found a few commands that will help [...]]]></description>
				<content:encoded><![CDATA[<p>So I&#8217;m about to do some work with Ubiquiti in an environment that has a decent chunk of Cisco gear controlled via WLC.  I want to kill allllll of the Cisco radios at once so I can do some spectral analysis before I do a complete transition.  I found a few commands that will help you to list the APs, then shutdown/enable in mass.</p>
<p>First SSH/telnet into your wireless controller.</p>
<p>To list the APs:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">show ap summary</pre></td></tr></table></div>

<p>Take the list of APs and format them as so to disable B G N radios:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">802.11b disable ApName</pre></td></tr></table></div>

<p>The trick is to really just to make a list of all your APs in this fashion and paste them in.</p>
<p>To enable the radios do this:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">802.11b enable ApName</pre></td></tr></table></div>

<p>To disable A N radios:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">802.11a disable ApName</pre></td></tr></table></div>

<p>To enable them back:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">802.11a enable ApName</pre></td></tr></table></div>

<p>This will allow you to enable/disable the radios in mass, which should make your task of testing just a little bit easier. <img src='http://gregsowell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fgregsowell.com%2F%3Fp%3D4547&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://gregsowell.com/?feed=rss2&#038;p=4547</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modify Cacti Alerts In Mass</title>
		<link>http://gregsowell.com/?p=4544</link>
		<comments>http://gregsowell.com/?p=4544#comments</comments>
		<pubDate>Wed, 10 Apr 2013 14:35:35 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Cacti]]></category>

		<guid isPermaLink="false">http://gregsowell.com/?p=4544</guid>
		<description><![CDATA[So I&#8217;m updating syslog and thold alerts in mass&#8230;removing an email address actually. Here are a couple of quick find and replace statements: Syslog Alerts 1 2 use syslog; update syslog_alert set email=replace(email,', me@gregsowell.com',''); Thold Alerts 1 2 use cacti; update cacti set thold_data=replace(notify_extra,'me@gregsowell.com, ','');]]></description>
				<content:encoded><![CDATA[<p>So I&#8217;m updating syslog and thold alerts in mass&#8230;removing an email address actually.  Here are a couple of quick find and replace statements:</p>
<p><strong>Syslog Alerts</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">use syslog;
update syslog_alert set email=replace(email,', me@gregsowell.com','');</pre></td></tr></table></div>

<p><strong>Thold Alerts</strong></p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">use cacti;
update cacti set thold_data=replace(notify_extra,'me@gregsowell.com, ','');</pre></td></tr></table></div>

<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fgregsowell.com%2F%3Fp%3D4544&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://gregsowell.com/?feed=rss2&#038;p=4544</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>TheBrothersWISP 14 &#8211; Airfiber Installs With Miller</title>
		<link>http://gregsowell.com/?p=4529</link>
		<comments>http://gregsowell.com/?p=4529#comments</comments>
		<pubDate>Mon, 18 Mar 2013 00:17:46 +0000</pubDate>
		<dc:creator>thebrotherswisp</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gregsowell.com/?p=4529</guid>
		<description><![CDATA[In this one we have Greg(I have to apologize for my extreme tiredness in this one. I was on the tail end of a looooong sleepless week hehehe), JJ, Justin Wilson, and a new guest Justin Miller. I met Miller at the Vegas MUM and he&#8217;s been kicking around with us ever since. He is [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://thebrotherswisp.com/index.php/thebrotherswisp-14-airfiber-installs-with-miller/"><img alt="" src="http://thebrotherswisp.com/wp-content/themes/response/images/responselogo.png" class="alignnone" width="428" height="42" /></a></p>
<p>In this one we have Greg(I have to apologize for my extreme tiredness in this one.  I was on the tail end of a looooong sleepless week hehehe), JJ, Justin Wilson, and a new guest Justin Miller.  I met Miller at the Vegas MUM and he&#8217;s been kicking around with us ever since.  He is the brains for the largest WISP in Virginia and he is kind enough to share some of that grey matter with us.</p>
<p><strong>We talk about:</strong><br />
<a href="http://www.ubnt.com/airfiber">Ubiquiti&#8217;s AirFiber</a><br />
<a href="http://cloudcorerouter.com/">Mikrotik CCR installs</a><br />
<a href="http://sensorninja.me/">Sensor Ninja</a>, JJ&#8217;s new project.<br />
<a href="http://www.interstatebatteries.com/cs_estore/results.aspx/Sealed-Lead-Acid-SLA?dsNavigation=N~44">Interstate sealed batteries. </a><br />
A little bit about <a href="http://www.ubnt.com/mfi">Ubiquiti mFi</a> experiences.<br />
Wilson talks about <a href="http://www.bitlomat.com/">Bitlomat</a>.  New AP/CPE equipment.</p>
<p>As always, let us know what you guys think!</p>
<p>Also, I LOVE this freeze frame preview of Miller&#8217;s face bwahahahaha&#8230;good times.</p>
<h2><a href="http://thebrotherswisp.com/index.php/thebrotherswisp-14-airfiber-installs-with-miller/">Click here to view the post!</a></h2>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fgregsowell.com%2F%3Fp%3D4529&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://gregsowell.com/?feed=rss2&#038;p=4529</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubiquiti Firmware 5.5.4</title>
		<link>http://gregsowell.com/?p=4526</link>
		<comments>http://gregsowell.com/?p=4526#comments</comments>
		<pubDate>Sat, 16 Mar 2013 16:12:18 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Ubiquiti]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://gregsowell.com/?p=4526</guid>
		<description><![CDATA[AirOS V Firmware Revision History ==================================================================== Supported products * Bullet M2/M5/Titanium * Rocket M2/M2 Titanium/M3/M365/M900/M5/M5 GPS/M5 Titanium/M6 * NanoStation M2/M3/M365/M5/M6 * NanoStation Loco M2/M900/M5 * NanoBridge M2/M3/M365/M900/M5 * AirGrid M2/M5/HP/HP New * PowerBridge M3/M365/M5/M10 * PicoStation M2 * AirRouter/HP * PowerAP N ==================================================================== Version 5.5.4-Service Release (March 13, 2013) &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- New: - New: Data rate [...]]]></description>
				<content:encoded><![CDATA[<p>AirOS V Firmware Revision History<br />
====================================================================<br />
Supported products</p>
<p>  * Bullet M2/M5/Titanium<br />
  * Rocket M2/M2 Titanium/M3/M365/M900/M5/M5 GPS/M5 Titanium/M6<br />
  * NanoStation M2/M3/M365/M5/M6<br />
  * NanoStation Loco M2/M900/M5<br />
  * NanoBridge M2/M3/M365/M900/M5<br />
  * AirGrid M2/M5/HP/HP New<br />
  * PowerBridge M3/M365/M5/M10<br />
  * PicoStation M2<br />
  * AirRouter/HP<br />
  * PowerAP N</p>
<p>====================================================================<br />
Version 5.5.4-Service Release (March 13, 2013)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>New:<br />
- New: Data rate module: Alternative data rate algorithm option<br />
- New: WEB UI: Audio option for Antenna Alignment Tool<br />
- New: WEB UI: &#8220;Feed only &#8211; 3dBi&#8221; option for antenna type (AirGrid and NanoBridge models only)</p>
<p>Improvements:<br />
- airMax: Improved performance in PtMP scenarios<br />
- airMax: Lower latency in Long Range PTP mode<br />
- airMax: Voice performance/latency improvements in PtMP scenarios</p>
<p>- QoS: Map commonly used VoIP TOS values (0&#215;68, 0xb8) to Voice queue</p>
<p>- Speed test: Improved timeout/errors handling and reporting<br />
- TFTP recovery: Reset configuration to factory defaults when executing TFTP recovery mode without need to hold Reset button for 15sec and upload firmware image<br />
- airView: Update certificate</p>
<p>- WEB UI: Show if custom scripts are present on device<br />
- WEB UI: Show signal strength from remote radio in Station information window (airMax mode only)<br />
- WEB UI: Show Station TX/RX bit rate statistics<br />
- WEB UI: Disable WEB UI while airView is running<br />
- WEB UI: Automatically redirect to HTTPS port when running Speed test<br />
- WEB UI: Make MAC addresses in Main page easily selectable<br />
- WEB UI: Add help text for UBNT/Advanced settings pages<br />
- WEB UI: Improved FW update failure messages<br />
- WEB UI: Do not offer to apply configuration changes if there are no any changes made<br />
- WEB UI: Latitude/Longitude setting validation<br />
- WEB UI: Interface Language update: French translations<br />
- WEB UI: Interface Language update: Lithuanian translation</p>
<p>- Stability: Check filesystem on boot<br />
- Stability: Memory leak protection for less than 1MB of RAM<br />
- Stability: HW watchdog in u-boot</p>
<p>Fixes:<br />
- Fix: airMax: Radio is transmitting when operating in airView mode (AP mode only)<br />
- Fix: airMax: Long range PtP mode: AP gets stuck at 81Mbps rate and transmit throughput goes down<br />
- Fix: airMax: Sometimes AP locks up when applying configuration changes (possible fix)<br />
- Fix: airSync: Rocket Titanium airSync Slave doesn&#8217;t connect to airSync Master<br />
- Fix: airSelect: Default airSelect announce count set to 30<br />
- Fix: airView: airView does not start when Device Name contains comma symbol<br />
- Fix: airView: M900/M3/M365/M6 products does not scan full frequency range<br />
- Fix: Detect Ethernet loopback on defective device and bring Ethernet interface down<br />
- Fix: Sometimes M Series devices hang during reboot (except Titanium)<br />
- Fix: Change Max MTU to 2024 bytes on both Ethernet interfaces<br />
- Fix: Returning from Test mode does not revert some configuration changes<br />
- Fix: Redirection issue when enabling/disabling HTTPS<br />
- Fix: Satellite signal bar is centred under IE<br />
- Fix: During upgrade disable default route if DHCP client is configured<br />
- Fix: DHCP fallback IP isn&#8217;t set<br />
- Fix: Memory leak in Main page with IE8/IE9 (session timeout implemented)<br />
- Fix: Low power mode fix for newer revisions of NanoStation M5<br />
- Fix: Device discovery issue when DMZ port is enabled<br />
- Fix: Cannot switch from Advanced to Simple Configuration mode when network role is Router<br />
- Fix: Auto Channel does not follow channel plan for Canada (Rocket Titanium)<br />
- Fix: OSPF and other unregistered multicast traffic transmit problems in PtMP<br />
- Fix: Skip EAP security certificate date validation if device date is before certificate start date<br />
- Fix: Do not send discovery/ARP requests through bridge ports<br />
- Fix: Enable busybox option to prefer IPv4<br />
- Fix: UPnP: Router should accept &#8220;PORT FORWARD&#8221; requests from LAN side only<br />
- Fix: Sometimes station can&#8217;t associate when switching from open to WPA security<br />
- Fix: Enable DFS when choosing country Austria<br />
- Fix: Disable &#8220;Block Management&#8221; option for WAN in default configuration (AirRouter, AirRouter HP, PowerAP N)</p>
<p>Regulatory updates:<br />
- Enable DFS for Germany upper band (5.8GHz) channels<br />
- Update New Zealand allowed frequencies for 5GHz<br />
- Update Chilean allowed frequencies for 5GHz</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fgregsowell.com%2F%3Fp%3D4526&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://gregsowell.com/?feed=rss2&#038;p=4526</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EU MUM 2013 Hardware</title>
		<link>http://gregsowell.com/?p=4497</link>
		<comments>http://gregsowell.com/?p=4497#comments</comments>
		<pubDate>Thu, 14 Mar 2013 15:07:05 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Mikrotik]]></category>

		<guid isPermaLink="false">http://gregsowell.com/?p=4497</guid>
		<description><![CDATA[So first I want to say thanks to Tom Smyth for talking to me about all of the new cool stuff. Unfortunately the video I recorded dropped his audio(the app updated on convienently broke) X( . Hopefully he will pop on with me later and bullchive some more. They dropped the presentation PDF quickly this [...]]]></description>
				<content:encoded><![CDATA[<p>So first I want to say thanks to Tom Smyth for talking to me about all of the new cool stuff.  Unfortunately the video I recorded dropped his audio(the app updated on convienently broke) X(  .  Hopefully he will pop on with me later and bullchive some more.</p>
<p>They dropped the <a href="http://www.mikrotik.com/download/share/hr13.pdf">presentation PDF</a> quickly this year, so lets have a look, shall we <img src='http://gregsowell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So they kept going on about this CCR thing&#8230;whatever that is about.  They said a few new things about it like:</p>
<li>Software updated all the time</li>
<p>I&#8217;m not sure that is a bonus&#8230;or I suppose it is.</p>
<li>Speed improvements</li>
<li>Simple queues now 9X faster</li>
<li>Hardware encryption, L7, PPP, and others in works</li>
<p>Then they talk about some SXT stuff, which is great, I love the SXTs.</p>
<p>These have been announced, but I haven&#8217;t talked about them sooooo:</p>
<h2><a href="http://routerboard.com/RB951G-2HnD">RB951G-2HnD</a></h2>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/03/951.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/951.png" alt="951" width="430" height="369" class="aligncenter size-full wp-image-4498" /></a></p>
<li>Gig ports</li>
<li>600MHz CPU</li>
<li>128MB RAM</li>
<li>2.5dBi antenna</li>
<p>This has the same form factor as the 751 routers, but has a more powerful CPU and more RAM.  I&#8217;m assuming these will replace the 751s?</p>
<h2><a href="http://routerboard.com/RB260GS">RB260GS</a></h2>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/03/260.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/260.png" alt="260" width="455" height="443" class="aligncenter size-full wp-image-4499" /></a></p>
<li>5 gig ports</li>
<li>SFP port on back</li>
<li>SwitchOS</li>
<p> Blah</p>
<li>$40</li>
<p>I like everything about this save for SwitchOS&#8230;just not a fan.</p>
<h2>SFPs</h2>
<p><a href="http://routerboard.com/product/180">S-85DLC05D</a><br />
<a href="http://routerboard.com/product/181">S-31DLC20D</a><br />
<a href="http://gregsowell.com/wp-content/uploads/2013/03/sfp.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/sfp.png" alt="sfp" width="342" height="331" class="aligncenter size-full wp-image-4502" /></a></p>
<li>Single Mode &#8211; $29</li>
<li>Multi Mode &#8211; $22</li>
<p>This is a crazy good price for new optics!</p>
<h2>RB911G</h2>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/03/911g.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/911g.png" alt="911g" width="494" height="334" class="aligncenter size-full wp-image-4503" /></a></p>
<h2>RB912G</h2>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/03/912g.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/912g.png" alt="912g" width="506" height="349" class="aligncenter size-full wp-image-4504" /></a></p>
<h2>RB912 Outdoor Enclosure</h2>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/03/912Enclosure.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/912Enclosure.png" alt="912Enclosure" width="476" height="347" class="aligncenter size-full wp-image-4505" /></a><br />
This looks AWESOME.  I would say this is direct competition with the Ubiquiti Rockets.  I&#8217;m willing to bet I can make a bracket that will let you mount this right on a Ubiquiti antenna <img src='http://gregsowell.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<h2>SEXTANT G</h2>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/03/sextantg.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/sextantg.png" alt="sextantg" width="508" height="376" class="aligncenter size-full wp-image-4507" /></a><br />
Features the new 911 inside.</p>
<h2>R11E-2HND</h2>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/03/r11e.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/r11e.png" alt="r11e" width="414" height="341" class="aligncenter size-full wp-image-4508" /></a></p>
<li>Mini PCI E</li>
<li>2GHz</li>
<li>800mw</li>
<h2>R11E-HPND</h2>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/03/r11e5.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/r11e5.png" alt="r11e5" width="422" height="331" class="aligncenter size-full wp-image-4509" /></a></p>
<li>Mini PCI E</li>
<li>2 and 5GHz models</li>
<li>1000mw</li>
<h2>RB14EU</h2>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/03/14eu.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/14eu.png" alt="14eu" width="511" height="272" class="aligncenter size-full wp-image-4510" /></a><br />
This has 4 slots for the new miniPCI-E cards as well as slots for 3G cards&#8230;a lot of power in a single card.</p>
<h2>SXT HG</h2>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/03/sxthg.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/sxthg.png" alt="sxthg" width="501" height="343" class="aligncenter size-full wp-image-4511" /></a><br />
This looks like a cool new radio for distance P2P as well as client connections.</p>
<h2>SXT SA</h2>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/03/sxtsa.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/sxtsa.png" alt="sxtsa" width="492" height="332" class="aligncenter size-full wp-image-4512" /></a><br />
Sector SXT.</p>
<h2>Groove52</h2>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/03/groove52.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/groove52.png" alt="groove52" width="409" height="352" class="aligncenter size-full wp-image-4513" /></a><br />
2 or 5GHz.</p>
<h2>Cloud Core Switch &#8211; CRS</h2>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/03/crs.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/crs.png" alt="crs" width="452" height="338" class="aligncenter size-full wp-image-4516" /></a><br />
<a href="http://gregsowell.com/wp-content/uploads/2013/03/crs2.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/crs2.png" alt="crs2" width="371" height="340" class="aligncenter size-full wp-image-4517" /></a><br />
<a href="http://gregsowell.com/wp-content/uploads/2013/03/crs3.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/crs3.png" alt="crs3" width="491" height="326" class="aligncenter size-full wp-image-4515" /></a></p>
<li>Runs RouterOS</li>
<li>24 Gb ports</li>
<li>SFP slot</li>
<li>Wireless version &#8211; 2Ghz</li>
<p>Soooo they finally put out a real switch, or is it a router?  Since it runs routerOS I&#8217;m going to say it&#8217;s a router(not really, it is a switch people).  Thanks to Andrew for bursting my bubble by telling me that it has a 600MHz AR9344 CPU.  I think this was a brilliant move on their part, but what I&#8217;m really waiting for is the price.</p>
<p>I can imagine purchasing one of these to terminate A sizable chunk of P2Ps I have.  Now we ask the question&#8230;will they make a version that has 12 SFPs and 12 copper or 24 SFP with 2 coppers?</p>
<p>Right now I&#8217;m content with just the 24 copper <img src='http://gregsowell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   I also want to see a shot of the rackmount version.</p>
<h2>CCR with SFP+</h2>
<p><a href="http://gregsowell.com/wp-content/uploads/2013/03/ccr+.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/ccr+.png" alt="ccr+" width="474" height="237" class="aligncenter size-full wp-image-4518" /></a><br />
<a href="http://gregsowell.com/wp-content/uploads/2013/03/ccr2.png"><img src="http://gregsowell.com/wp-content/uploads/2013/03/ccr2.png" alt="ccr)2" width="433" height="318" class="aligncenter size-full wp-image-4519" /></a></p>
<li>8 gig ports</li>
<li>2 SFP+ ports &#8211; 10Gb interfaces</li>
<li>16Gb RAM version</li>
<p>I think no one is surprised by this one, and everyone has been patiently waiting on it.  As version 6 becomes more mature I think distributors will have a heck of a time keeping these on the shelf.  This will make a terrific border/core router.  </p>
<p>I&#8217;m still entirely open to Mikrotik sending me free samples&#8230;especially of the new CRS switch <img src='http://gregsowell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fgregsowell.com%2F%3Fp%3D4497&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://gregsowell.com/?feed=rss2&#038;p=4497</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Secondary IP On Cisco ASA</title>
		<link>http://gregsowell.com/?p=4493</link>
		<comments>http://gregsowell.com/?p=4493#comments</comments>
		<pubDate>Wed, 06 Mar 2013 21:20:43 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco ASA]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://gregsowell.com/?p=4493</guid>
		<description><![CDATA[While decommissioning some old routers, I need to transfer an IP address to an ASA on a subnet. Unfortunately the ASA&#8217;s don&#8217;t allow you to do this. The standard &#8220;ip address X.X.X.X Y.Y.Y.Y secondary&#8221; doesn&#8217;t work. I did a quick google and this beautiful bastard had the solution, static ARP with proxy-arp. Figure out what [...]]]></description>
				<content:encoded><![CDATA[<p>While decommissioning some old routers, I need to transfer an IP address to an ASA on a subnet.  Unfortunately the ASA&#8217;s don&#8217;t allow you to do this.  The standard &#8220;ip address X.X.X.X Y.Y.Y.Y secondary&#8221; doesn&#8217;t work.</p>
<p>I did a quick google and this <a href="http://www.ducea.com/2008/05/31/adding-a-secondary-ip-address-on-a-cisco-asa-ethernet-interface/">beautiful bastard</a> had the solution, static ARP with proxy-arp.</p>
<p>Figure out what the existing MAC is on the interface by issuing;</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">show interface</pre></td></tr></table></div>

<p>Then use that mac address along with proxy ARP for your secondary IP:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">arp DMZ 192.168.3.3 0000.1111.2222 alias</pre></td></tr></table></div>

<p>Wwwweeeeeeeeeeee</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fgregsowell.com%2F%3Fp%3D4493&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://gregsowell.com/?feed=rss2&#038;p=4493</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Server Lift</title>
		<link>http://gregsowell.com/?p=4484</link>
		<comments>http://gregsowell.com/?p=4484#comments</comments>
		<pubDate>Tue, 05 Mar 2013 16:39:51 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://gregsowell.com/?p=4484</guid>
		<description><![CDATA[If you spend some time in a data center racking equipment you will find that getting those servers in can be difficult. Your average IT guys is either 98 pounds with nothing but bone and skin(I&#8217;m looking at you Andrew Cox), or they are really heavy dudes. Lifting 100 pound servers five feet high is [...]]]></description>
				<content:encoded><![CDATA[<p>If you spend some time in a data center racking equipment you will find that getting those servers in can be difficult.  Your average IT guys is either 98 pounds with nothing but bone and skin(I&#8217;m looking at you Andrew Cox), or they are really heavy dudes.  Lifting 100 pound servers five feet high is something of a chore.</p>
<p>In comes a server lift.  They generally come in two varieties, powered or manual.  There are some companies that sell these specific server lifts for more money than your average car.  Server lift sells them for $9K powered and $5K unpowered&#8230;what!?!?!  Obviously, we ain&#8217;t got time for that.</p>
<p>What you reallly want is a lift stacker.  I&#8217;ve found Wesco who makes great stackers for good prices.<br />
<a href="http://www.wescomfg.com/html/lift_equipment/platform_hydraulic_stacker.htm">ESPL-80-2424</a><br />
<div id="attachment_4485" class="wp-caption aligncenter" style="width: 410px"><a href="http://gregsowell.com/wp-content/uploads/2013/03/manlift.jpg"><img src="http://gregsowell.com/wp-content/uploads/2013/03/manlift.jpg" alt="Manual lift.  ESPL-80-2424" width="400" height="400" class="size-full wp-image-4485" /></a><p class="wp-caption-text">Manual lift.  PESPL-80-2424</p></div></p>
<p><a href="http://www.wescomfg.com/html/lift_equipment/power_stacker_platform.htm">Powered PESPL-80-2424</a><br />
<div id="attachment_4486" class="wp-caption aligncenter" style="width: 410px"><a href="http://gregsowell.com/wp-content/uploads/2013/03/powerlift.jpg"><img src="http://gregsowell.com/wp-content/uploads/2013/03/powerlift.jpg" alt="Powered lift." width="400" height="400" class="size-full wp-image-4486" /></a><p class="wp-caption-text">Powered lift. PESPL-80-2424</p></div></p>
<p>Both of these stackers have safety locks to lock them in place.  They also both have a lift height of 80&#8243;, which equates to a little over 6.5 feet!  The powered model has a rechargeable battery built in.  It allows for quick, easy, and very granular position control.</p>
<p>The manual model can be found for as little as $1400 and the fully powered model can be found for $3100!  I could buy two and a half of the powered model shipped for the price of a single &#8220;server lift&#8221;.</p>
<p>Here&#8217;s a couple of videos of them in action:<br />
<iframe width="640" height="360" src="http://www.youtube.com/embed/PyMygMwoAFM?rel=0" frameborder="0" allowfullscreen></iframe><br />
<iframe width="640" height="360" src="http://www.youtube.com/embed/avcoiU-gzoo?rel=0" frameborder="0" allowfullscreen></iframe></p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fgregsowell.com%2F%3Fp%3D4484&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://gregsowell.com/?feed=rss2&#038;p=4484</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Mikrotik RouterOS v6.0rc11 and v5.24 released</title>
		<link>http://gregsowell.com/?p=4480</link>
		<comments>http://gregsowell.com/?p=4480#comments</comments>
		<pubDate>Fri, 22 Feb 2013 15:49:53 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[Mikrotik]]></category>

		<guid isPermaLink="false">http://gregsowell.com/?p=4480</guid>
		<description><![CDATA[What&#8217;s new in 6.0rc11 (2013-Feb-22 09:17): *) ppp &#8211; made MPPE encryption work on tilera; *) sstp server &#8211; added option to force AES encryption; *) fixed router crash on heavy traffic with sierra lte modem on boards with 32MB RAM; *) CCR stability improvements Grab it while it&#8217;s hot CCR&#8217;ers! What&#8217;s new in 5.24 [...]]]></description>
				<content:encoded><![CDATA[<p>What&#8217;s new in 6.0rc11 (2013-Feb-22 09:17):</p>
<p>*) ppp &#8211; made MPPE encryption work on tilera;<br />
*) sstp server &#8211; added option to force AES encryption;<br />
*) fixed router crash on heavy traffic with sierra lte modem on boards with 32MB RAM;<br />
<strong>*) CCR stability improvements</strong> Grab it while it&#8217;s hot CCR&#8217;ers!</p>
<p>What&#8217;s new in 5.24 (2013-Feb-19 15:29):</p>
<p>*) l2tp &#8211; fixed problem with reconnects when it added multiple ip addresses;<br />
*) wireless &#8211; fixed AES encryption speed issues (upgrade suggested);<br />
*) lcd &#8211; changed gamma, which gives greater contrast<br />
*) fix reboot when running on third party hypervisors;<br />
*) ppp client &#8211; fixed possible loss of configuration after reboot for some modems;<br />
*) fixed wifi led order on &#8220;SXT Lite5&#8243;;</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fgregsowell.com%2F%3Fp%3D4480&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://gregsowell.com/?feed=rss2&#038;p=4480</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
