<?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>MaisonBisson.com &#187; networking</title>
	<atom:link href="http://maisonbisson.com/blog/post/tag/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://maisonbisson.com</link>
	<description>A bunch of stuff I would have emailed you about.</description>
	<lastBuildDate>Sat, 14 Nov 2009 20:14:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>SSH Tunneling Examples</title>
		<link>http://maisonbisson.com/blog/post/14142/ssh-tunneling-example/</link>
		<comments>http://maisonbisson.com/blog/post/14142/ssh-tunneling-example/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 16:46:46 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[tunnel]]></category>
		<category><![CDATA[tunneling]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=14142</guid>
		<description><![CDATA[
Most of my work is available publicly, but some development is hosted on a private SVN that&#8217;s hidden behind a firewall. Unfortunately, my primary development server is on the wrong side of that particular firewall, so I use the following command to bridge the gap:
ssh -R 1980:svn_host:80 username@dev_server.com
That creates a reverse tunnel through my laptop [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-14142"><!-- &nbsp; --></abbr>
<p>Most of my work is available publicly, but some development is hosted on a private SVN that&#8217;s hidden behind a firewall. Unfortunately, my primary development server is on the wrong side of that particular firewall, so I use the following command to bridge the gap:</p>
<p><code>ssh -R 1980:svn_host:80 username@dev_server.com</code></p>
<p>That creates a reverse tunnel through my laptop to the SVN server and allows me to checkout code using the following:</p>
<p><code>http://localhost:1980/path/to/trunk</code></p>
<p>I&#8217;m posting that because I lost my terminal command history and had to think for a moment about how to do this again.</p>
<p>Years ago I used to tunnel my outgoing email to an un-authenticated SMTP server that only accepted outgoing messages from hosts on the local network. That was fairly common back in 2000 or so, but obviously made life (or communication) difficult for people at home or on the road. The easy solution was to SSH to a machine on mail server&#8217;s local network and forward emails through it.</p>
<p><code>ssh -L 1925:email_host:25 username@ssh_host</code></p>
<p>Doing that, I was able to configure my mail client to send outgoing emails using a server configuration like the following:</p>
<p><code>SMTP host: localhost<br />
SMTP port: 1925</code></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/14142/ssh-tunneling-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>GlobeSurfer X-1 Wireless Broadband Router</title>
		<link>http://maisonbisson.com/blog/post/13695/globesurfer-x1-wireless-broadband-router/</link>
		<comments>http://maisonbisson.com/blog/post/13695/globesurfer-x1-wireless-broadband-router/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 16:15:01 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Blink]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[router]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/?p=13695</guid>
		<description><![CDATA[

Option GlobeSurfer X•1 router: &#8220;a new product that transforms any USB wireless modem into an instant Internet-connected WiFi network capable of supporting multiple users.&#8221; Too bad I can&#8217;t figure out where to buy it.
Also too bad that I can&#8217;t simply do this with a jail-broked iPhone. I mean, doesn&#8217;t an iPhone have everything it needs [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-13695"><!-- &nbsp; --></abbr>
<p><a title="Option GlobeSurfer X•1 by misterbisson, on Flickr" href="http://www.flickr.com/photos/maisonbisson/3425933039/"><img src="http://farm4.static.flickr.com/3624/3425933039_019ab2f4c0.jpg" alt="Option GlobeSurfer X•1" width="500" height="321" /></a></p>
<p><a href="http://www.option.com/en/products/products/wireless-routers/x1/about/#start">Option GlobeSurfer X•1 router</a>: &#8220;a new product that transforms any USB wireless modem into an instant Internet-connected WiFi network capable of supporting multiple users.&#8221; Too bad I can&#8217;t figure out where to buy it.</p>
<p>Also too bad that I can&#8217;t simply do this with a jail-broked iPhone. I mean, doesn&#8217;t an iPhone have everything it needs built-in: a cell-phone modem, WiFi hardware, and enough unixy goodness to support NAT and routing?</p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/13695/globesurfer-x1-wireless-broadband-router/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[Insert Word Here] Is Hurting Your Network</title>
		<link>http://maisonbisson.com/blog/post/11917/insert-word-here-is-hurting-your-network/</link>
		<comments>http://maisonbisson.com/blog/post/11917/insert-word-here-is-hurting-your-network/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 16:24:11 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Politics & Controversy]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[im]]></category>
		<category><![CDATA[myspace]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[p2p]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[threat]]></category>
		<category><![CDATA[threats]]></category>
		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11917/insert-word-here-is-hurting-your-network</guid>
		<description><![CDATA[
Corporate networks are defenseless against the growing threat from instant messaging, and the government warns WiFi is insecure and easily sniffed.
Experts suggest we take precautions against the growing risk of p2p software that&#8217;s exposing sensitive documents and threatening national security.
Businesses blame security problems on their employees, their mobile devices, and other consumer technologies.
And now we [...]]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11917"><!-- &nbsp; --></abbr>
<p><a href="http://searchsecurity.techtarget.com/originalContent/0,289142,sid14_gci1163360,00.html" title="IM threats grow, response lags">Corporate networks are defenseless</a> against the <a href="http://news.zdnet.com/2100-1009_22-5655267.html" title="IM threats rising sharply, reports confirm | Tech News on ZDNet">growing threat from instant messaging</a>, and the <a href="http://www.govexec.com/dailyfed/0505/052005p1.htm" title="GAO: Wireless Internet access threatens computer security (5/20/05) -- www.GovernmentExecutive.com">government warns</a> <a href="http://www.ebcvg.com/articles.php?id=792" title="WiFi: The New Threat to Enterprise Security - IT Observer">WiFi is insecure</a> and <a href="http://articles.techrepublic.com.com/5100-1009_11-5899851.html" title="Be aware of this wireless security threat">easily sniffed</a>.</p>
<p>Experts suggest we <a href="http://articles.techrepublic.com.com/5100-1035_11-1048032.html" title="Take precautions against peer-to-peer threats">take precautions</a> against the <a href="http://www.preferredtechnology.com/support/whitepapers/download/wp-p2pthreat-in.pdf" title="http://www.preferredtechnology.com/support/whitepapers/download/wp-p2pthreat-in.pdf">growing risk of p2p software</a> that&#8217;s <a href="http://www.informationweek.com/news/showArticle.jhtml?articleID=201200981" title="P2P Networks Turn Up Sensitive Corporate, Government Documents -- P2P Networks -- InformationWeek">exposing sensitive documents</a> and <a href="http://www.theregister.co.uk/2007/03/21/uspto_p2p_malarkey/" title="US Patent Office says P2P threatens national security | The Register">threatening national security</a>.</p>
<p>Businesses blame security problems on <a href="http://www.eweek.com/article2/0,1895,2084893,00.asp" title="Risky Employee Behavior on Web Threatens Corporate Networks">their employees</a>, their <a href="http://www.itnews.com.au/News/31470,mobiles-threatens-business-security.aspx" title="Mobiles threatens business security - Breaking News - www.itnews.com.au">mobile devices</a>, and other <a href="http://www.networkworld.com/newsletters/itlead/2007/0702itlead1.html" title="Consumer devices pose threat to enterprise security - Network World">consumer technologies</a>.</p>
<p>And <a href="http://downloads.pcworld.about.com/article/id,133350-page,1/article.html" title="PC World - How MySpace Is Hurting Your Network">now we have MySpace</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11917/insert-word-here-is-hurting-your-network/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Rocking Wirelessly: Verizon&#8217;s V640 EVDO Card</title>
		<link>http://maisonbisson.com/blog/post/11461/rocking-wirelessly-verizons-v640-evdo-card/</link>
		<comments>http://maisonbisson.com/blog/post/11461/rocking-wirelessly-verizons-v640-evdo-card/#comments</comments>
		<pubDate>Thu, 28 Sep 2006 16:47:46 +0000</pubDate>
		<dc:creator>Casey Bisson</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[CDMA]]></category>
		<category><![CDATA[evdo]]></category>
		<category><![CDATA[express card]]></category>
		<category><![CDATA[mobile carrier wireless networking]]></category>
		<category><![CDATA[mobile office]]></category>
		<category><![CDATA[mobile wireless]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[novatel v640]]></category>
		<category><![CDATA[Novatel Wireless]]></category>
		<category><![CDATA[v640]]></category>
		<category><![CDATA[verizon]]></category>
		<category><![CDATA[verizon evdo]]></category>
		<category><![CDATA[verizon v640]]></category>
		<category><![CDATA[verizon wireless]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[wireless network]]></category>
		<category><![CDATA[wireless wide area networking]]></category>
		<category><![CDATA[WWAN]]></category>
		<category><![CDATA[wwan adapter]]></category>
		<category><![CDATA[WWAN card]]></category>

		<guid isPermaLink="false">http://maisonbisson.com/blog/post/11461/</guid>
		<description><![CDATA[After <a href="http://maisonbisson.com/blog/post/11012/">vacillating for a while</a> (and <a href="http://maisonbisson.com/blog/post/11418/">waiting for it to become available</a>), I finally purchased one of the <a href="http://www.verizonwireless.com:80/b2c/store/controller?item=phoneFirst&#038;action=viewPhoneDetail&#038;selectedPhoneId=2407">Verizon</a> / <a href="http://www.macsimumnews.com/index.php/archive/novatel_v640_expresscard_34_solution_works_with_macbook_pros/">Novatel V640</a> <a href="http://www.expresscard.org/web/site/qa.jsp#01">Express Card</a> <a href="http://en.wikipedia.org/wiki/EVDO">EVDO</a> adapters that <a href="http://raibledesigns.com/page/rd?entry=evdo_express_cards_for_macbook">everybody's talking about</a> for my <img border=0 width=1 height=1 src="http://ad.linksynergy.com/fs-bin/show?id=XfFSogqWv7s&#038;bids=77305&#038;type=2&#038;subid=0" /><a href="http://click.linksynergy.com/fs-bin/click?id=XfFSogqWv7s&#038;offerid=77305.118&#038;type=2&#038;subid=0">MacBook Pro</a>.]]></description>
			<content:encoded><![CDATA[<abbr class="unapi-id" title="maisonbisson-11461"><!-- &nbsp; --></abbr>
<p><a href="http://www.flickr.com/photos/maisonbisson/246504203/" title="Photo Sharing"><img src="http://static.flickr.com/93/246504203_6025926566.jpg" width="406" height="333" alt="V640 WWAN Speed Test" /></a></p>
<p>After <a href="http://maisonbisson.com/blog/post/11012/">vacillating for a while</a> (and <a href="http://maisonbisson.com/blog/post/11418/">waiting for it to become available</a>), I finally purchased one of the <a href="http://www.verizonwireless.com:80/b2c/store/controller?item=phoneFirst&#038;action=viewPhoneDetail&#038;selectedPhoneId=2407">Verizon</a> / <a href="http://www.macsimumnews.com/index.php/archive/novatel_v640_expresscard_34_solution_works_with_macbook_pros/">Novatel V640</a> <a href="http://www.expresscard.org/web/site/qa.jsp#01">Express Card</a> <a href="http://en.wikipedia.org/wiki/EVDO">EVDO</a> adapters that <a href="http://raibledesigns.com/page/rd?entry=evdo_express_cards_for_macbook">everybody&#8217;s talking about</a> for my <img border=0 width=1 height=1 src="http://ad.linksynergy.com/fs-bin/show?id=XfFSogqWv7s&#038;bids=77305&#038;type=2&#038;subid=0" /><a href="http://click.linksynergy.com/fs-bin/click?id=XfFSogqWv7s&#038;offerid=77305.118&#038;type=2&#038;subid=0">MacBook Pro</a>.</p>
<p>GearLog <a href="http://gearlog.com/blogs/gearlog/archive/2006/08/10/18025.aspx">promised it would be easy</a> &#8212; simply install drivers, plug in card &#8212; but they were wrong. Truth was that I didn&#8217;t even have to install the drivers. Mac OS X asked me if I wanted to <a href="http://www.flickr.com/photos/maisonbisson/246494062/">“activate” the card</a> when I plugged it in, then <a href="http://www.flickr.com/photos/maisonbisson/246494069/in/photostream/">automatically went about configuring everything</a>. <a href="http://www.flickr.com/photos/maisonbisson/246494078/in/photostream/">Everything was done</a> in short order, and moments after <a href="http://www.flickr.com/photos/maisonbisson/246504183/in/photostream/">clicking connect</a> I was online with  <a href="http://www.flickr.com/photos/maisonbisson/246494087/">wireless PPP</a> and <a href="http://www.flickr.com/photos/maisonbisson/246494098/">pinging the world</a>. I don&#8217;t know how much of this can be credited to any configuration the folks at <a href="https://booster-antenna.com/verizon/cards.php" title="Verizon EVDO Order Form">Booster Antenna</a> (from whom I bought the card and service) may have done and how much is do to good plug-n-play in OS X. I can, however, say the price and service were excellent.</p>
<p>The 1xRTT speeds I&#8217;ve seen so far are fast enough to listen to <a href="http://somafm.com/recent/?secretagent">128K MP3 streams</a> (though not without occasional hiccups), and the <a href="http://www.speakeasy.net/speedtest/">Speedtest reports</a> consistently 125K or better downloads, with uploads that were never far behind and sometimes faster. In most of my use it actually feels faster than the numbers suggest, though scrolling in Google maps is noticeably slower than I&#8217;m used to (as are any other similarly graphic-heavy activities). I&#8217;ve not even tried surfing <a href="http://www.youtube.com/watch?v=YLO0EJ-Vx0I">the likes of YouTube</a>.</p>
<p><tags>CDMA, evdo, express card, mobile carrier wireless networking, mobile office, mobile wireless, networking, Novatel V640, novatel v640, Novatel Wireless, V640, v640, Verizon, verizon, verizon evdo, Verizon V640, verizon v640, Verizon Wireless, wireless, wireless network, wireless wide area networking, WWAN, wwan, wwan adapter, WWAN card</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://maisonbisson.com/blog/post/11461/rocking-wirelessly-verizons-v640-evdo-card/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>