<?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>Matthew Buck’s Blog - Principal Engineer at RatwareUK</title>
	<atom:link href="http://www.ratwareuk.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ratwareuk.com/blog</link>
	<description>Principal Engineer's Blog</description>
	<lastBuildDate>Tue, 08 Jun 2010 12:13:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dell thin client rdesktop won&#8217;t connect to server 2008?</title>
		<link>http://www.ratwareuk.com/blog/2010/06/dell-thin-client-rdesktop-wont-connect-to-server-2008/</link>
		<comments>http://www.ratwareuk.com/blog/2010/06/dell-thin-client-rdesktop-wont-connect-to-server-2008/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 11:16:52 +0000</pubDate>
		<dc:creator>Matt Buck</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Problem Solving]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[debian lxde]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[rdesktop]]></category>
		<category><![CDATA[server 2008]]></category>
		<category><![CDATA[sled10]]></category>
		<category><![CDATA[thin client]]></category>

		<guid isPermaLink="false">http://www.ratwareuk.com/blog/?p=120</guid>
		<description><![CDATA[Using a Dell Optiplex fx160 with the Suse thin client pre-installed? Found a problem with SLED10 and rdesktop not connecting to a Server 2008 remote desktop connection? &#8211; Never fear, as we have had the same problem and our Linux Guru has investigated the best fix:
Along the way, we tried all sorts:

Updating the rdesktop on [...]]]></description>
			<content:encoded><![CDATA[<p>Using a <a title="Dell optiplex FX160" href="http://www.dell.com/content/topics/global.aspx/sitelets/solutions/virtualization/fcs_optiplex_fx160?c=us&amp;l=en&amp;cs=555" target="_blank">Dell Optiplex fx160</a> with the Suse thin client pre-installed? Found a problem with SLED10 and rdesktop not connecting to a Server 2008 remote desktop connection? &#8211; Never fear, as we have had the same problem and our Linux Guru has investigated the best fix:</p>
<p>Along the way, we tried all sorts:</p>
<ul>
<li>Updating the rdesktop on SLED to 1.6 . SLED &#8211; didn&#8217;t like this.</li>
<li>Installing <a title="Ubuntu Netbook remix" href="https://wiki.ubuntu.com/UNR" target="_blank">Ubuntu Netbook Remix</a>, which is a small OS which we though would fit nicely on the thin client&#8217;s 1GB of NVRAM &#8211; but we couldn&#8217;t rip out enough packages to get it small enough!</li>
</ul>
<p><strong>The solution:</strong> Ditch SLED. Its rdesktop doesn&#8217;t have the best resolution anyway. <a title="Debian Lxde" href="http://lxde.org/"><strong>Install Debian LXde</strong></a>.</p>
<h2><strong>Here&#8217;s how!</strong></h2>
<p><strong>Step One:<br />
</strong></p>
<p>Download the following. You may find it easier to copy the second file to the USB stick from a Windows machine but you&#8217;ll need to use Linux or Mac for the first one;</p>
<ul>
<li><a href="http://ftp.nl.debian.org/debian/dists/lenny/main/installer-i386/current/images/hd-media/boot.img.gz" target="_blank">http://ftp.nl.debian.org/debian/dists/lenny/main/installer-i386/current/images/hd-media/boot.img.gz</a></li>
</ul>
<ul>
<li><a href="http://cdimage.debian.org/debian-cd/5.0.4/i386/iso-cd/debian-504-i386-netinst.iso" target="_blank">http://cdimage.debian.org/debian-cd/5.0.4/i386/iso-cd/debian-504-i386-netinst.iso</a></li>
</ul>
<p>Put blank USB stick in Linux computer and make sure it isn’t mounted –  you’ll probably need to use mount and umount to get this sorted.<br />
Use dmesg to see what disk was just inserted &#8211; line near the end will mention something like <em>/dev/sdX</em>. Type:</p>
<blockquote><p><em>zcat boot.img.gz &gt; /dev/sdX</em></p></blockquote>
<p>Unplug the drive and re-insert (or put into a Windows PC). Then copy debian-504-i386-netinst.iso to it<br />
Plug into thin and boot. F12 usually selects boot device.</p>
<p><strong>Step </strong><strong>Two:</strong></p>
<p>When you create the user Use full name = user and username = user<br />
Select expert install.<br />
Mostly just accept the default by pressing enter, except:</p>
<blockquote><p><em>United Kingdom</em> for country<br />
<em>British English</em> keyboard<br />
<em>Don&#8217;t</em> start PC card services</p></blockquote>
<p>The next bit is the only non-obvious part of the whole process, IMO. Use guided partitioning and let it choose two partitions. Then before committing to disk delete both partitions and create one primary partition of 1GB &#8211; no swap is needed.</p>
<ul>
<li> Select default kernel (i686)</li>
<li> Select targeted initrd</li>
<li> Deselect all software tasks (Standard system is the only one selected by default)</li>
</ul>
<p>You now have a bootable Debian in 371MB.</p>
<p><strong>Step </strong><strong>Three:</strong></p>
<p>Login as root and do the following (# or $ is the command prompt, not something to type!)</p>
<blockquote><p><em># apt-get clean<br />
# apt-get update<br />
# apt-get install lxde</em></p></blockquote>
<p>Just accept the warnings about swap space &#8211; you won&#8217;t be suspending to disk anyway.</p>
<blockquote><p># apt-get clean # apt-get install tsclient rdesktop # apt-get clean # reboot login as <em>user</em></p></blockquote>
<p>Open a terminal using the icon in the lower left of the screen $ xdg-desktop-icon install &#8211;novendor /usr/share/applications/tsclient.desktop . <em>This will create you  a terminal server desktop icon!</em></p>
<p>Double-click the icon that appears in the top right.</p>
<p>Do the settings and save as <em>CONNECT</em> (or something similar). Don&#8217;t forget to set full-screen on the display tab. The TSClient window will go away.</p>
<p>(I had to reboot after this. Alt-F1 to get to command window followed by ctrl-alt-del should do it). You can check the connection using the quick connect button.</p>
<p><strong>Step Four:</strong></p>
<p><strong></strong> Now let&#8217;s configure the terminal server connection to autostart:</p>
<blockquote><p><em>$ cd .config<br />
$ mkdir autostart<br />
$ nano -w autostart/tsclient.desktop</em></p></blockquote>
<blockquote><p>[Desktop Entry]<br />
<em>Type=Application<br />
Exec=tsclient -x /home/user/.tsclient/CONNECT.rdp</em></p></blockquote>
<p><strong>Step Five:<br />
</strong></p>
<p>Autologin and autorun didn&#8217;t work in combination for me. I&#8217;d suggest not using autologin but if you want to try it do this:</p>
<p>LOGOUT</p>
<p>On the login screen choose Actions (bottom of screen).</p>
<p>Configure the login manager Authenticate with root password.</p>
<p>Click OK a few times. On security tab enable automatic login and set the user.</p>
<p>Close and reboot (from the Actions button)</p>
<p><strong>Now you have a thin OS installed on your flash drive which will boot automatically and start a terminal server desktop session to your Server 2008 without any fuss.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2010/06/dell-thin-client-rdesktop-wont-connect-to-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sophos or ESET &#8211; Which One?</title>
		<link>http://www.ratwareuk.com/blog/2010/05/sophos-or-eset-which-one/</link>
		<comments>http://www.ratwareuk.com/blog/2010/05/sophos-or-eset-which-one/#comments</comments>
		<pubDate>Wed, 12 May 2010 14:48:57 +0000</pubDate>
		<dc:creator>Matt Buck</dc:creator>
				<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[eset]]></category>
		<category><![CDATA[sophos]]></category>

		<guid isPermaLink="false">http://www.ratwareuk.com/blog/?p=115</guid>
		<description><![CDATA[
Security has always been an important part of computer networks and even more so now. Viruses and Malware are getting more sneaky. We&#8217;ve noticed them residing in vulnerable hosts, infiltrating bona fide websites and infecting users when browsing &#8220;legitimate&#8221; websites &#8211; even with more robust browsers such as Firefox.
Recently, RatwareUK changed our Anti-Virus provider from [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Network Security and Anti Virus Systems" href="http://www.ratwareuk.com/services/security.php"></a><a href="http://www.ratwareuk.com/services/security/antivirus.php"><img class=" alignnone" title="ESET Partner Wigan Lancashire" src="http://www.ratwareuk.com/ui/buttons/banners/anti-virus.png" alt="ESET Partner Wigan Lancashire" width="460" height="80" /></a></p>
<p>Security has always been an important part of <a title="Network Installation Lancashire" href="http://www.ratwareuk.com/services/network-infrastructure.php">computer networks</a> and even more so now. Viruses and Malware are getting more sneaky. We&#8217;ve noticed them residing in <a title="Vulnerability Scanning" href="http://www.ratwareuk.com/services/security/vulnerability-scanning.php">vulnerable hosts</a>, infiltrating bona fide websites and infecting users when browsing &#8220;legitimate&#8221; websites &#8211; even with more robust browsers such as Firefox.</p>
<p>Recently, RatwareUK changed our Anti-Virus provider from Sophos to ESET. We&#8217;ve been partnered with Sophos for a while and had never been fully satisfied with their <a title="Network Infrastructure Solutions" href="http://www.ratwareuk.com/services/network-infrastructure.php">network</a> deployment routine from a technical perspective.</p>
<p>The Sophos Management Console appears a little too simplistic and with this simplicity comes a large operating directory and a hungry appetite for RAM &#8211; which you wouldn&#8217;t expect from a tiny interface. Also, when pushing the Sophos AV clients to network machines, we&#8217;d noticed that sometimes it just wouldn&#8217;t work and the event-logging mechanism doesn&#8217;t provide enough detail to diagnose the fault.</p>
<p>ESET, on the other hand, has proven to be superb, time and time again and even on older networks with multi-OS environments and system architecture. The installation procedure is more time-consuming and more in-depth. But it&#8217;s this detail and rigour which leaves the system admin thinking; <em>&#8220;This is going to work, and if it doesn&#8217;t, I&#8217;ll understand enough about the procedures to resolve any errors&#8221;</em>.</p>
<p>ESET is also cheaper and it claims excellent results in virus defence &#8211; <a title="Why ESET" href="http://www.eset.com/business/why-eset">http://www.eset.com/business/why-eset</a> .</p>
<p>RatwareUK are now <a title="ESET Partner" href="http://www.ratwareuk.com/services/security/antivirus.php">authorised ESET partners</a>, with a range of experience in network security. If you have any questions and would like some consultancy (no obligation) , please <a title="Contact RatwareUK" href="http://www.ratwareuk.com/contact.php">contact us.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2010/05/sophos-or-eset-which-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Small Business VOIP Solution</title>
		<link>http://www.ratwareuk.com/blog/2010/03/small-business-voip-solution/</link>
		<comments>http://www.ratwareuk.com/blog/2010/03/small-business-voip-solution/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 20:26:58 +0000</pubDate>
		<dc:creator>Matt Buck</dc:creator>
				<category><![CDATA[Installations]]></category>
		<category><![CDATA[Problem Solving]]></category>
		<category><![CDATA[Product Reviews]]></category>

		<guid isPermaLink="false">http://www.ratwareuk.com/blog/?p=105</guid>
		<description><![CDATA[Could this new Draytek 2820 VOIP product be a further nail in the coffin for conventional telephony methods? Recently I implemented one of these, and at approximately £400 + VAT (including a couple of IP Phones), I have a fully functional local exchange, providing the usual functions such as; auto attendant, voicemail, hunt groups, call-logging, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Draytek Hardware VOIP Solution" src="http://www.draytek.co.uk/products/image/VigorPBX_Phones.jpg" alt="VOIP Solution Wigan" width="300" height="164" />Could this new <a title="Draytek 2820 IP-PBX" href="http://www.draytek.co.uk/products/vigor2820pbx.html">Draytek 2820</a> <a title="VOIP Installation" href="http://www.ratwareuk.com/services/network-infrastructure/telephony-systems.php">VOIP</a> product be a further nail in the coffin for conventional telephony methods? Recently I implemented one of these, and at approximately £400 + VAT (including a couple of <a title="IP Phones" href="http://www.ratwareuk.com/services/network-infrastructure/telephony-systems.php">IP Phones</a>), I have a fully functional local exchange, providing the usual functions such as; auto attendant, voicemail, hunt groups, call-logging, music-on-hold, conference calling etc. On each of the IP Phones you can set the voice compression method and from the IP-PBX you can swiftly implement upstream QOS, governing the <a title="VOIP Installation" href="http://www.ratwareuk.com/services/network-infrastructure/telephony-systems.php">VOIP system</a>. After 2 months of constant use, I&#8217;m told that there is &#8220;no difference&#8221; to the quality of a conventional telephone line and no difference in the features of a conventional local PBX.</p>
<p>The Draytek is serviced by a 10Mbps/700Kbps Internet connection provided by Virgin Media, with a failover WAN2 USB Modem providing Orange 3G. It&#8217;s in a server room so it&#8217;s powered by an existing UPS, just like your conventional phone system should be.</p>
<p>The SIP provider is <a title="Draytel VOIP Provider" href="http://www.draytel.org/">Draytel</a>. They provide a host of telephony services. In this case; providing 5 simultaneous SIP Trunks (5 lines) including 2500 UK land line minutes for just £19.99 + VAT per month. That&#8217;s a better deal than BT and you aren&#8217;t tied to their ridiculous local exchange programme, which prohibits you from taking your phone number when moving your office. When this client moves, they&#8217;ll simply ensure broadband is present and then plug their Draytek router in. No reconfiguration, no costs, no downtime &#8211; phone and Internet moved simultaneously.</p>
<p>This small router provides support for up to 30 extensions, the next model up provides 100. Are products like this going to signal the death of conventional telephony?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2010/03/small-business-voip-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thin Client Solution</title>
		<link>http://www.ratwareuk.com/blog/2010/03/thin-client-solution/</link>
		<comments>http://www.ratwareuk.com/blog/2010/03/thin-client-solution/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 19:45:30 +0000</pubDate>
		<dc:creator>Matt Buck</dc:creator>
				<category><![CDATA[Installations]]></category>
		<category><![CDATA[Problem Solving]]></category>
		<category><![CDATA[Product Reviews]]></category>

		<guid isPermaLink="false">http://www.ratwareuk.com/blog/?p=98</guid>
		<description><![CDATA[I&#8217;ve been speechless for a while, because Dell have outdone themselves with their new thin client &#8211; the Optiplex FX160. Basically, thin clients don&#8217;t need hard drives. They run a local operating system such as Windows XP Embedded from solid state flash media. This flash media may only be around 2GB in size &#8211; just [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="Dell Optiplex 160" src="http://i.dell.com/images/global/products/optix/optix-highlights/desktop-optiplex-fx160-overview1.jpg" alt="Thin Client Solution" width="200" height="154" />I&#8217;ve been speechless for a while, because Dell have outdone themselves with their new thin client &#8211; the <a title="Optiplex FX 160" href="http://www.dell.com/content/topics/global.aspx/sitelets/solutions/virtualization/fcs_optiplex_fx160">Optiplex FX160</a>. Basically, thin clients don&#8217;t need hard drives. They run a local operating system such as Windows XP Embedded from solid state flash media. This flash media may only be around 2GB in size &#8211; just large enough to hold the operating system image. This makes the thin client very fast and very robust.</p>
<p>The 160&#8217;s are supplied with an embedded image providing a cut-down XP desktop with immediate support for Remote Desktop Connection, VMWare and Citrix. A quick modification to the image via a deployment server and you&#8217;re booting straight into your virtual environment. The units are fast, ultra-small and have a really low carbon footprint. Once more, this new thin client and a strategy of <a title="Virtual Server" href="http://www.ratwareuk.com/services/server-installation.php">virtualisation</a> takes away the need to &#8220;rebuild&#8221; systems on failure. There&#8217;s less to go wrong and no maintenance required. There&#8217;s more consolidation, security and control.</p>
<p>Dell Optiplex FX160 is now RatwareUK&#8217;s thin-client deployment of choice and a perfect partner when virtualising a <a title="Network Installation" href="http://www.ratwareuk.com/services/network-infrastructure.php">network</a> and desktop streaming. At approximately £270 + VAT per unit, this product is extremely cost-effective.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2010/03/thin-client-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualisation for IT Infrastructures</title>
		<link>http://www.ratwareuk.com/blog/2009/11/virtualisation-for-it-infrastructures/</link>
		<comments>http://www.ratwareuk.com/blog/2009/11/virtualisation-for-it-infrastructures/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 21:59:36 +0000</pubDate>
		<dc:creator>Matt Buck</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Installations]]></category>
		<category><![CDATA[Problem Solving]]></category>

		<guid isPermaLink="false">http://www.ratwareuk.com/blog/?p=88</guid>
		<description><![CDATA[If I could have a pound for every time I&#8217;m meeting a new client and they ask &#8220;Can we have a wireless network, instead of a wired one?&#8221; we&#8217;d be a) rich and b) doing a serious mis-service. If everyone was as familiar with the words &#8220;virtualisation&#8221; as they are with &#8220;wireless&#8221; we&#8217;d be very [...]]]></description>
			<content:encoded><![CDATA[<p>If I could have a pound for every time I&#8217;m meeting a new client and they ask &#8220;Can we have a wireless network, instead of a wired one?&#8221; we&#8217;d be a) rich and b) doing a serious mis-service. If everyone was as familiar with the words &#8220;virtualisation&#8221; as they are with &#8220;wireless&#8221; we&#8217;d be very happy. I guess it&#8217;s because people have wireless <a title="Network Support, Wigan" href="http://www.ratwareuk.com/services/network-installation.php">networking</a> thrown at them by TV adds, ISPs and their savvy, computer-addict children. Why can&#8217;t people request <a title="VMware, Terminal Server, Virtualisation" href="http://www.ratwareuk.com/services/server-installation.php">virtualisation</a>?</p>
<p><img class="alignnone" style="border: 0pt none;" title="Virtualisation Optimises IT" src="http://i.dell.com/images/global/topics/solutions/virtualization/Virtualization_optimizes_server.jpg" alt="" width="535" height="80" /></p>
<p>Today RatwareUK decided that, unless there was a specific technical circumstance against it, virtualisation was from now on, going to be the preferred solution we push to SMEs. VMware, memory and processing power have come a long way since I used to run Linux through a VM window on my home PC almost a decade ago. Now VMware is a credible and widespread solution, providing a multi-server deployment on minimal hardware and revolutionising <a title="IT Support Wigan" href="http://www.ratwareuk.com/services/it-support-management.php">IT support</a>, <a title="Network Security" href="http://www.ratwareuk.com/services/network-security.php">security</a> and provisioning. Within an SME context it consolidates everything and gets rid of the need for complex restoration processes and the constant up-hill support battle present on a multi-OS client environment. Virtualisation kills the need for complex group policy work, scripting and client upgrading. It pools your resources and configuration into one place.</p>
<p>I&#8217;m unsure what&#8217;s next for virtualisation. Maybe transferring your virtual machine solution from your office, to your hosting company&#8217;s cloud?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2009/11/virtualisation-for-it-infrastructures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 &#8211; release thoughts</title>
		<link>http://www.ratwareuk.com/blog/2009/11/windows-7-release-thoughts/</link>
		<comments>http://www.ratwareuk.com/blog/2009/11/windows-7-release-thoughts/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 22:11:30 +0000</pubDate>
		<dc:creator>Matt Buck</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.ratwareuk.com/blog/?p=81</guid>
		<description><![CDATA[IT professionals have simply ignored Vista. Windows 7 could now change everything.
I was thinking the other day about Windows 7.  It was only released in the back end of October, however, with Vista being such a flop, it dawned on me that Windows 7 will, by virtue, be the biggest change in business user experience [...]]]></description>
			<content:encoded><![CDATA[<p><a title="IT Professionals" href="http://www.ratwareuk.com">IT professionals</a> have simply ignored Vista. <a title="Windows 7" href="http://www.microsoft.com/windows/windows-7/">Windows 7</a> could now change everything.</p>
<p>I was thinking the other day about Windows 7.  It was only released in the back end of October, however, with Vista being such a flop, it dawned on me that Windows 7 will, by virtue, be the biggest change in business user experience since 2001. That&#8217;s almost a decade. You may dismiss this and believe that Vista bridges the gap between XP and Windows 7 and this isn&#8217;t really big news, but it doesn&#8217;t and it is big news.</p>
<p>Think about it. Although new domestic PC sales have pushed Vista as the &#8220;number one&#8221; OS and ditched XP, most business IT professionals have refused to deploy Vista. An ideology so stubborn that it has caused Dell Commercial to continue selling XP Professional, alongside Vista to this day. In the history of Microsoft, this has never happened before. Also, the statistics for operating system market share state that XP peaked at 76.1% in 2007. That&#8217;s 76.1 percent of the world&#8217;s computers running Windows XP. In 2008 this market share is said to have grown to over 80%. This is telling, especially considering it&#8217;s two years into Vista&#8217;s release, and I bet this percentage is even greater when you consider just commercial networks on their own.</p>
<p>I was chatting with my colleague and we recall commissioning just one Vista machine since its release in 2006. And guess what? This was by accident! (We messed up the order with Dell). Adding insult to injury, we refused to join it to the domain and booted it straight into a <a title="Terminal Server" href="http://www.ratwareuk.com/services/server-installation.php">terminal server</a> window, providing a 2003 style user-experience. XP is just so much nicer for the &#8220;domain experience&#8221;.</p>
<p>So although you may have been using Vista at home for some time, don&#8217;t forget that at work your PC is more than likely XP Professional. And, as first reviews of Windows 7 are extremely positive and the door has finally closed on the Vista debacle. Techies all over the world are lifting their noses out of their Cisco manuals and evangelizing Windows 7. As XP completely bypassed Vista in the commercial world. A huge change is definitely upon us.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2009/11/windows-7-release-thoughts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BUY the NEW Dell Latitude Z</title>
		<link>http://www.ratwareuk.com/blog/2009/09/buy-the-new-dell-latitude-z/</link>
		<comments>http://www.ratwareuk.com/blog/2009/09/buy-the-new-dell-latitude-z/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 13:13:46 +0000</pubDate>
		<dc:creator>Matt Buck</dc:creator>
				<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[Dell]]></category>

		<guid isPermaLink="false">http://www.ratwareuk.com/blog/?p=70</guid>
		<description><![CDATA[Dell have launched a brand new product range aimed at the serious professional and entrepreneur. It&#8217;s the Dell Latitude Z.

Aimed at professionals and equipped with enhanced mobile capabilities, this is the most exciting development from Dell in the last 12 months &#8211; I want one. Customers can view an independent article about the product here [...]]]></description>
			<content:encoded><![CDATA[<p>Dell have launched a brand new product range aimed at the serious professional and entrepreneur. It&#8217;s the <a title="Dell Latitude Z" href="http://www1.euro.dell.com/uk/en/business/Laptops/laptop-latitude-z/pd.aspx?refid=laptop-latitude-z&amp;s=bsd&amp;cs=ukbsdt1&amp;~ck=mn">Dell Latitude Z</a>.</p>
<p><a title="Latitude Z" href="http://www1.euro.dell.com/uk/en/business/Laptops/laptop-latitude-z/pd.aspx?refid=laptop-latitude-z&amp;s=bsd&amp;cs=ukbsdt1&amp;~ck=mn"><img class="aligncenter" title="Dell Latitude Z" src="http://i.dell.com/images/global/products/root/laptop-latitude-z-295.jpg" alt="" width="295" height="295" /></a></p>
<p>Aimed at professionals and equipped with enhanced mobile capabilities, this is the most exciting development from Dell in the last 12 months &#8211; I want one. Customers can view an independent article about the product here &#8211; <a title="Dell Latitude Article" href="http://www.v3.co.uk/v3/news/2250326/thin-light-latitude-z-shines">V3.CO.UK</a></p>
<p><span style="color: #0000ff;"><a title="Dell Discount Products" href="http://www.ratwareuk.com">RatwareUK</a> are <strong>Dell Premier Partners</strong> and we&#8217;re authorised to quote cheaper than Dell Online! Please <a title="Contact RatwareUK" href="http://www.ratwareuk.com/contact.php">contact us</a> if you would like a price.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2009/09/buy-the-new-dell-latitude-z/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Untangle Gateway Solution</title>
		<link>http://www.ratwareuk.com/blog/2009/07/untangle-gateway-solution/</link>
		<comments>http://www.ratwareuk.com/blog/2009/07/untangle-gateway-solution/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 08:39:12 +0000</pubDate>
		<dc:creator>Matt Buck</dc:creator>
				<category><![CDATA[Installations]]></category>
		<category><![CDATA[Product Reviews]]></category>

		<guid isPermaLink="false">http://www.ratwareuk.com/blog/?p=49</guid>
		<description><![CDATA[OK. I thought I’d stop twittering and do a blog post. I’m going to talk about a  gateway solution we recently deployed for a customer – Untangle. I’m impressed. In brief, Untangle is a free, open source gateway solution designed to untangle the complex patch work quilt security solution that many network managers find [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin-right: 5px;" src="http://www.untangle.com/templates/homepage/header-menu/images/logo.gif" alt="Untangle" />OK. I thought I’d stop <a title="RatwareUK" href="http://twitter.com/RatwareUK">twittering</a> and do a blog post. I’m going to talk about a  gateway solution we recently deployed for a customer – <a title="Untangle Open Source Gateway" href="http://www.untangle.com">Untangle</a>. I’m impressed. In brief, Untangle is a free, open source gateway solution designed to <em>untangle</em> the complex <em>patch work quilt</em> <a title="Active Network Security" href="http://www.ratwareuk.com/services/network-security.php">security solution</a> that many network managers find themselves dealing with after a few years of running an <a title="Expanding Domain" href="http://www.ratwareuk.com/services/server-installation.php">expanding domain</a>.</p>
<p><strong>Installation</strong></p>
<p>It&#8217;s essentially an out of the box Linux solution which can be installed on a relatively low specification machine with two <a title="Network Installation, Wigan" href="http://www.ratwareuk.com/services/network-installation/structured-cabling.php">network</a> cards, bridging your LAN with the internet. In order to implement it on one of our <a title="Network Installation Wigan" href="http://www.ratwareuk.com/services/network-installation.php">networks</a>, I took an old PC, jammed some more RAM into it, bought two new network cards and began the install:</p>
<div class="mceTemp mceIEcenter">
<dl id="attachment_50" class="wp-caption aligncenter" style="width: 610px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-50 " title="16780875" src="http://www.ratwareuk.com/blog/wp-content/uploads/16780875.jpg" alt="RatwareUK Untangle Install" width="600" height="450" /></dt>
</dl>
</div>
<p>The installation took approximately 20 minutes on our machine and required no Linux knowledge at all. If you understand the concept of network bridging, you&#8217;ll also fly through the setup wizard which asks you which network card is WAN facing, etc.</p>
<p><strong>Configuration &amp; Usability<br />
</strong></p>
<p>Like many security devices that sit on your LAN, I expected that setup would be  straightforward but that inevitably I would spend about a week tweaking the  settings, ironing out all the false positives and getting Untangle running  smoothly. This took me by surprise. I wasn’t – it took about 5 minutes and even  better than this it has been running itself for a month!</p>
<p>The interface is graphical and the configuration again requires <span style="text-decoration: underline;">no</span> Linux knowledge. It works on a drag-and-drop concept, where you can download and drop network devices onto a virtual rack. Some components you have to pay for, but the main and most useful ones are free.  I won&#8217;t bore you with the list, you can check it out here &#8211; <a title="Untangle Overview" href="http://www.untangle.com/Product-Overview">Untangle Overview</a> .</p>
<p><img class="aligncenter size-full wp-image-59" title="17511291" src="http://www.ratwareuk.com/blog/wp-content/uploads/17511291.jpg" alt="RatwareUK Untangle" width="600" height="450" /></p>
<p>The interface is accessible from either the Untangle computer or via HTTP.  I&#8217;ve found it works much quicker via the web interface and obviously you&#8217;ve got full control over it from anywhere. I&#8217;m finding the <a title="Anti-Spam" href="http://www.untangle.com/Spam-Blocker">Spam Blocker</a> and <a title="Web Filter" href="http://www.untangle.com/Web-Filter">Web Filter</a> the most useful components, however this is because our requirement for these features is greater than anything else. Logging in today, the spam blocker has scanned <strong>22,286</strong> emails in 24 hours. <strong>21,210</strong> of these were rejected connection, some were quarantined and only <strong>81</strong> were passed through to mailboxes.</p>
<p>Users on the domain have also taken to their new spam quarantine like a duck to  water. Each day, they receive an email digest linking to their Untangle  quarantine. From there they can control their own whitelist/blacklist and  release legitimate email caught up in the system. As Spam Blocker uses  <a title="Spam Assassin" href="http://spamassassin.apache.org/">Spam-Assassin</a>, Untangle learns automatically as it goes along. The process is so  simple, out of approximately 70 users, I’ve had 2 queries on how to use the  quarantine.</p>
<p><strong>Conclusion</strong></p>
<p>A very powerful, easily deployable and manageable security solution suitable for any SME network. I&#8217;m so impressed I have ditched <a title="Sophos Pure Message" href="http://www.sophos.com/products/enterprise/email/security-and-control/microsoft-exchange/index.html">Sophos Pure Message</a>, providing the network with a better solution, with a saving of over <strong>£1,500</strong> per year in subscription costs. It&#8217;s so good, I&#8217;m even thinking of decommissioning the networks hardware firewall, a <a href="http://www.draytek.co.uk/products/vigor3300v.html">Draytek 3300v</a>.</p>
<p>Untangle is free (most of the components) and Untangle provide free updates. It is well worth some time to test it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2009/07/untangle-gateway-solution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Network Installation Wigan</title>
		<link>http://www.ratwareuk.com/blog/2009/05/network-installation-wigan/</link>
		<comments>http://www.ratwareuk.com/blog/2009/05/network-installation-wigan/#comments</comments>
		<pubDate>Tue, 26 May 2009 22:07:03 +0000</pubDate>
		<dc:creator>Matt Buck</dc:creator>
				<category><![CDATA[Installations]]></category>
		<category><![CDATA[Problem Solving]]></category>
		<category><![CDATA[Complete Network Solution]]></category>

		<guid isPermaLink="false">http://www.ratwareuk.com/blog/?p=42</guid>
		<description><![CDATA[Hello again. I felt guilty about not blogging here in a while and using twitter too much, so I thought I&#8217;d do a quick blog containing some pictures of the work we&#8217;d been busy with recently&#8230;

  
The above as pictured is unfinished, however it shows our ability to provide a high end, complete infrastructure [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Hello again. I felt guilty about not blogging here in a while and using twitter too much, so I thought I&#8217;d do a quick blog containing some pictures of the work we&#8217;d been busy with recently&#8230;</p>
<p style="text-align: left;"><img src="http://www.ratwareuk.com/img/server-cabinet.jpg" alt="RatwareUK Server Cabinet" width="600" height="450" /></p>
<p><img src="http://www.ratwareuk.com/img/cabling1.jpg" alt="Network Installation Wigan" /> <img src="http://www.ratwareuk.com/img/cabling2.jpg" alt="Right Angled Patch Panel" /> <img src="http://www.ratwareuk.com/img/cabling.jpg" alt="Excel CAT5e Cabling Blue" width="150" height="150" /></p>
<p>The above as pictured is unfinished, however it shows our ability to provide a high end, complete infrastructure install. The building was being renovated, so we installed 66 CAT5e points, one Avaya IPO phone system and two Dell PowerEdge servers providing virtualisation and redundancy. The complete package, all wrapped up in a <a title="RatwareUK Homepage" href="http://www.ratwareuk.com">RatwareUK</a> custom server cabinet.</p>
<p style="text-align: left;"><a title="Network Installation Wigan" href="http://www.ratwareuk.com/services/network-installation.php">Network Installation</a></p>
<p style="text-align: left;"><a title="Network Installation Wigan" href="http://www.ratwareuk.com/case-studies/it-relocation-evolution.php">IT Relocation Case Study</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2009/05/network-installation-wigan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Golden Shield Project Firewalls China</title>
		<link>http://www.ratwareuk.com/blog/2009/03/golden-shield-project-firewalls-china/</link>
		<comments>http://www.ratwareuk.com/blog/2009/03/golden-shield-project-firewalls-china/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 17:35:38 +0000</pubDate>
		<dc:creator>Matt Buck</dc:creator>
				<category><![CDATA[Business]]></category>

		<guid isPermaLink="false">http://www.ratwareuk.com/blog/?p=41</guid>
		<description><![CDATA[Before I start, please understand that this is not a politically motivated post. I&#8217;m purely interested in the mechanics behind the Golden Shield Project or what&#8217;s known as the Great Firewall of China.
Since 2003, the Chinese government has imposed a mass censorship program on china&#8217;s internet activity; essentially cherry-picking and blocking communications in and out [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: right;" src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/6a/Jinshangling2.jpg/266px-Jinshangling2.jpg" alt="" width="266" height="180" />Before I start, please understand that this is <span style="text-decoration: underline;">not</span> a politically motivated post. I&#8217;m purely interested in the mechanics behind the Golden Shield Project or what&#8217;s known as the <em>Great Firewall of China</em>.</p>
<p>Since 2003, the Chinese government has imposed a mass censorship program on china&#8217;s internet activity; essentially cherry-picking and blocking communications in and out of the country.  Unfortunately, this series of firewalls stand between China and the rest of the Internet.</p>
<p>RatwareUK first met this problem some time ago, when one of our customers who deal with China were experiencing some serious and unexplained email lagging. On inspection, it&#8217;s reported that China uses various censorship methods, such as:</p>
<ul>
<li>Access to certain IP addresses denied. This causes issues, for example, where a blocked website resides on a virtual hosting server, all websites on that server are blocked. Quickly you&#8217;ve got a lot of blocked sites!</li>
<li>DNS filtering and redirection (to prevent IP addresses from being found).</li>
<li>URL filtering (to prevent access to websites with a specific domain name).</li>
<li>Packet filtering (terminate packets with a specific keyword contained within).</li>
<li>Connection blocking (if a previous TCP connection is blocked, future attempts from both sides are blocked for a period of time).</li>
</ul>
<p>Chinese users can get around these issues, by using proxies, VPNs and other encryption methods. However, it does make the average user in China completely restricted to the authorities&#8217; prescribed information.</p>
<p>You can see whether your website/domain name is outright blocked in China by using this handy tool &#8211; <a title="Test if you're website is blocked in China" href="http://www.websitepulse.com/help/testtools.china-test.html">http://www.websitepulse.com/help/testtools.china-test.html</a> . If it&#8217;s not blocked though, don&#8217;t be surprised if any communications with China are slow, as your data is filtered through some serious hardware!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2009/03/golden-shield-project-firewalls-china/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
