<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Stephen Foskett, Pack Rat &#187; Tomato Archives  &#8211; Stephen Foskett, Pack Rat</title>
	<atom:link href="http://blog.fosketts.net/tag/tomato/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fosketts.net</link>
	<description>Understanding the accumulation of data</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:40:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>Experimenting With VoIP</title>
		<link>http://blog.fosketts.net/2009/07/27/experimenting-voip/</link>
		<comments>http://blog.fosketts.net/2009/07/27/experimenting-voip/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 02:42:20 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Gizmo]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[Mac Mini]]></category>
		<category><![CDATA[Max Headroom]]></category>
		<category><![CDATA[Nonoh]]></category>
		<category><![CDATA[NSLU2]]></category>
		<category><![CDATA[poe]]></category>
		<category><![CDATA[PSTN]]></category>
		<category><![CDATA[SIP]]></category>
		<category><![CDATA[Skype]]></category>
		<category><![CDATA[STUN]]></category>
		<category><![CDATA[telephony]]></category>
		<category><![CDATA[Tomato]]></category>
		<category><![CDATA[UPNP]]></category>
		<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Vonage]]></category>
		<category><![CDATA[VTech]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=2159</guid>
		<description><![CDATA[Longtime readers of this blog know that I&#8217;m a sucker for novel uses of technology, especially those that give me a chance to learn something new. So when I spotted a Vonage VoIP telephone on clearance at the local Best Buy, I couldn&#8217;t resist. After a quick Google search to confirm it could be unlocked [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_2160" class="wp-caption alignright" style="width: 290px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://blog.fosketts.net/wp-content/uploads/2009/07/VTech-IP-8100.jpg"><br />
 <img class="size-full wp-image-2160 " title="VTech IP 8100" src="http://blog.fosketts.net/wp-content/uploads/2009/07/VTech-IP-8100.jpg" alt="VTech's IP 8100 was intended for use with Vonage, but it's a cinch to unlock and use with other SIP providers!" width="280" height="280" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">VTech&#39;s IP 8100 was intended for use with Vonage, but it&#39;s a cinch to unlock and use with other SIP providers!</p></div>
<p>Longtime readers of this blog know that I&#8217;m a sucker for novel uses of technology, especially those that give me a chance to learn something new. So when I spotted a Vonage VoIP telephone on clearance at the local Best Buy, I couldn&#8217;t resist. After a quick Google search to confirm it could be unlocked and used with any provider, I took one home. I don&#8217;t have it working perfectly yet, but <strong>I&#8217;m well on the way into a new area of techie exploration: Voice-over-IP with SIP!</strong><span id="more-2159"></span></p>
<h3>Introducing SIP</h3>
<p>I was vaguely aware of the open voice-over-IP protocol, <a rel="nofollow" href="http://en.wikipedia.org/wiki/Session_Initiation_Protocol"  target="_blank">SIP</a>, already since I&#8217;d run into it during <a href="http://blog.fosketts.net/toolbox/power-ethernet-calculator/"  target="_blank">my work with power-over-Ethernet</a> and Cisco router configuration. I had also heard of <a href="http://www.asterisk.org/"  target="_blank">Asterisk</a>, the open source PBX software project, while hacking my (<a href="http://blog.fosketts.net/2009/03/03/updated-mac-mini/"  target="_blank">now decommissioned</a>) Linksys NSLU2 home server. And I&#8217;ve been a VoIP user for years, relying on my cable company for home phone service and dabbling with <a href="http://skype.com" >Skype</a> as an inexpensive second phone line for conference calls. But I had never looked too deeply at these things, let alone tried to <strong>put them all together</strong>!</p>
<p>Here&#8217;s what I know: SIP is an open protocol that sets up voice links between endpoints, much as HTTP is used to connect web browsers to servers. VoIP generally consists of a stream of UDP packets containing encoded voice traffic, and <strong>SIP manages the connection</strong>. SIP has historically had a hard time with <a rel="nofollow" href="http://en.wikipedia.org/wiki/Network_address_translation"  target="_blank">NAT</a> routers (like my <a href="http://www.polarcloud.com/tomato"  target="_blank">Tomato-powered</a> WRT54GL and most other consumer gear) but the advent of <a rel="nofollow" href="http://en.wikipedia.org/wiki/Universal_Plug_and_Play"  target="_blank">UPnP</a> and <a rel="nofollow" href="http://en.wikipedia.org/wiki/STUN"  target="_blank">STUN</a> has made things work a bit better.</p>
<p>Although there are a wide variety of services that make use of the SIP protocol, it hasn&#8217;t really reached critical mass with end users. One reason for this is the search for revenue: Providers are reluctant to allow open traffic to flow across the network since <strong>only captive customers are profitable</strong>. This is the reason that companies like Vonage and Skype (not to mention <a rel="nofollow" href="https://www.google.com/voice"  target="_blank">Google&#8217;s cool new Voice offering</a>) are walled off from the world.</p>
<h3>The Inter-Phone-Network</h3>
<p>Although a growing number of SIP services allow free calling and open connectivity, <strong>it is extremely difficult to get out of the SIP world and into conventional phone and Internet voice networks</strong>. It&#8217;s a lot like OpenID or XMPP: Most don&#8217;t support it at all, some are happy enough to allow you in, but no one wants to let you out!</p>
<p>I was interested in connecting to a few &#8220;voice networks&#8221;:</p>
<ol>
<li>The conventional <a rel="nofollow" href="http://en.wikipedia.org/wiki/Public_switched_telephone_network"  target="_blank">public switched telephone network (<strong>PSTN</strong>)</a> world that we&#8217;re all familiar with: The domain of landlines, cell phones, conference calls, and fax machines. The PSTN doesn&#8217;t care about VoIP, so upstarts have to learn to connect to it!</li>
<li><strong>SIP networks</strong> are a set of IP-driven services that shadow the PSTN. Many companies use internal SIP networks rather than conventional analog PBX systems, and there are public SIP providers as well. Most of these allow free unlimited use internally in hopes of attracting customers to <strong>pay for PSTN links</strong>.</li>
<li><strong>Google Voice</strong> (formerly Grand Central) is a nifty call management service for PSTN services. Along with whiz-bang features like voicemail transcription and call screening, Google Voice has taken some tentative steps towards integration with the VoIP world. Since it (apparently) uses SIP internally, folks have been <strong>trying to connect Google Voice to SIP</strong> networks. The company currently allows just one, <a href="http://gizmo5.com"  target="_blank">Gizmo</a>, to connect natively.</li>
<li>The proprietary <strong>Skype</strong> VoIP network, which I&#8217;ve used for a while. Skype offers paid &#8220;<strong>SkypeOut</strong>&#8221; service, allowing unlimited calling to US and toll-free numbers for a low quarterly fee. I&#8217;ve been using this for a while and have grown dissatisfied with its quality, reliability, and feature set. The company also sells &#8220;<strong>SkypeIn</strong>&#8220;, which assigns a PSTN phone number to your Skype account, allowing folks to call your computer. There&#8217;s also an iPhone app and a world of <strong>Skype hardware</strong>, which is really little more than standard audio gear like headsets, microphones, and sound cards.</li>
</ol>
<h3 style="font-size: 1.17em;">The Vtech IP 8100</h3>
<p>The phone hardware I&#8217;m working with is a <strong>Vtech IP 8100-1</strong> kit manufactured to support the (expensive) Vonage service. I picked it up on clearance (there are three more at $25 &#8211; anyone want one?) as it appears Vtech is out of this particular business. The kit consists of a <strong>base station</strong> (which is a hybrid home Ethernet router and 5.8 GHz phone base station) and a solid <strong>wireless handset</strong> with a speakerphone.</p>
<p>Vonage appears to be a straight SIP provider but it uses <strong>locked hardware</strong> to force customers to pony up more than $20 per month for service. Happily and predictably there is an active community working on <strong>unlocking Vonage hardware</strong> for use with any SIP provider. My new phone was (partially) running with Gizmo within 30 minutes of opening the box!</p>
<p>Here&#8217;s a quick rundown for the folks at home:</p>
<ol>
<li>Open up the gear and charge the handset</li>
<li>Plug the base station&#8217;s WAN (lower) port into your network so it can talk to Vonage (the bottom light will turn green when it&#8217;s set)</li>
<li>Get on a Windows PC (finding one was actually the hardest part for me!)</li>
<li>Download the latest version of <a href="http://www.bargainshare.com/index.php?showtopic=87504"  target="_blank">CYT unlock</a></li>
<li>Attach the PC&#8217;s ethernet port directly to the IP 8100&#8242;s LAN (upper) port</li>
<li>In a web browser, navigate to http://192.168.15.1 and log in with &#8220;VTech&#8221; as both the username and password and leave the window open</li>
<li>From the command line, run &#8220;cyt46.exe VTECH&#8221;</li>
<li>Select option 1 and wait</li>
</ol>
<p>Now you have created a super user account with &#8220;Admin&#8221; (case sensitive!) as both the username and password. This unlocks a new &#8220;configuration&#8221; page where you can set all of the SIP parameters for your provider of choice. It also tells the base station not to look at the Vonage TFTP servers for its configuration anymore.</p>
<p>Seriously, unlocking the hardware was simple, but <strong>getting SIP service up and running is proving much more difficult!</strong></p>
<h3 style="font-size: 1.17em;">SIP In, SIP Out</h3>
<p>One key paradigm shift for VoIP users is <strong>the separation of inbound and outbound services</strong>. This seems alien to most folks, but VoIP users happily use one service to receive calls and a completely different one to place them. Google Voice is the shiny new incoming call handler that everyone wants to try, but most expect to continue to rely on unknowns like Gizmo or Nonoh for outbound service.</p>
<p>This is where my SIP experiments hit a rock: I was able to set up my Google Voice number (<strong>781-Ped-Xing</strong>, for all you <a rel="nofollow" href="http://en.wikipedia.org/wiki/Max_Headroom_(TV_series)"  target="_blank">Max Headroom</a> freaks!) to route inbound calls to my now-Gizmo-powered SIP phone, but only when the Gizmo app was open and running. And outbound calling through Google or Gizmo didn&#8217;t work at all!</p>
<p>This is not, as they say, a satisfactory condition. So I&#8217;m working on it. I&#8217;ve considered running my own Asterisk server (on the Mac Mini) to take care of local SIP with my phone, but this seems overly complex. I&#8217;d really love it if I could get Gizmo to work correctly, using Google for inbound calls and Gizmo for outbound, but this isn&#8217;t working yet. I&#8217;ve also considered using another service provider altogether but found their pricing and terms to be questionable. Plus, <strong>only Gizmo connects to Google!</strong></p>
<p>I&#8217;ll keep working on it, posting the results here. Subscribe to my <a href="http://blog.fosketts.net/category/everything/terabytehome/"  target="_self">Terabyte Home feed via RSS</a> or <a rel="nofollow" href="http://feedburner.google.com/fb/a/mailverify?uri=StephenFoskettPackRat_TerabyteHome&amp;loc=en_US"  target="_blank">email</a> to follow this discussion, and let me know if you have any suggestions! And if you want a Vtech IP 8100 kit, drop by your local Best Buy&#8217;s clearance section or drop me a line and I&#8217;ll grab one for you!</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2010/04/26/att-iphone-activate-alist-save-money/"  rel="bookmark" class="crp_title">AT&#038;T iPhone Users: Activate A-List and Save Money</a></li><li><a href="http://blog.fosketts.net/2008/08/31/ode-visual-voicemail/"  rel="bookmark" class="crp_title">An Ode to Visual Voicemail</a></li><li><a href="http://blog.fosketts.net/2012/01/07/prepare-att-phone-travel/"  rel="bookmark" class="crp_title">How to Prepare Your AT&#038;T Phone for Travel Abroad</a></li><li><a href="http://blog.fosketts.net/2009/06/18/ldap-directory-iphone-30/"  rel="bookmark" class="crp_title">How To Access LDAP Directories In iPhone OS 3.0</a></li><li><a href="http://blog.fosketts.net/2011/08/09/4g-connectivity-options-lte-wimax/"  rel="bookmark" class="crp_title">4G Connectivity Options Proliferate</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2009/07/27/experimenting-voip/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2009. |
<a href="http://blog.fosketts.net/2009/07/27/experimenting-voip/">Experimenting With VoIP</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2009/07/27/experimenting-voip/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My iPhone is on Sprint&#8217;s EV-DO Network (and So Are My PCs!)</title>
		<link>http://blog.fosketts.net/2008/08/18/iphone-on-sprint-ev-do/</link>
		<comments>http://blog.fosketts.net/2008/08/18/iphone-on-sprint-ev-do/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 15:18:37 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[3GStore]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[Cingular]]></category>
		<category><![CDATA[Cradlepoint]]></category>
		<category><![CDATA[EV-DO]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Laptop Connect]]></category>
		<category><![CDATA[Millenicom]]></category>
		<category><![CDATA[Sprint]]></category>
		<category><![CDATA[Tomato]]></category>
		<category><![CDATA[Verizon]]></category>
		<category><![CDATA[Wi-Fi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[WWAN]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=433</guid>
		<description><![CDATA[Goodbye, AT&#38;T 3G! After a year of hoping coverage would improve, I finally jumped ship from AT&#38;T&#8217;s 3G network and moved my mobile wireless broadband service to Sprint. I grabbed a refurbished USB EV-DO device and signed up through a no-contract reseller and couldn&#8217;t be happier with the service so far. And I picked up [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_435" class="wp-caption alignright" style="width: 310px;  border: 1px solid #dddddd; background-color: #f3f3f3; padding-top: 4px; margin: 10px; text-align:center; float: right;"><a href="http://blog.fosketts.net/wp-content/uploads/2008/08/img_2073a.png" ><img class="size-medium wp-image-435" title="Cradlepoint PHS300 and Novatel U720" src="http://blog.fosketts.net/wp-content/uploads/2008/08/img_2073a-300x209.png" alt="Sprint USB EV-DO + Cradlepoint personal hotspot = sweet!" width="300" height="209" /></a><p style=' padding: 0 4px 5px; margin: 0;'  class="wp-caption-text">Sprint USB EV-DO + Cradlepoint personal hotspot = sweet!</p></div>
<p>Goodbye, AT&amp;T 3G! After a year of hoping coverage would improve, I finally jumped ship from AT&amp;T&#8217;s 3G network and moved my mobile wireless broadband service to Sprint. I grabbed a refurbished USB EV-DO device and signed up through <a href="http://millenicom.com/"  target="_blank">a no-contract reseller</a> and couldn&#8217;t be happier with the service so far. And I picked up a <a href="http://www.cradlepoint.com/phs300/phs300.php"  target="_blank">Cradlepoint router</a> at the same time, giving me a portable Wi-Fi hotspot so any device I have (or a friend has) can get online at broadband speed from anywhere. Awesome!</p>
<p>So, yeah, my headline is a little misleading. But it&#8217;s true &#8211; rather than buy a 3G iPhone in my 3G-starved hometown, I decided to kill all of my mobile connectivity woes at once, including stepping up to 3G speeds on the iPhone. Read on for details about what was wrong with AT&amp;T Laptop Connect, why I selected Sprint, the Cradlepoint PHS300 router, and how to get all of this with no contract.</p>
<p><span id="more-433"></span><strong>AT&amp;T Laptop (Dis)Connect</strong></p>
<p>My mobile phone service has been in the AT&amp;T network since before there was such a thing &#8211; my first &#8220;cell phone&#8221; was on Houston Cellular, which blobbed into Cingular and became AT&amp;T. So when my employer purchased me a Dell laptop with an integrated HSDPA (AT&amp;T 3G) WWAN solution, I was happy to sign up for AT&amp;T Wireless&#8217; Laptop Connect service. I must note that from the start I have been peeved that AT&amp;T gives no benefit whatsoever to having both 3G data and mobile phone service on the same account.</p>
<p>At the time, I lived in Metro West Massachusetts, where 3G service was quickly spreading, and most of my travel happened to be within AT&amp;T&#8217;s narrow map. This was certainly a good thing, because EDGE speed is almost unbearable for business productivity! I was surprised to note that the built-in 3G hardware and antenna was often actually worse than my mobile phone in terms of coverage, often losing 3G or dropping service altogether as I moved inside a building.</p>
<p>Then there were the inexplicable service failures &#8211; I would open up the laptop in an airport or hotel and it would refuse to connect entirely. A quick call to AT&amp;T&#8217;s 611 service center would prod them to &#8220;send a signal&#8221; or something and all would be fine for a few days.</p>
<p>And as I traveled around the United States, <a rel="nofollow" href="http://www.wireless.att.com/coverageviewer/"  target="_blank">AT&amp;T&#8217;s poor 3G coverage</a> became painfully obvious &#8211; I even had to pay the exorbitant rates charged for hotel Wi-Fi on a number of occasions, the very thing I was trying to avoid! I finally got fed up on a recent trip to San Jose when neither AT&amp;T 3G nor any pay-for-Wi-Fi service was available in the heart of Silicon Valley. AT&amp;T could offer no help besides suggesting that I buy a new 3G modem (and sign up for 2 more years of service!) so their fate was sealed.</p>
<p><strong>Sprint, Verizon, and AT&amp;T</strong></p>
<p><div id="amazon-widget">
<SCRIPT charset="utf-8" type="text/javascript" src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822/US/bananafishhome/8001/cd9c06ce-e6d6-4719-aa8a-cbc10ed68098"> </SCRIPT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&MarketPlace=US&ID=V20070822%2FUS%2Fbananafishhome%2F8001%2Fcd9c06ce-e6d6-4719-aa8a-cbc10ed68098&Operation=NoScript">Amazon.com Widgets</A>
</NOSCRIPT>
</div></p>
<p>My research showed that Verizon and Sprint are way ahead of AT&amp;T in terms of high-speed network coverage in the United States. I asked around and found lots of happy customers for both providers in all the areas I travel to, including positive comments about performance and network reach. Most comparisons have shown Sprint&#8217;s network to have something of a performance advantage, however, and their coverage is superior in Ohio, where I now reside.</p>
<p>All three wireless broadband have nearly identical service plans: One- to three-megabit speed for $60 (plus taxes and fees) per month. And all will give free USB, PCMCIA, or <a rel="nofollow" href="http://en.wikipedia.org/wiki/ExpressCard"  target="_blank">ExpressCard</a> hardware for signing a 2-year contract. All have similar service initiation fees, which storefront resellers offered to eat for my business, signaling just how profitable these contracts must be!</p>
<p>Sprint almost lost me, though, because although Verizon and AT&amp;T will prorate their early-termination fees, Sprint will not. But all three were willing (after some prodding) to give no-contract service if I bought the hardware outright, a decided change from AT&amp;T&#8217;s stance when I signed up last year. Verizon and Sprint now also limit their plans to 5 gigabytes per month, which is more than I use.</p>
<p><strong>Millenicom and 3GStore</strong></p>
<p>Then I discovered Millenicom. A reseller of various broadband services, <a href="http://millenicom.com/mobilebroadband/BYOD.htm"  target="_blank">Millenicom sells access to Sprint&#8217;s EV-DO network for those who own their own hardware</a> and is very popular with enthusiasts. Even though they raised their rates from $49 to $59 per month recently, they include all fees and taxes, a savings of $8.23 per month over the providers themselves. Service is pre-paid in full monthly increments and there is no cap on network access. So all I needed was a Sprint EV-DO device.</p>
<p>Enter 3GStore.com, a respected purveyor of all things EV-DO. They happened to have refurbished Novatel Wireless Ovation U720 Sprint USB EV-DO devices on special this month, and also happen to be a popular source for Cradlepoint routers. I whipped out the credit card, and in two days flat the FedEx truck delivered my new hardware. Even though it was Saturday, I decided to try to set up the device on Millenicom&#8217;s web site, and just a short time later found it activated and working. Two big thumbs up for Millenicom and 3GStore!</p>
<p><strong>Cradlepoint&#8217;s Personal Hotspot</strong></p>
<p>Although the U720 device works great on both PC and Mac, I fell for the idea of the Cradlepoint &#8220;personal hotspot&#8221; router. It is a little device (almost exactly the same size as my Maxtor OneTouch Mini portable hard drive) with a USB port for connecting to 3G modems like the U720. It functions like the NAT routers that are widely used to share home broadband connections with Wi-Fi devices, including my Tomato/Buffalo router and Apple&#8217;s AirPort line.</p>
<p>Cradlepoint makes a few of these devices, but I decided on the PHS300 model which includes a rechargeable battery pack for real mobile use. Fire it up in an airport, a hotel, or a conference room and have instant connectivity for any configured devices without even worrying about finding a power outlet! We&#8217;ll see what the future holds, but I&#8217;m psyched about the idea of firing up the router in my laptop bag for quick internet access for laptop and iPhone wherever I happen to be.</p>
<p>Check out <a href="http://blog.dreamhost.com/2008/06/30/mobile-lan/"  target="_blank">Josh James&#8217; similar experience with the Cradlepoint</a>!</p>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2008/09/03/att-down-sprint-ev-do/"  rel="bookmark" class="crp_title">AT&#038;T Down, Sprint Saves My Bacon</a></li><li><a href="http://blog.fosketts.net/2010/12/14/cradlepoint-phs300-portable-3g-wifi-router-99/"  rel="bookmark" class="crp_title">Get a Cradlepoint PHS300 Portable 3G WiFi Router For Just $99!</a></li><li><a href="http://blog.fosketts.net/2011/03/02/cradlepoint-phs300-3g-router/"  rel="bookmark" class="crp_title">Get a Cradlepoint PHS300 Portable 3G WiFi Router For Just $79!</a></li><li><a href="http://blog.fosketts.net/2011/06/28/building-combination-3g4gwired-wifi-network/"  rel="bookmark" class="crp_title">Building a Combination 3G/4G/Wired Wi-Fi Network</a></li><li><a href="http://blog.fosketts.net/2008/08/19/mac-addresses-bad-passwords/"  rel="bookmark" class="crp_title">MAC Addresses Are Bad Passwords</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/08/18/iphone-on-sprint-ev-do/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2008. |
<a href="http://blog.fosketts.net/2008/08/18/iphone-on-sprint-ev-do/">My iPhone is on Sprint&#8217;s EV-DO Network (and So Are My PCs!)</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/apple/" title="View all posts in Apple" rel="category tag">Apple</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2008/08/18/iphone-on-sprint-ev-do/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

