<?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 &#187; Problem Solving</title>
	<atom:link href="http://www.ratwareuk.com/blog/category/problem-solving/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>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>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>LogicMail, POP and IMAP client for Blackberry</title>
		<link>http://www.ratwareuk.com/blog/2009/02/logicmail-pop-and-imap-client-for-blackberry/</link>
		<comments>http://www.ratwareuk.com/blog/2009/02/logicmail-pop-and-imap-client-for-blackberry/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 20:45:43 +0000</pubDate>
		<dc:creator>Matt Buck</dc:creator>
				<category><![CDATA[Problem Solving]]></category>
		<category><![CDATA[Product Reviews]]></category>

		<guid isPermaLink="false">http://www.ratwareuk.com/blog/?p=36</guid>
		<description><![CDATA[OK, so this weekend I find myself in the situation whereby I&#8217;ve got a POP3 account that I need to check regularly whilst I&#8217;m on the move. At RatwareUK we&#8217;ve got a BES solution, so I thought about creating a forwarder on the target email server to my principal email address which would push it [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://www.logicprobe.org/proj/logicmail/chrome/site/logicmail-logo.png" alt="LogicMail for Blackberry" />OK, so this weekend I find myself in the situation whereby I&#8217;ve got a POP3 account that I need to check regularly whilst I&#8217;m on the move. At <a title="IT Support Wigan" href="http://www.ratwareuk.com/">RatwareUK</a> we&#8217;ve got a BES solution, so I thought about creating a forwarder on the target email server to my principal email address which would push it through MSExchange and via BES to my blackberry. I hate email forwarding though &#8211; and it&#8217;s probably unwarranted &#8211; but I&#8217;ve got hangups from dealing with companies whose email aliases are setup on an unfathomable web of forwarders. I guess I&#8217;m biased but I try to avoid them at all costs! Using my Blackberry, I wanted to connect directly to my additional POP3 mailbox:</p>
<p>Introducing <a title="LogicMail POP and IMAP client for Blackberry" href="http://www.logicprobe.org/proj/logicmail">LogicMail</a> &#8211; free, open source &#8211; I&#8217;m impressed. Implementation took around 2 minutes and I did it directly from their website on my Blackberry. I&#8217;ve now got a fast and reliable POP3 client which allows me to relay out through an SMTP server of my choice. The client also integrates with my Blackberry address list and has a host of settings to customise identity etc.</p>
<p>Pull technology will never be as fast or reliable as Push and we all know BES is the best at this. However, LogicMail provides a really good and painless alternative solution. It got me thinking about future blog posts. I think one day I&#8217;ll have to do a post detailing BES vs <a title="Windows Mobile remote working solutions" href="http://www.ratwareuk.com/services/remote-solutions.php">Windows Mobile</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2009/02/logicmail-pop-and-imap-client-for-blackberry/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Networks discussed and designed</title>
		<link>http://www.ratwareuk.com/blog/2008/09/networks-discussed-and-designed/</link>
		<comments>http://www.ratwareuk.com/blog/2008/09/networks-discussed-and-designed/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 21:03:58 +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=29</guid>
		<description><![CDATA[At RatwareUK every customer comes to us with a different set of problems. Every business is different, we know this. We&#8217;re different too. It would be easy to roll out a template that 75-90% fits their requirements, but we&#8217;re perfectionists. A solution that fits with the client&#8217;s business as well as creating new depth and [...]]]></description>
			<content:encoded><![CDATA[<p>At RatwareUK every customer comes to us with a different set of problems. Every business is different, we know this. We&#8217;re different too. It would be easy to roll out a template that 75-90% fits their requirements, but we&#8217;re perfectionists. A solution that fits with the client&#8217;s business as well as creating new depth and scalability is what we&#8217;re after.  This is why last week, when we were designing a <a title="Network Installation, Wigan" href="http://www.ratwareuk.com/services/network-installation.php">wide area network</a>, myself and a couple of engineers worked on a Saturday to discuss and configure the <a title="Remote working solutions" href="http://www.ratwareuk.com/services/remote-solutions.php">VPN</a> and servers.</p>
<p style="text-align: center;"><img style="margin-left: 2px; margin-right: 2px;" src="http://www.ratwareuk.com/img/servers.JPG" alt="RatwareUK line up servers for deployment" /><img style="margin-left: 2px; margin-right: 2px;" src="http://www.ratwareuk.com/img/configuration.JPG" alt="RatwareUK discuss and design network" width="200" height="150" /></p>
<p>Free from the daily tasks of <a title="Network Support, Wigan" href="http://www.ratwareuk.com/services/it-support-management.php">maintenance</a> and <a title="Bespoke Software, Wigan" href="http://www.ratwareuk.com/services/bespoke-software.php">programming</a>, we set up a projector, meeting desk and proceeded to discuss and design a company&#8217;s network &#8211; literally &#8211; on the wall. We found this workshop approach was extremely productive. As engineers we were actively learning and implementing new skills and our combined rigour and ingenuity was poured into the new system. We then continued bench-testing the system and it was eventually deployed the following week. It was a complete success and the customer was provided with a system that worked precisely the way they wanted it to. You&#8217;d be surprised, but this sort of forward thinking is discouraged in some organisations. I certainly, would not work for any other company.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2008/09/networks-discussed-and-designed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Superb Video Detailing Windows Mobile</title>
		<link>http://www.ratwareuk.com/blog/2008/06/superb-video-detailing-windows-mobile/</link>
		<comments>http://www.ratwareuk.com/blog/2008/06/superb-video-detailing-windows-mobile/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 12:46:29 +0000</pubDate>
		<dc:creator>Matt Buck</dc:creator>
				<category><![CDATA[Problem Solving]]></category>

		<guid isPermaLink="false">http://www.ratwareuk.com/blog/?p=25</guid>
		<description><![CDATA[
I&#8217;ve just come across a great new video from Microsoft which details the advantages of Windows Mobile deployment on Exchange.  Check out Windows Mobile Video for more information!
If anybody needs any advise concerning Windows Mobile deployment at work, please do not hesitate to contact us.
]]></description>
			<content:encoded><![CDATA[<p><img style="vertical-align: top;" src="http://www.microsoft.com/library/toolbar/3.0/images/banners/WinMobile08_ltr.png" alt="" width="700" height="42" /></p>
<p>I&#8217;ve just come across a great new video from Microsoft which details the advantages of Windows Mobile deployment on Exchange.  Check out <a title="Microsoft Windows Mobile Solutions" href="http://www.microsoft.com/windowsmobile/startdoingmore/default.aspx?WT.mc_id=sdmvan">Windows Mobile Video</a> for more information!</p>
<p>If anybody needs any advise concerning <a title="RatwareUK's Remote Solutions" href="http://www.ratwareuk.com/services/remote-solutions.php">Windows Mobile deployment</a> at work, please do not hesitate to <a title="Contact RatwareUK" href="http://www.ratwareuk.com/contact.php">contact us</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2008/06/superb-video-detailing-windows-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Important: BT Broadband Anywhere</title>
		<link>http://www.ratwareuk.com/blog/2008/05/important-bt-broadband-anywhere/</link>
		<comments>http://www.ratwareuk.com/blog/2008/05/important-bt-broadband-anywhere/#comments</comments>
		<pubDate>Wed, 14 May 2008 14:28:37 +0000</pubDate>
		<dc:creator>Matt Buck</dc:creator>
				<category><![CDATA[Problem Solving]]></category>

		<guid isPermaLink="false">http://www.ratwareuk.com/blog/?p=22</guid>
		<description><![CDATA[This week, several clients have contacted RatwareUK after purchasing a blackberry-style BT Broadband Anywhere bundle. See the following link BT Broadband Anywhere .
Many customers believe this is a plug and play solution that can be used at their business to give staff access to email whilst on the move. This is not the case. The [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" style="float: right;" src="http://www.productsandservices.bt.com/consumer/consumerProducts/promos_external/campaign/BB_CatPage/topImage_1.jpg" alt="" width="324" height="170" />This week, several clients have contacted RatwareUK after purchasing a <em>blackberry-style </em><strong>BT Broadband Anywhere</strong> bundle. See the following link <a title="BT Broadband Anywhere" href="http://www.productsandservices.bt.com/consumerProducts/displayTopic.do?topicId=24561" target="_blank">BT Broadband Anywhere</a> .</p>
<p>Many customers believe this is a <em>plug and play </em>solution that can be used at their business to give staff access to email whilst on the move. <strong>This is not the case</strong>. The product above is for <span style="text-decoration: underline;"><strong>home use only</strong></span>. It is linked to a residential BT Hub (which they provide) and it uses BT&#8217;s independent mail servers supplying a <em>btconnect.com</em> (or similar) email address. It will not link up to your company&#8217;s <em>exampledomain.com </em>or your company&#8217;s mail server.</p>
<p>To compound matters, BT are also accidentally sending out <em>residentially configured</em> phones to customers requesting them for business use!</p>
<p>In a nutshell: Rolling out compatible mobile devices which staff can use to access their <em>company</em> email is more complicated. Considering Windows Mobile devices specifically; if you have <strong>Microsoft Small Business Server</strong>, or <strong>Microsoft Exchange Server</strong> you have to complete the following steps:</p>
<ol>
<li>Purchase 1 or more Windows Mobile Devices with GPRS connectivity. (See <a title="BT Business Broadband Anywhere" href="http://www.btbroadbandoffice.com/mobile/office-anywhere?s_intcid=btb_intban_MobileHub_Email_on_the_move" target="_blank">BT Business Product</a> as one example &#8211; there are many more).</li>
<li>Install Exchange SP2</li>
<li>Install ActiveSync 4.2 or higher</li>
<li> Enable mobile services for users</li>
<li>Configure your company&#8217;s firewall and web services</li>
<li>Install a secure certificate on the device</li>
<li>Configure Windows Small Business Server 2003 for MSFP</li>
<li>Configure device synchronization</li>
<li> Test the deployment</li>
</ol>
<p>If anybody requires any assistance with <a title="Remote Working Solutions" href="http://www.ratwareuk.com/services/remote-solutions.php">remote working solutions</a>, please do not hesitate to <a title="Contact RatwareUK" href="http://www.ratwareuk.com/contact.php">contact us</a>. We&#8217;d be more than happy to advise. <strong>Remember, don&#8217;t just dive in on what looks like a good deal.</strong></p>
<p>Hope this helps!</p>
<p>Matt</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2008/05/important-bt-broadband-anywhere/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Spam &#8211; how does it affect your business?</title>
		<link>http://www.ratwareuk.com/blog/2008/04/2008-year-of-the-email-spam/</link>
		<comments>http://www.ratwareuk.com/blog/2008/04/2008-year-of-the-email-spam/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 13:16:00 +0000</pubDate>
		<dc:creator>Matt Buck</dc:creator>
				<category><![CDATA[Problem Solving]]></category>

		<guid isPermaLink="false">http://www.ratwareuk.com/blog/?p=16</guid>
		<description><![CDATA[According to a report from IronPort called &#8220;2008 Internet Security Trends&#8221; it would appear that if 2007 was a bad year for spam &#8211; 2008 will break the record again!
One interesting statistic I found on the internet was from the European Unions Internal Market Commission, which estimates that junk email costs internet users 10billion Euros [...]]]></description>
			<content:encoded><![CDATA[<p>According to a report from IronPort called <em>&#8220;2008 Internet Security Trends&#8221;</em> it would appear that if 2007 was a bad year for spam &#8211; 2008 will break the record again!</p>
<p><img class="alignleft" style="float: left;" src="http://spamassassin.apache.org/logo/logo-320x136.png" alt="RatwareUK use Spam Assassin" width="320" height="136" />One interesting statistic I found on the internet was from the European Unions Internal Market Commission, which estimates that junk email costs internet users 10billion Euros per year worldwide. For small to medium size businesses, this figure may seem like an incomprehensible fact. However, consider with me for one moment what happens in your business when <span style="text-decoration: underline;">just one</span> spam email enters your company.</p>
<ol>
<li>Spam email finds its way through your company&#8217;s internet gateway. At this point the rogue email will take up a small percentage of the costly bandwidth allocated to your company by your ISP. If the spam e-mail contains an attachment, it will take up even more bandwidth. This <em>reduces</em> the bandwidth available for incoming/outgoing emails, surfing the internet, <a title="RatwareUK's Remote Solutions" href="http://www.ratwareuk.com/services/remote-solutions.php">remote workers</a>, VPN tunnels connecting branch offices&#8230; etc.</li>
<li>The spam e-mail then penetrates your company&#8217;s mail server. If the rogue email is addressed to an invalid user, your company&#8217;s mail server will then attempt to reply to the spam sender saying the address has failed. This takes up <em>more</em> processing time and bandwidth. If the rogue email is addressed to a valid user, your mail server will deliver it into that user&#8217;s mailbox. Again, taking up <em>more</em> processing time. Remember, if your mail server is also your main domain server &#8211; it has other things to do with its time &#8211; like serve files and manage print jobs!</li>
<li>The end user eventually receives the spam in their inbox. Inevitably, the user will then delete the email. However, when deleting it, due to human error, they often miss legitimate emails because they are caught in a sea of rogue ones. Also, sifting through spam emails takes up an employee&#8217;s time and the quality of the spam email is most likely undesirable.</li>
</ol>
<p>The above is a rather crude view summarising the knock-on effect of <span style="text-decoration: underline;">one</span> spam email entering your company. However, it&#8217;s worth remembering, as imagine the human and computer processing time taken up by 500 spam emails a day, not to mention the drain on bandwidth.</p>
<p>At RatwareUK, we have our own <a title="RatwareUK's Mail Relay Server" href="http://www.ratwareuk.com/services/web-services/antispam.php">mail relay server</a>. In a nut-shell, this means that spam can be filtered off-site and legitimate emails can then be passed through to your company, thus completely saving on a company&#8217;s bandwidth and human/computer processing times. Not only will our <a title="RatwareUK's Mail Relay Server" href="http://www.ratwareuk.com/services/web-services/antispam.php">relay server</a> eliminate spam, it will also scan all inbound emails for viruses!</p>
<p>If you are receiving 500 spam emails a day, knocking those out of the equation will definitely allow your server to perform daily tasks faster and save bandwidth. For more information, visit our <a title="RatwareUK's Anti-Spam Services" href="http://www.ratwareuk.com/services/web-services/antispam.php">Anti-Spam Services page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ratwareuk.com/blog/2008/04/2008-year-of-the-email-spam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
