<?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>TooMuchGreen &#187; internet</title>
	<atom:link href="http://toomuchgreen.eu/tag/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://toomuchgreen.eu</link>
	<description>Open I.T</description>
	<lastBuildDate>Fri, 09 Jul 2010 19:49:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Local knowledge</title>
		<link>http://toomuchgreen.eu/2009/08/quick-and-easy-method-to-speed-up-browsing-using-ubuntu-based-dns-caching/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=quick-and-easy-method-to-speed-up-browsing-using-ubuntu-based-dns-caching</link>
		<comments>http://toomuchgreen.eu/2009/08/quick-and-easy-method-to-speed-up-browsing-using-ubuntu-based-dns-caching/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:43:13 +0000</pubDate>
		<dc:creator>richbos</dc:creator>
				<category><![CDATA[Communication & Networks]]></category>
		<category><![CDATA[Enterprise & Server]]></category>
		<category><![CDATA[Internet & Web]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://toomuchgreen.eu/?p=2772</guid>
		<description><![CDATA[As has been the case with me over the past two years I&#8217;m once again in a rented apartment at the mercy of someone else&#8217;s Wi-Fi with no resulting control or access to the router. It&#8217;s all somewhat limiting should I wish to dabble in any external DynDNS malarkey (which I do) but I get [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://toomuchgreen.eu/wp-content/uploads/2009/08/point1.png"><img class="size-full wp-image-2774 aligncenter" title="point" src="http://toomuchgreen.eu/wp-content/uploads/2009/08/point1.png" alt="point" width="500" height="255" /></a></p>
<p style="text-align: justify;">As has been the case with me over the past two years I&#8217;m once again in a rented apartment at the mercy of someone else&#8217;s Wi-Fi with no resulting control or access to the router. It&#8217;s all somewhat limiting should I wish to dabble in any external <a href="http://www.dyndns.com/" target="_blank">DynDNS </a>malarkey (which I do) but I get by SSH-ing around the LAN to the wondrous little <a href="http://toomuchgreen.eu/2009/07/developing-the-dell-mini-9-as-a-dual-use-server-development-and-mobile-unit-with-ubuntu-jaunty-jackalope-904/" target="_blank">Dell Mini 9&#8243;</a> and it&#8217;s certainly a notch up from running a virtual machine on the MacBook Air, in fact it&#8217;s actually a most useful set up and a really don&#8217;t know how I ever managed before.</p>
<p style="text-align: justify;">The landlord here has been most accommodating and credit to him has tried to arrange my own connection, however due to a six week string of banal events revolving around the comms guys continually turning up at No.4 instead of No.11 (me) we&#8217;ve given up and canceled the request, fair enough, I&#8217;ll save €15 a month and the knock on effect of doing so has stuck another feather in the Mini&#8217;s cap for use as a DNS caching unit.</p>
<p style="text-align: justify;">For those who aren&#8217;t sure what I&#8217;m on about basically a DNS server is a special &#8220;network&#8221; computer which translates IP addresses to recognisable names (and vice versa), i.e when you type <strong>www.google.com</strong> into Firefox a combination of DNS servers translate behind the scenes and deliver the search page to you from the actual IP address of Google (66.102.9.105), the server also remembers addresses it&#8217;s visited and keeps a record of them to speed up delivery for future requests.</p>
<p style="text-align: justify;">The pipe to the outside world here tops out at just under 2MB (on a good day) however it&#8217;s connected through the <em>pool.einsundeins.de</em> domain which isn&#8217;t the most dynamic, couple that with a stretched Wi-Fi signal and things become a touch laborious at certain times of the day, so I thought I&#8217;d try a bit of local DNS caching to see if I could help things along.</p>
<p style="text-align: justify;">Your computer at home (or at work) invariably makes it&#8217;s &#8220;DNS&#8221; calls to your ISP&#8217;s servers out on the internet, this process is relatively quick but obviously not as quick as if it were pinging a unit sat on your local network and with <a href="http://www.ubuntu.com" target="_blank">Ubuntu</a> this is very easy to set up using something called <strong>BIND9</strong> (<em>Berkley Internet Naming Daemon Version 9</em>). By default Bind is configured to act as a caching server however you need to tweak a few settings so it&#8217;s relative to itself and knows where to go to look up un-cached domain names it doesn&#8217;t know about (forwarders).</p>
<p style="text-align: justify;">The first thing to do is fix the IP of the unit you&#8217;ll be using from DHCP to static, once done install BIND..</p>
<blockquote style="text-align: justify;"><p>sudo apt-get install bind9</p></blockquote>
<p style="text-align: justify;">..next type..</p>
<blockquote style="text-align: justify;"><p>sudo nano /etc/bind/named.conf.options</p></blockquote>
<p style="text-align: justify;">..uncomment the &#8220;forwarders&#8221; section and add the following (I use <a href="http://www.opendns.com/" target="_blank">OpenDNS</a> IP&#8217;s, OpenDNS is superb)..</p>
<blockquote style="text-align: justify;"><p>forwarders {<br />
208.67.220.220;<br />
208.67.222.222;<br />
};</p></blockquote>
<p style="text-align: justify;">..save the file.</p>
<p style="text-align: justify;">Now we need to edit the <strong>/etc/resolv.conf</strong> file so it knows where to find the &#8220;namerservers&#8221; (including itself), at the command line type..</p>
<blockquote style="text-align: justify;"><p>sudo nano /etc/resolv.conf</p></blockquote>
<p style="text-align: justify;">..and add/make sure the file reads as follows..</p>
<blockquote style="text-align: justify;"><p>nameserver 127.0.0.1<br />
nameserver 208.67.220.220<br />
nameserver 206.67.222.222</p></blockquote>
<p style="text-align: justify;">..close the file and save then restart BIND..</p>
<blockquote style="text-align: justify;"><p>sudo /etc/init.d/bind9 restart</p></blockquote>
<p style="text-align: justify;">That&#8217;s it, you&#8217;re done.</p>
<p style="text-align: justify;">To test delivery times open a terminal and dig the URL of a website you haven&#8217;t visited before, for example..</p>
<blockquote style="text-align: justify;">
<p style="text-align: justify;">dig www.ubuntu4business.com</p>
</blockquote>
<p style="text-align: justify;">Check the query time then execute the command again, see the difference? Admittedly it&#8217;s only milliseconds we&#8217;re dealing with here but you WILL notice a boost.</p>
<p style="text-align: justify;">The beauty of this solution is that it provides a browser boost to <em>any type</em> or <em>any amount</em> of computers on your LAN, it&#8217;s a great quick, easy and cheap solution for both home and business, just point all primary DNS entries at your new caching unit&#8217;s IP address and away you go. My IMAP mail account performance has been painful for the past few months with continuing hangups ranging from folders not displaying to general time outs but now it&#8217;s happy and snappy again.</p>
<p style="text-align: justify;">
<p align="right"><a class="tt" href="http://twitter.com/home/?status=Local+knowledge+http://grxeb.th8.us" title="Post to Twitter"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://plurk.com/?status=Local+knowledge+http://grxeb.th8.us" title="Post to Plurk"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://toomuchgreen.eu/2009/08/quick-and-easy-method-to-speed-up-browsing-using-ubuntu-based-dns-caching/&amp;submitHeadline=Local+knowledge" title="Post to Yahoo Buzz"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://toomuchgreen.eu/2009/08/quick-and-easy-method-to-speed-up-browsing-using-ubuntu-based-dns-caching/&amp;title=Local+knowledge" title="Post to Delicious"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://toomuchgreen.eu/2009/08/quick-and-easy-method-to-speed-up-browsing-using-ubuntu-based-dns-caching/&amp;title=Local+knowledge" title="Post to Digg"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://toomuchgreen.eu/2009/08/quick-and-easy-method-to-speed-up-browsing-using-ubuntu-based-dns-caching/&amp;t=Local+knowledge" title="Post to Facebook"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://toomuchgreen.eu/2009/08/quick-and-easy-method-to-speed-up-browsing-using-ubuntu-based-dns-caching/&amp;t=Local+knowledge&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Local+knowledge&amp;link=http://toomuchgreen.eu/2009/08/quick-and-easy-method-to-speed-up-browsing-using-ubuntu-based-dns-caching/" title="Post to Ping.fm"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://reddit.com/submit?url=http://toomuchgreen.eu/2009/08/quick-and-easy-method-to-speed-up-browsing-using-ubuntu-based-dns-caching/&amp;title=Local+knowledge" title="Post to Reddit"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://toomuchgreen.eu/2009/08/quick-and-easy-method-to-speed-up-browsing-using-ubuntu-based-dns-caching/&amp;title=Local+knowledge" title="Post to StumbleUpon"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://toomuchgreen.eu/2009/08/quick-and-easy-method-to-speed-up-browsing-using-ubuntu-based-dns-caching/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Words and Pictures</title>
		<link>http://toomuchgreen.eu/2009/06/words-and-pictures/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=words-and-pictures</link>
		<comments>http://toomuchgreen.eu/2009/06/words-and-pictures/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 23:07:58 +0000</pubDate>
		<dc:creator>richbos</dc:creator>
				<category><![CDATA[Applemac & OSX]]></category>
		<category><![CDATA[Internet & Web]]></category>
		<category><![CDATA[browsing]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://toomuchgreen.mebbi.net/?p=2269</guid>
		<description><![CDATA[Due to the lack of an OSX version for the (apparently) swish and whizzy new browser from Google (Google ‘Chrome’) I thought I’d give the multi processing session concept a tryout for myself by installing the beta of Stainless on to the MacBook Air. Stainless started out merely as a technology demo for Mesa Dynamics [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://toomuchgreen.eu/wp-content/uploads/2009/06/stainless.png"><img class="size-full wp-image-2270 alignnone" title="stainless" src="http://toomuchgreen.eu/wp-content/uploads/2009/06/stainless.png" alt="stainless" width="500" height="240" /></a></p>
<p style="text-align: justify;">Due to the lack of an OSX version for the (apparently) swish and whizzy new browser from Google (Google ‘Chrome’) I thought I’d give the multi processing session concept a tryout for myself by installing the beta of <a href="http://www.stainlessapp.com/" target="_blank">Stainless</a> on to the MacBook Air.</p>
<p style="text-align: justify;">Stainless started out merely as a technology demo for Mesa Dynamics however due to it’s rapidly growing fan base and corresponding list of evolving features it’s continuing on toward a fully fledged release (V1.0). The present version (0.6) is still only at beta development stages however it’s already offering some nice touches above and beyond Chrome itself, to quote from the site -</p>
<p style="text-align: justify;"><em>“A prime example is parallel sessions, which allow you to log into a site using different credentials in separate tabs at the same time. This new technology is woven throughout Stainless, from the private cookie storage system, to session-aware bookmarks that remember the session in which they were saved”</em></p>
<p style="text-align: justify;">Most useful, especially for those of us with a few Twitter accounts <img src='http://toomuchgreen.eu/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align: justify;">Stainless is most obviously still in the development stages with no RSS menus or further extended browsing capability, however it does already have one very nice feature which virtually (for me anyway) negates the enhancements of missing technicality, namely the icon driven ‘Bookmark Shelf’ (see header image). I absolutely love it, just drag the web icon (favicon) over from the selected page into the leftside window strip, quick, easy and a nice simple alternative to those endless drop down lists of cascading bookmarks. I used to think the tab bar in Firefox was a cool idea but this takes it up (or sideways) to another level of lateral simplicity.</p>
<p style="text-align: justify;">I’m a huge fan of graphics over lists and personally find it much easier to zip through visual recognition formats rather than by searching text, is that the same for everyone else I wonder? And if so what does it tell us about ourselves and the way *business* predominantly works with information? Take CD’s for example (yes, I hear some people do actually still own vast libraries of this antiquated physical media, however didn’t we all at some stage?), the question is how did (or do) you organise your collections? Alphabetically? Or further split down into genre? Such granularity always seemed too labour intense for me so I dropped into lining them up by colour, i.e starting with all white spines, moving into cream, to light yellow, to orange, to shades of red and flowing on into each other as the hue dictated ending with black (you get the idea?). I always knew the colour of the box and the corresponding album art (see previous post ‘<a href="http://toomuchgreen.mebbi.net/2009/03/listen-in-colour/" target="_blank">Listen in Colour</a>‘) so found it an incredibly quick method of finding the CD I wanted to listen to, not only that but there was a double bonus of the collection looking groovy and colourful racked up across the wall. Leading on from this is (I think) an interesting point regarding the inherent facility for colour tagging files and folders under the AppleMac operating systems of new and old, something which I believe says untold amounts about the Apple vs *PC* mindset.</p>
<p style="text-align: justify;">Anyway, yes, my colour matched image freindly brain really rates the Bookmark Shelf concept and I can’t believe nobody’s thought of it before, or have they? Have I just been stuck in Firefox drop down/tab world and missed a whole new area of simple clickability? I know Safari 4 offers coverflow and the eye popping panorama view of the ‘Favourite Sites’ window but even that involves an extra click or two (clicks are a valuable commodity) and still lists the site description as text in a space hogging sidebar. The only drawback of course is that (as yet) there’s no specifically legitimate reason for every site to have it’s own bespoke web icon (although I think they should, and any site worth it’s salt actually already does) and as such you could just end up with a few generic globes. The site name does pop into view at mouse over, and you can easily drop a custom image in with a quick right click &amp; ‘configure’ so I suppose it’s no real biggie to get things looking swish and organised if you only have a few dozen main faves (like me).</p>
<p style="text-align: justify;">I believe it’s worth the extra effort just to fill in a few blanks for the resulting overall effect and I’m looking forward to seeing how slick the finished version is.</p>
<p style="text-align: justify;">Download Stainless <a href="http://www.stainlessapp.com/" target="_blank">HERE</a></p>
<p align="right"><a class="tt" href="http://twitter.com/home/?status=Words+and+Pictures+http://6iykq.th8.us" title="Post to Twitter"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://plurk.com/?status=Words+and+Pictures+http://6iykq.th8.us" title="Post to Plurk"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://toomuchgreen.eu/2009/06/words-and-pictures/&amp;submitHeadline=Words+and+Pictures" title="Post to Yahoo Buzz"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://toomuchgreen.eu/2009/06/words-and-pictures/&amp;title=Words+and+Pictures" title="Post to Delicious"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://toomuchgreen.eu/2009/06/words-and-pictures/&amp;title=Words+and+Pictures" title="Post to Digg"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://toomuchgreen.eu/2009/06/words-and-pictures/&amp;t=Words+and+Pictures" title="Post to Facebook"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://toomuchgreen.eu/2009/06/words-and-pictures/&amp;t=Words+and+Pictures&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Words+and+Pictures&amp;link=http://toomuchgreen.eu/2009/06/words-and-pictures/" title="Post to Ping.fm"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://reddit.com/submit?url=http://toomuchgreen.eu/2009/06/words-and-pictures/&amp;title=Words+and+Pictures" title="Post to Reddit"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://toomuchgreen.eu/2009/06/words-and-pictures/&amp;title=Words+and+Pictures" title="Post to StumbleUpon"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://toomuchgreen.eu/2009/06/words-and-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Service Provider</title>
		<link>http://toomuchgreen.eu/2009/02/service-provider/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=service-provider</link>
		<comments>http://toomuchgreen.eu/2009/02/service-provider/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 15:40:08 +0000</pubDate>
		<dc:creator>richbos</dc:creator>
				<category><![CDATA[Communication & Networks]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[ip numbers]]></category>
		<category><![CDATA[networks]]></category>
		<category><![CDATA[routing]]></category>

		<guid isPermaLink="false">http://toomuchgreen.mebbi.net/?p=948</guid>
		<description><![CDATA[So then, IP addressing. I discovered a *supposed* web facing router the other day which was allocated a 10.***.****.**** address, as the above table shows this is one of three schemas allocated for private network use only. If you check your home computers IP I&#8217;ll wager a pound to a penny it&#8217;ll start with 192 [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><img class="aligncenter size-full wp-image-953" title="private-ip-table" src="http://toomuchgreen.eu/wp-content/uploads/2009/02/private-ip-table.jpg" alt="private-ip-table" width="500" height="105" /></p>
<p style="text-align: justify;">So then, IP addressing.</p>
<p style="text-align: justify;">I discovered a *supposed* web facing router the other day which was allocated a 10.***.****.**** address, as the above table shows this is one of three schemas allocated for private network use only. If you check your home computers IP I&#8217;ll wager a pound to a penny it&#8217;ll start with 192 (if not you&#8217;re flying without a safety net&#8230;.go and buy a NAT router immediately), and I did say HOME computer by the way, business networks of any size invariably run on the 10.***.***.*** schema which, as shown, offers huge flexibility with over 16 million separate IP addresses.</p>
<p style="text-align: justify;">If you do have a router (and I hope that&#8217;s the case, especially if you&#8217;re running Windows XP, although if you haven&#8217;t, and are, my guess would be that XP perhaps isn&#8217;t running too well, if at all), and if you know how to access the router config &amp; admin (invariably just type 192.168.0.1 in a browser, or whatever IP number the gateway is set to) you&#8217;ll see it&#8217;s allocated IP number, that&#8217;s it&#8217;s *web facing* IP, and here&#8217;s the deal &#8211; web facing IP numbers are unique and routable across and around the WWW, this is obviously necessary for it all to work and for you to be able to find Facebook or eBay or whatever it is you while away the hours with (see <a href="http://toomuchgreen.mebbi.net/2009/01/stop-wait-a-minute-mr-postman/" target="_blank"><strong>DNS</strong></a>), but also useful the other way round should you wish to dabble with home hosting or other incoming bits and bobs (enter &#8216;port forwarding&#8217;&#8230;..although perhaps in another post).</p>
<p style="text-align: justify;">The router in question from the other day is obviously sectioned into a private network, which is something I&#8217;ve never come across for a service provided to a home user from an ISP, quite bizarre. Unlike private IP numbers (you can do what the fuck you like behind your own router &amp; firewall) web facing IP&#8217;s do cost money, and this is Costa Rica, which is probably as much of an explanation as is perhaps needed (if you know the place), internet access here is *interesting* at the best of times (again &#8211; see <a href="http://toomuchgreen.mebbi.net/2009/01/stop-wait-a-minute-mr-postman/" target="_blank"><strong>DNS</strong></a>, open DNS is a no brainer here), I&#8217;d dearly love to get a proper look at their setup to see exactly what they&#8217;re up to, I really would.</p>
<p style="text-align: justify;">I feel quite lucky to be getting a steady 1mb-ish in the cabina but it&#8217;s mainly down to powerful wi-fi reception from the MacBook Air (yep, another tick for the Air), Lesley however has to surf outside as her little 12&#8243; Powerbook hasn&#8217;t got the range, not a real problem until the afternoon when it gets too hot for outdoor computing, and from where I&#8217;m sat here I can see her and Marjory both surfing away in their makeshift internet cafe (behind a sheet hung from the washing line in the outdoor kitchen&#8230;!), it&#8217;s most amusing, I can just see their feet and hear the noise of keyboard tapping.</p>
<p style="text-align: justify;">I fixed Marjories laptop for her last week and she&#8217;s over the moon after literally 4 months of no communication and various half arsed local repair jobs, it&#8217;s now flying along, solid as a rock running the &#8216;special&#8217; version of Windows XP I use  for my poor  mis-guided Windows clients, I surprised myself too and even fixed the previously non-functional internal DVD drive using a somewhat left-field method of persuasion, I always seem to get better results &#8216;outside&#8217; standard procedure, I should feel at home here then.</p>
<p align="right"><a class="tt" href="http://twitter.com/home/?status=Service+Provider+http://34db4.th8.us" title="Post to Twitter"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-twitter2.png" alt="Post to Twitter" /></a> <a class="tt" href="http://plurk.com/?status=Service+Provider+http://34db4.th8.us" title="Post to Plurk"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-plurk.png" alt="Post to Plurk" /></a> <a class="tt" href="http://buzz.yahoo.com/submit?submitUrl=http://toomuchgreen.eu/2009/02/service-provider/&amp;submitHeadline=Service+Provider" title="Post to Yahoo Buzz"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-buzz.png" alt="Post to Yahoo Buzz" /></a> <a class="tt" href="http://delicious.com/post?url=http://toomuchgreen.eu/2009/02/service-provider/&amp;title=Service+Provider" title="Post to Delicious"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://digg.com/submit?url=http://toomuchgreen.eu/2009/02/service-provider/&amp;title=Service+Provider" title="Post to Digg"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-digg.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://toomuchgreen.eu/2009/02/service-provider/&amp;t=Service+Provider" title="Post to Facebook"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://toomuchgreen.eu/2009/02/service-provider/&amp;t=Service+Provider&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-myspace.png" alt="Post to MySpace" /></a> <a class="tt" href="http://ping.fm/ref/?method=microblog&amp;title=Service+Provider&amp;link=http://toomuchgreen.eu/2009/02/service-provider/" title="Post to Ping.fm"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-ping.png" alt="Post to Ping.fm" /></a> <a class="tt" href="http://reddit.com/submit?url=http://toomuchgreen.eu/2009/02/service-provider/&amp;title=Service+Provider" title="Post to Reddit"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-reddit.png" alt="Post to Reddit" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://toomuchgreen.eu/2009/02/service-provider/&amp;title=Service+Provider" title="Post to StumbleUpon"><img class="nothumb" src="http://toomuchgreen.eu/wp-content/plugins/tweet-this/icons/tt-su.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://toomuchgreen.eu/2009/02/service-provider/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
