<?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>NetworksAreMadeOfString &#187; Datacenter</title>
	<atom:link href="http://blog.networksaremadeofstring.co.uk/category/datacenter/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.networksaremadeofstring.co.uk</link>
	<description>Cat5, Cat6, Fibre, or String.............</description>
	<lastBuildDate>Wed, 25 Jan 2012 12:55:30 +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>First attempt at an infographic &#8211; Managed Hosting in Social Media</title>
		<link>http://blog.networksaremadeofstring.co.uk/2012/01/19/first-attempt-at-an-infographic-managed-hosting-in-social-media/</link>
		<comments>http://blog.networksaremadeofstring.co.uk/2012/01/19/first-attempt-at-an-infographic-managed-hosting-in-social-media/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 00:59:47 +0000</pubDate>
		<dc:creator>Gareth Llewellyn</dc:creator>
				<category><![CDATA[Datacenter]]></category>

		<guid isPermaLink="false">http://blog.networksaremadeofstring.co.uk/?p=827</guid>
		<description><![CDATA[Someone asked me if I could pull some info about the Managed Hosting sector using DataSift so after crafting the CSDL for the query I recorded 24 hours of tweets &#038; Facebook posts and managed to gather some insights. Most of these facts are not surprising; for example people are still bleating on about &#8216;cloud&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>Someone asked me if I could pull some info about the Managed Hosting sector using <a href="http://datasift.com">DataSift</a> so after crafting the CSDL for the query I recorded 24 hours of tweets &#038; Facebook posts and managed to gather some insights.</p>
<p>Most of these facts are not surprising; for example people are still bleating on about &#8216;cloud&#8217; as if it were something new and the gender disparity is huge. With that said there are some interesting facts such as the overall sentiment was a meagre 0.18 out of 100 with the lowest and highest sentiment of -20 and +8 respectively. </p>
<p>Additionally it would appear that those discussing managed hosting are not really making an impact in social media circles as out of 66,363 interactions over 24 hours the highest Klout score was only 18.</p>
<p>I tried putting some of this data <em>(and other meta data such as top avatars, most retweeted etc)</em> into some form of infographic, I&#8217;m not a UX person or an artist so if you don&#8217;t like it / it&#8217;s an abominable crime against infographics you have been warned;</p>
<p><a href="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2012/01/hosting_infographic.jpg"><img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2012/01/hosting_infographic-300x168.jpg" alt="" title="hosting_infographic" width="300" height="168" class="alignright size-medium wp-image-828" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.networksaremadeofstring.co.uk/2012/01/19/first-attempt-at-an-infographic-managed-hosting-in-social-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASA 5505 Dual Stack IPv6 &amp; IPv4 with SIXXS Tunnel</title>
		<link>http://blog.networksaremadeofstring.co.uk/2011/03/06/asa-5505-dual-stack-ipv6-ipv4-with-sixxs-tunnel/</link>
		<comments>http://blog.networksaremadeofstring.co.uk/2011/03/06/asa-5505-dual-stack-ipv6-ipv4-with-sixxs-tunnel/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 17:54:43 +0000</pubDate>
		<dc:creator>Gareth Llewellyn</dc:creator>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[NAMOS]]></category>

		<guid isPermaLink="false">http://blog.networksaremadeofstring.co.uk/?p=682</guid>
		<description><![CDATA[I recently secured a bargain on Ebay getting a Cisco 5505 Advanced Security Appliance for only £200 which a fry cry from their prices back in late 2008 (~£600) so instantly set about increasing the security of my IPv6 LAN. Most Networks consist of a LAN and a WAN segment, unfortunately due to my previous [...]]]></description>
			<content:encoded><![CDATA[<p>I recently secured a bargain on Ebay getting a Cisco 5505 Advanced Security Appliance for only £200 which a fry cry from their prices back in late 2008 (~£600) so instantly set about increasing the security of my IPv6 LAN.</p>
<p>Most Networks consist of a LAN and a WAN segment, unfortunately due to my previous IPv6 work and the inherant nature of IPv6 the LAN also has public Global Unicast addresses secured via rather crude RRAS filters. To increase the security of the LAN I need a firewall with seperate IPv4 and a IPv6 interfaces and a dual stack LAN interface.<br />
<a href="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2011/03/IPv6_Network_Draft_1.png"><img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2011/03/IPv6_Network_Draft_1-1024x525.png" alt="" title="IPv6_Network_Draft_1" width="512" height="262" class="aligncenter size-large wp-image-684" /></a></p>
<p><code><br />
interface Vlan1<br />
 nameif DualStack_Internal<br />
 security-level 100<br />
 ip address 172.16.0.2 255.255.255.192<br />
 ipv6 address 2a01:<strong>XXX</strong>:18e:4::1/64<br />
 ipv6 address autoconfig<br />
 ipv6 enable<br />
 ipv6 nd ra-interval 10<br />
!<br />
interface Vlan2<br />
 nameif IPv4_WAN<br />
 security-level 0<br />
 ip address 78.<strong>XXX</strong>.<strong>XXX</strong>.198 255.255.240.0<br />
 ipv6 address autoconfig<br />
 ipv6 enable<br />
!<br />
interface Vlan12<br />
 no forward interface Vlan2<br />
 nameif IPv6_WAN<br />
 security-level 50<br />
 no ip address<br />
 ipv6 address 2a01:<strong>XXX</strong>:18e:2::2/64<br />
 ipv6 address autoconfig<br />
 ipv6 enable<br />
 ipv6 nd ns-interval 2000<br />
 ipv6 nd suppress-ra<br />
</code></p>
<p>To ensure that hosts on the LAN can reach the outside world the IPv6 network needs a route and the IPv4 network needs NAT:<br />
<code><br />
ipv6 route IPv6_WAN ::/0 2a01:<strong>XXX</strong>:18e:2::1<br />
global (IPv4_WAN) 1 interface<br />
nat (DualStack_Internal) 1 172.16.0.0 255.255.255.192<br />
route IPv4_WAN 0.0.0.0 0.0.0.0 78.<strong>XXX</strong>.<strong>XXX</strong>.1 2<br />
</code></p>
<p>I&#8217;ve allocated Global Unicast addresses to the interfaces but this may not neccessarily be required as &#8220;Link-Local&#8221; addresses next hop addresses when routing but the output is as follows;<br />
<code><br />
DualStack_Internal is up, line protocol is up<br />
  IPv6 is enabled, link-local address is fe80::222:55ff:fe2a:a42c<br />
  Global unicast address(es):<br />
    2a01:<strong>XXX</strong>:18e:4::1, subnet is 2a01:<strong>XXX</strong>:18e:4::/64<br />
  Joined group address(es):<br />
    ff02::1<br />
    ff02::2<br />
    ff02::1:ff00:1<br />
    ff02::1:ff2a:a42c<br />
  ICMP error messages limited to one every 100 milliseconds<br />
  ICMP redirects are enabled<br />
  ND DAD is enabled, number of DAD attempts: 1<br />
  ND reachable time is 30000 milliseconds<br />
  ND advertised reachable time is 0 milliseconds<br />
  ND advertised retransmit interval is 1000 milliseconds<br />
  ND router advertisements are sent every 10 seconds<br />
  ND router advertisements live for 1800 seconds<br />
  Hosts use stateless autoconfig for addresses.<br />
!<br />
IPv6_WAN is up, line protocol is up<br />
  IPv6 is enabled, link-local address is fe80::222:55ff:fe2a:a42c<br />
  Global unicast address(es):<br />
    2a01:<strong>XXX</strong>:18e:2::2, subnet is 2a01:<strong>XXX</strong>:18e:2::/64<br />
  Joined group address(es):<br />
    ff02::1<br />
    ff02::2<br />
    ff02::1:ff00:2<br />
    ff02::1:ff2a:a42c<br />
  ICMP error messages limited to one every 100 milliseconds<br />
  ICMP redirects are enabled<br />
  ND DAD is enabled, number of DAD attempts: 1<br />
  ND reachable time is 30000 milliseconds<br />
  Hosts use stateless autoconfig for addresses.<br />
</code></p>
<p>With Router Advertisements enabled the IPv6 enabled hosts on the LAN had already acquired an IPv6 address and were already utilising the link;<br />
<code><br />
  Traffic Statistics for "IPv6_WAN":<br />
        27944 packets input, 28710029 bytes<br />
        14333 packets output, 1017380 bytes<br />
        5354 packets dropped<br />
      1 minute input rate 181 pkts/sec,  232507 bytes/sec<br />
      1 minute output rate 96 pkts/sec,  5989 bytes/sec<br />
      1 minute drop rate, 0 pkts/sec<br />
      5 minute input rate 0 pkts/sec,  2 bytes/sec<br />
      5 minute output rate 0 pkts/sec,  0 bytes/sec<br />
      5 minute drop rate, 0 pkts/sec<br />
</code></p>
<p>On a side note it looks like Google has moved http://ipv6.google.com away from the address it was when I was doing this testing last year from <a href="http://[2001:4860:0:1001::68]">2001:4860:0:1001::68</a> to <a href="http://[2a00:1450:8002::67]">2a00:1450:8002::67</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.networksaremadeofstring.co.uk/2011/03/06/asa-5505-dual-stack-ipv6-ipv4-with-sixxs-tunnel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weird Windows 2008 IPv6 DHCP GUI Artifact</title>
		<link>http://blog.networksaremadeofstring.co.uk/2010/12/31/weird-windows-2008-ipv6-dhcp-gui-artefacts/</link>
		<comments>http://blog.networksaremadeofstring.co.uk/2010/12/31/weird-windows-2008-ipv6-dhcp-gui-artefacts/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 18:51:39 +0000</pubDate>
		<dc:creator>Gareth Llewellyn</dc:creator>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[NAMOS]]></category>

		<guid isPermaLink="false">http://blog.networksaremadeofstring.co.uk/?p=674</guid>
		<description><![CDATA[Looking through one of my smaller 2008 dual IPv4 &#038; IPv6 installations I noticed that in the IPv6 section the FQDN in the name column had artefacts. Weirdness.]]></description>
			<content:encoded><![CDATA[<p>Looking through one of my smaller 2008 dual IPv4 &#038; IPv6 installations I noticed that in the IPv6 section the FQDN in the name column had artefacts.</p>
<p><a href="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/12/ipv6.png"><img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/12/ipv6-1024x437.png" alt="" title="ipv6" width="512" height="218" class="aligncenter size-large wp-image-675" /></a></p>
<p>Weirdness.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.networksaremadeofstring.co.uk/2010/12/31/weird-windows-2008-ipv6-dhcp-gui-artefacts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6 LAN 2 Years On</title>
		<link>http://blog.networksaremadeofstring.co.uk/2010/09/02/ipv6-lan-2-years-on/</link>
		<comments>http://blog.networksaremadeofstring.co.uk/2010/09/02/ipv6-lan-2-years-on/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 18:53:15 +0000</pubDate>
		<dc:creator>Gareth Llewellyn</dc:creator>
				<category><![CDATA[IPv6]]></category>
		<category><![CDATA[NAMOS]]></category>

		<guid isPermaLink="false">http://blog.networksaremadeofstring.co.uk/?p=646</guid>
		<description><![CDATA[My first dabble with IPv6 was back in late 2008 when I experimented with Dual Stack DHCP in the RC of Windows Server 2008. Now that IPv6 is enabled by default in all of the OS&#8217;s I use in my home (Fedora, Windows 2008 &#038; Windows 7) I decided to go back and check my [...]]]></description>
			<content:encoded><![CDATA[<p>My first dabble with IPv6 was back in late 2008 when I experimented with Dual Stack DHCP in the RC of Windows Server 2008.</p>
<p>Now that IPv6 is enabled by default in all of the OS&#8217;s I use in my home <em>(Fedora, Windows 2008 &#038; Windows 7)</em> I decided to go back and check my traffic graphs and the results surprised me.</p>
<p><a href="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/09/ipv6_2years.png"><img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/09/ipv6_2years.png" alt="" title="ipv6_2years" width="603" height="304" class="aligncenter size-full wp-image-652" /></a></p>
<p>There was a spike in Oct &#8217;08 when I was first experimenting with IPv6 and visiting as many native IPv6 sites as I could and then it tailed off as one would expect. Interestingly the traffic started to pick up again in July of 2009 and in the 2 years of having IPv6 Internet connectivity I&#8217;ve pulled over 364Gb of traffic!</p>
<p>Looking at this year on it&#8217;s own shows a pretty consistent amount of throughput;<br />
<a href="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/09/ipv6.png"><img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/09/ipv6.png" alt="" title="ipv6" width="603" height="268" class="aligncenter size-full wp-image-649" /></a></p>
<p>I&#8217;ll try and profile the traffic and work out what or who has adopted IPv6 so well that I can do so much without even realising it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.networksaremadeofstring.co.uk/2010/09/02/ipv6-lan-2-years-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying Exchange 2010 Edge Transport Server on Windows Server 2008 R2</title>
		<link>http://blog.networksaremadeofstring.co.uk/2010/06/21/deploying-exchange-2010-edge-transport-server-on-windows-server-2008-r2/</link>
		<comments>http://blog.networksaremadeofstring.co.uk/2010/06/21/deploying-exchange-2010-edge-transport-server-on-windows-server-2008-r2/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 19:37:18 +0000</pubDate>
		<dc:creator>Gareth Llewellyn</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[NAMOS]]></category>

		<guid isPermaLink="false">http://blog.networksaremadeofstring.co.uk/?p=630</guid>
		<description><![CDATA[Microsoft have continued the trend of going x64 all the way and 2008 R2 is 64bit only. The first thing we need to do is install the pre-requisites via a privileged PowerShell; Import-Module ServerManager Add-WindowsFeature NET-Framework,RSAT-ADDS,ADLDS -Restart Once the machine has restarted you will need to ensure you set the machine name and a DNS [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft have continued the trend of going x64 all the way and 2008 R2 is 64bit only.</p>
<p>The first thing we need to do is install the pre-requisites via a privileged PowerShell;<br />
<code><br />
Import-Module ServerManager<br />
Add-WindowsFeature NET-Framework,RSAT-ADDS,ADLDS -Restart<br />
</code><br />
<a href="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/06/1-Powershell-AddFeature.png"><img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/06/1-Powershell-AddFeature-300x225.png" alt="1-Powershell-AddFeature" title="1-Powershell-AddFeature" width="300" height="225" class="aligncenter size-medium wp-image-631" /></a><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
Once the machine has restarted you will need to ensure you set the machine name and a DNS suffix.</p>
<p>Assuming the checks all work you can click install and off you go;<br />
<a href="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/06/2-Complete.png"><img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/06/2-Complete-300x225.png" alt="2-Complete" title="2-Complete" width="300" height="225" class="aligncenter size-medium wp-image-632" /></a><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
Once all is installed the next step is to prepare a config bundle / auth package (I can&#8217;t quite remember what Microsoft call it) by issuing the following command in the EMS on the Edge server;<br />
<code>New-EdgeSubscription -FileName "C:\EdgeSubscriptionInfo.xml"</code></p>
<p>With that done you can either attempt to import the file via the EMS on a Hub Transport server or utilise the EMC. I chose the EMC as I kept on running into syntax errors and I was being impatient;<br />
<a href="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/06/4-EdgeImportFail.png"><img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/06/4-EdgeImportFail-300x224.png" alt="4-EdgeImportFail" title="4-EdgeImportFail" width="300" height="224" class="aligncenter size-medium wp-image-638" /></a><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
Unfortunately I hit an issue which was probably due to a very poor choice of mine in transfering the file. A quick rethink of moving the file and the Edge Synchronisation was complete;<br />
<a href="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/06/5-EdgeImportSuccessWarning.png"><img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/06/5-EdgeImportSuccessWarning-300x224.png" alt="5-EdgeImportSuccessWarning" title="5-EdgeImportSuccessWarning" width="300" height="224" class="aligncenter size-medium wp-image-639" /></a><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
The dialog shows a warning claiming the port 50636 needs to be available and the host be contactable, I checked with telnet and all was OK. So maybe the warning icon was just to draw my attention to it.</p>
<p>Once that is done simply issue the command;</p>
<p><code>Start-EdgeSynchronization</code></p>
<p>Unfortunately within minutes of me adding this server as a secondary MX I received a spam message which wasn&#8217;t very fun;</p>
<p><code>Return-Path: XXXXXXXXXX@yahoo.com<br />
X-MS-Exchange-Organization-PRD: yahoo.com<br />
Received-SPF: None (XXX-XXXX-XX.networksaremadeofstring.co.uk: XXXXXXXXXX@yahoo.com does not designate permitted sender hosts)<br />
X-MS-Exchange-Organization-PCL: 2<br />
X-MS-Exchange-Organization-Antispam-Report: DV:3.3.5705.600;SID:SenderIDStatus None;OrigIP:195.XXX.XXX.122<br />
X-MS-Exchange-Organization-SCL: 5<br />
X-MS-Exchange-Organization-SenderIdResult: NONE<br />
X-MS-Exchange-Organization-AuthSource: XXX-XXXX-XX.networksaremadeofstring.co.uk<br />
X-MS-Exchange-Organization-AuthAs: Anonymous</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.networksaremadeofstring.co.uk/2010/06/21/deploying-exchange-2010-edge-transport-server-on-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Providing Short Term Internet Connectivity to Remote Locations</title>
		<link>http://blog.networksaremadeofstring.co.uk/2010/05/24/providing-short-term-internet-connectivity-to-remote-locations/</link>
		<comments>http://blog.networksaremadeofstring.co.uk/2010/05/24/providing-short-term-internet-connectivity-to-remote-locations/#comments</comments>
		<pubDate>Mon, 24 May 2010 19:22:01 +0000</pubDate>
		<dc:creator>Gareth Llewellyn</dc:creator>
				<category><![CDATA[NAMOS]]></category>
		<category><![CDATA[Networks]]></category>

		<guid isPermaLink="false">http://blog.networksaremadeofstring.co.uk/?p=597</guid>
		<description><![CDATA[I recently had the opportunity to provide Internet connectivity to the first Airsoft Arms Fair so the Stall operators could show YouTube videos, Retailers could utilise Paypal and so media outlets could do Live blogging or upload high resolution pictures throughout the day. The core of this setup was a series of 3G Modems linked [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had the opportunity to provide Internet connectivity to the first <a href="http://www.AirsoftArmsFair.co.uk">Airsoft Arms Fair</a> so the Stall operators could show YouTube videos, Retailers could utilise Paypal and so media outlets could do Live blogging or upload high resolution pictures throughout the day.</p>
<p>The core of this setup was a series of 3G Modems linked up with 3G to ethernet devices such as the Solwise NET-3G-3GWIFIMRW.<img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/05/net-3g-3gwifimwr-small.jpg" alt="net-3g-3gwifimwr-small" title="net-3g-3gwifimwr-small" width="185" height="200" class="aligncenter size-full wp-image-598" /></p>
<p>These were backed off onto a server running Squid and BIND with DHCP containing all the relevant proxy auto config data (plus some IPTables magic for those that didn&#8217;t play nice).</p>
<p>Couple this with three Access points with 8db omni&#8217;s spread about to acheive maximum coverage I was pleased to see that at one point the network was sustaining over 8mbit/s of throughput!</p>
<p>There was a lot of web browsing, I was streaming spotify, people were blogging and tweeting and despite the heat it all stayed alive.</p>
<p>Next time I&#8217;ll be doing it without mains power either so mount up the UPS&#8217;s and gas the generators!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.networksaremadeofstring.co.uk/2010/05/24/providing-short-term-internet-connectivity-to-remote-locations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing Exchange 2007 (on Server 2008) from an Exchange 2010 Environment</title>
		<link>http://blog.networksaremadeofstring.co.uk/2010/03/10/removing-exchange-2007-on-server-2008-from-an-exchange-2010-environment/</link>
		<comments>http://blog.networksaremadeofstring.co.uk/2010/03/10/removing-exchange-2007-on-server-2008-from-an-exchange-2010-environment/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 12:12:07 +0000</pubDate>
		<dc:creator>Gareth Llewellyn</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[NAMOS]]></category>

		<guid isPermaLink="false">http://blog.networksaremadeofstring.co.uk/?p=574</guid>
		<description><![CDATA[With my new Exchange 2010 environment working quite happily it was time to remove the old 2007 stuff from the setup. This is extremely easy to do but I haven&#8217;t posted anything in a while so I thought I&#8217;d document the process. To start just load up the Programs and Features section of Control Panel, [...]]]></description>
			<content:encoded><![CDATA[<p>With my new Exchange 2010 environment working quite happily it was time to remove the old 2007 stuff from the setup.</p>
<p>This is extremely easy to do but I haven&#8217;t posted anything in a while so I thought I&#8217;d document the process.</p>
<p>To start just load up the Programs and Features section of Control Panel, choose Exchange and select Uninstall.<br />
<img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/03/uninstall_exchange2007_on_2008_step1-300x223.png" alt="uninstall_exchange2007_on_2008_step1" title="uninstall_exchange2007_on_2008_step1" width="300" height="223" class="aligncenter size-medium wp-image-575" /><br />
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br />
The first screen is utterly pointless<br />
<img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/03/uninstall_exchange2007_on_2008_step2-300x223.png" alt="uninstall_exchange2007_on_2008_step2" title="uninstall_exchange2007_on_2008_step2" width="300" height="223" class="aligncenter size-medium wp-image-576" /><br />
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/></p>
<p>At the next screen you need to deselect the options you no longer require. Ideally as I&#8217;m Uninstalling and not Modifying the installation I&#8217;d have thought you&#8217;d select that which you want to remove.<br />
<img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/03/uninstall_exchange2007_on_2008_step3-300x223.png" alt="uninstall_exchange2007_on_2008_step3" title="uninstall_exchange2007_on_2008_step3" width="300" height="223" class="aligncenter size-medium wp-image-577" /><br />
<img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/03/uninstall_exchange2007_on_2008_step4-300x223.png" alt="uninstall_exchange2007_on_2008_step4" title="uninstall_exchange2007_on_2008_step4" width="300" height="223" class="aligncenter size-medium wp-image-578" /><br />
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br />
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br />
Clicking next will start the uninstall process<br />
<img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/03/uninstall_exchange2007_on_2008_step5-300x223.png" alt="uninstall_exchange2007_on_2008_step5" title="uninstall_exchange2007_on_2008_step5" width="300" height="223" class="aligncenter size-medium wp-image-579" /><br />
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/></p>
<p>Unfortunately even though this machine wasn&#8217;t actually doing anything there was still a connector that used this server as a source transport server so the uninstall of the Hub Transport Role failed.<br />
<img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/03/uninstall_exchange2007_on_2008_step6-300x223.png" alt="uninstall_exchange2007_on_2008_step6" title="uninstall_exchange2007_on_2008_step6" width="300" height="223" class="aligncenter size-medium wp-image-580" /><br />
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br />
To resolve this all you need to do is load up the Exchange 2010 Management console, navigate to the Hub Transport role within the Organisation Configuration and in the Send Connectors tab remove the Connector that uses the server as a source.<br />
<img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/03/uninstall_exchange2007_on_2008_step7-300x223.png" alt="uninstall_exchange2007_on_2008_step7" title="uninstall_exchange2007_on_2008_step7" width="300" height="223" class="aligncenter size-medium wp-image-581" /><br />
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br />
Running the uninstaller again allows all the Readiness Checks to pass<br />
<img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/03/uninstall_exchange2007_on_2008_step8-300x223.png" alt="uninstall_exchange2007_on_2008_step8" title="uninstall_exchange2007_on_2008_step8" width="300" height="223" class="aligncenter size-medium wp-image-582" /><br />
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br />
Nearly 2 hours later <em>(This machine had virtually no RAM as I&#8217;d allocated it elsewhere)</em> the uninstall completed<br />
<img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2010/03/uninstall_exchange2007_on_2008_step9-300x223.png" alt="uninstall_exchange2007_on_2008_step9" title="uninstall_exchange2007_on_2008_step9" width="300" height="223" class="aligncenter size-medium wp-image-583" /><br />
<br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br />
Easy as anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.networksaremadeofstring.co.uk/2010/03/10/removing-exchange-2007-on-server-2008-from-an-exchange-2010-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2010 with Windows Server 2008</title>
		<link>http://blog.networksaremadeofstring.co.uk/2009/12/01/exchange-2010-with-windows-server-2008/</link>
		<comments>http://blog.networksaremadeofstring.co.uk/2009/12/01/exchange-2010-with-windows-server-2008/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 23:51:07 +0000</pubDate>
		<dc:creator>Gareth Llewellyn</dc:creator>
				<category><![CDATA[Datacenter]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[NAMOS]]></category>

		<guid isPermaLink="false">http://blog.networksaremadeofstring.co.uk/?p=551</guid>
		<description><![CDATA[With Exchange 2010 available on MSDN I decided to take the risk and jump straight into a migration as the only thing as fun as a well planned migration is shooting from the hip on full auto. Exchange 2010 cannot co-exist with Exchange 2007 unless it is SP2. The Exchange 2007 SP2 install was exceptionally [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2009/11/Exchange2010.png" alt="Exchange2010" title="Exchange2010" width="80" height="89" class="alignleft size-full wp-image-560" />With Exchange 2010 available on MSDN I decided to take the risk and jump straight into a migration as the only thing as fun as a well planned migration is shooting from the hip on full auto.<br />
<br/><br />
<br/><br />
Exchange 2010 cannot co-exist with Exchange 2007 unless it is SP2. The <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=4c4bd2a3-5e50-42b0-8bbb-2cc9afe3216a&#038;displaylang=en">Exchange 2007 SP2 install</a> was exceptionally pain free <em>(It was so easy I may not sleep properly tonight)</em> and with that done it was time to start preparing my new Exchange 2010 server.</p>
<p>A base copy of Windows Server 2008 <em>(non R2)</em> will have the following pre-requisites;<br />
<em><br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=AB99342F-5D1A-413D-8319-81DA479AB0D7&#038;displaylang=en">.Net 3.5 (SP1)</a><br />
<a href="http://support.microsoft.com/kb/968929">PowerShell 2.0</a><br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=60C92A37-719C-4077-B5C6-CAC34F4227CC&#038;displaylang=en">Office 2007 System Converter Filter Pack</a><br />
</em></p>
<p>Once these are installed you will need to wield ServerManagerCmd and get some other things installed;<br />
<strong><br />
ServerManagerCmd -i RSAT-ADDS<br />
ServerManagerCmd -i Web-Server<br />
ServerManagerCmd -i Web-ISAPI-Ext<br />
ServerManagerCmd -i Web-Metabase<br />
ServerManagerCmd -i Web-Lgcy-Mgmt-Console<br />
ServerManagerCmd -i Web-Basic-Auth<br />
ServerManagerCmd -i Web-Digest-Auth<br />
ServerManagerCmd -i Web-Windows-Auth<br />
ServerManagerCmd -i Web-Dyn-Compression<br />
ServerManagerCmd -i Web-Net-Ext<br />
ServerManagerCmd -i NET-WIN-CFAC<br />
</strong></p>
<p>This went exceptionally smoothly and then it was time to run the Exchange 2010 setup.</p>
<p>Unfortunately it threw an error regarding the Net.Tcp Port Sharing service needing to be set to automatic;<br />
<img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2009/11/PortSharing-300x261.png" alt="PortSharing" title="PortSharing" width="300" height="261" class="aligncenter size-medium wp-image-558" /><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
To fix this just set the service to auto start;<br />
<strong>sc config NetTcpPortSharing start= auto</strong></p>
<p>A quick retry of the Readiness checks came back with a clean bill of health and we are good to go!</p>
<p>Just over half an hour later Exchange 2010 is installed and ready to go!<br />
<img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2009/11/Finished-300x261.png" alt="Finished" title="Finished" width="300" height="261" class="aligncenter size-medium wp-image-567" /><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
Since my last post regarding Exchange I&#8217;ve been using the Active Directory Certification Services to handle all my SSL stuff which worked lovely with IIS7 and Exchange 2010 so there was no need to do any of the crazy private key recovery stuff as we did with Exchange 2007.</p>
<p>A full install and even a test mailbox migration in just over an hour, not bad.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.networksaremadeofstring.co.uk/2009/12/01/exchange-2010-with-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NAMOS Virtualised</title>
		<link>http://blog.networksaremadeofstring.co.uk/2009/11/24/namos-virtualised/</link>
		<comments>http://blog.networksaremadeofstring.co.uk/2009/11/24/namos-virtualised/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 23:25:01 +0000</pubDate>
		<dc:creator>Gareth Llewellyn</dc:creator>
				<category><![CDATA[NAMOS]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://blog.networksaremadeofstring.co.uk/?p=539</guid>
		<description><![CDATA[As I was updating to the latest WordPress (2.8.6) I noticed that the About page still showed my old setup. I moved to a shiny &#8216;new build&#8217; flat a year or so ago and unfortunately my old Compaq 9000 Rack Cabinet wouldn&#8217;t have fitted up the stair case :/ so I bought a nice flat [...]]]></description>
			<content:encoded><![CDATA[<p>As I was updating to the latest WordPress <a href="http://wordpress.org/development/2009/11/wordpress-2-8-6-security-release/">(2.8.6)</a> I noticed that the <a href="http://blog.networksaremadeofstring.co.uk/about/namos/">About page</a> still showed my old setup.</p>
<p>I moved to a shiny &#8216;new build&#8217; flat a year or so ago and unfortunately my old Compaq 9000 Rack Cabinet wouldn&#8217;t have fitted up the stair case :/ so I bought a nice flat pack 28u Rack Cabinet and set about virtualising all my legacy stuff.</p>
<h2>VM Hosts</h2>
<p>Using the 2 S411 cases I already had I installed;<br />
2x ASUS P5B-VM<br />
2x Intel Core 2 Quad Q6600<br />
8x Corsair 4GB DDR2 800MHz/PC2-6400 XMS2<br />
2x Hiper 880W 85% Efficient PSU<br />
4x Adaptec 1430SA 4Port PCI Express SATA II RAID Card<br />
16x Western Digital Caviar Blue WD5000AAKS 500Gb SATA II Disk Drives<br />
2x Plexus MV 1200VA UPS</p>
<p>Because I wanted performance at cheaply as possible I had to use HyperV instead of ESXi because all the hardware I had chosen worked flawlessly in Windows Server 2008 but is obviously unsupported in ESXi.</p>
<p>I upgraded my workstation at the same time but that was basically the same other than the motherboard ( ASUS P5N-D ) and two XFX 9800GTX+ 765MHz Edition graphics cards.</p>
<p>I didn&#8217;t bother with any P2V stuff as the old VM&#8217;s / physicals were a mix of Windows Server 2003 and CentOS 5.2.</p>
<h2>Networks</h2>
<p>I&#8217;d recently moved to Be* Internet and had ordered 16 IP&#8217;s (to go with my /48 IPv6 subnet) I had to split the Network off using 2 physical firewalls (a Cisco Pix 501 and a Netscreen NS5GT). Eventually I&#8217;ll probably replace one of them with a Cisco ASA 5505 Security Pack to do the multiple subinterface VLAN stuff but at £600 still I can live without it!.</p>
<p>The 3Com SuperStack 3 4400 proved itself a good investment yet again allowing me to VLAN off the internet facing VM&#8217;s from my internal ones using HyperV&#8217;s VLAN tagging config.</p>
<p>The Cisco 2600 router coupled with a Windows 2008 VM sorted out the <a href="http://blog.networksaremadeofstring.co.uk/2008/11/03/namos-lan-native-ipv6-complete/">IPv6 Network</a> again.</p>
<p>All in all it was a pretty painless process and to the point of this post, pictures;<br />
<img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2009/11/NAMOS-v2-200x300.png" alt="NAMOS Rack Cabinet Version 2" title="NAMOS Rack Cabinet Version 2" width="200" height="300" class="aligncenter size-medium wp-image-543" /><br />
<img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2009/11/NAMOS-Desk-v2-300x200.png" alt="NAMOS-Desk-v2" title="NAMOS-Desk-v2" width="300" height="200" class="aligncenter size-medium wp-image-544" /><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/><br />
<br/></p>
<h2>The Old Kit</h2>
<p>All the old kit was either FreeCycled or otherwise donated to those who would benefit from DL380&#8242;s, switches, Fibre/Ethernet converters etc etc. </p>
<p>The saddest thing was smashing 5Tb of 300Gb / 250Gb / 160Gb / 80Gb / 40Gb disks into powder. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.networksaremadeofstring.co.uk/2009/11/24/namos-virtualised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Utilising Read Only Domain Controllers to Leverage Hosted Active Directory</title>
		<link>http://blog.networksaremadeofstring.co.uk/2009/08/20/utilising-read-only-domain-controllers-to-leverage-hosted-active-directory/</link>
		<comments>http://blog.networksaremadeofstring.co.uk/2009/08/20/utilising-read-only-domain-controllers-to-leverage-hosted-active-directory/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 19:57:57 +0000</pubDate>
		<dc:creator>Gareth Llewellyn</dc:creator>
				<category><![CDATA[Datacenter]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[Systems]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://blog.networksaremadeofstring.co.uk/?p=533</guid>
		<description><![CDATA[One of the common issues that appears when integrating a hybrid vision of Hosted Exchange with someones existing infrastructure (so not really Hosted Exchange at all!) is synchronising credentials between the Exchange Server and the local machines or for the more tech savvy the &#8216;hackiness&#8217; of having disparate forests. Cross Forest trusts are a possibility [...]]]></description>
			<content:encoded><![CDATA[<p>One of the common issues that appears when integrating a hybrid vision of Hosted Exchange with someones existing infrastructure <em>(so not really Hosted Exchange at all!)</em> is synchronising credentials between the Exchange Server and the local machines or for the more tech savvy the &#8216;hackiness&#8217; of having disparate forests. </p>
<p>Cross Forest trusts are a possibility and merging one with the other <em>(i.e having the Hosted Exchange solution bound to the existing domain)</em> is another but there are many issues with that <em>(mostly political)</em>. </p>
<p>What I intend to do is utilise the &#8216;Branch office&#8217; concept that Read Only Domain Controllers were designed for to mock up a solution for Hosting the entire AD infrastructure remotely and having R/O DC&#8217;s on the customer premises. </p>
<h2>What now?</h2>
<p>For no other reason than that of satisifying my curiosity I built an entire AD infrastructure hosted at the data center and then had a remote &#8216;office&#8217; running for a day without a local DC and then the following day with a Read Only Domain Controller sitting there. </p>
<p>There&#8217;s nothing new or crazy here other than maybe the fact that most people move bits of their AD infrastructure to the DC when its bandwidth requirements overwhelm their resources. What I&#8217;m playing with is the idea of having everything remote and only putting the stuff you need (NAS etc) in the office.</p>
<h2><strong>The Test</strong></h2>
<p>In the Red Corner we have a full Active Directory and Exchange infrastructure at the DC and then the &#8216;offices&#8217; were built using a few Terminal Services servers  running a respective amounts of users. The idea is to monitor traffic before dropping in a RO DC and then again afterwards. </p>
<h2><strong>The Infrastructure</strong></h2>
<h2>Hosted Infrastructure</h2>
<p><a href="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2008/08/hosted-infrastructure.png"><img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2008/08/hosted-infrastructure-101x300.png" alt="" title="hosted-infrastructure" width="101" height="300" class="alignnone size-medium wp-image-170" /></a> The Hosted infrastructure consists of a relatively standard Exchange 2007 deployment (if you follow the guidelines) visible to the world (selected ports only) is an Edge Transport server for handling the initial mail connections and the Client Access Server. Behind those is the Mailbox and Hub Transport (in reality these were on the same box but the diagram wasn&#8217;t as symmetrical then!).<br />
<br/><br />
The Domain controller is a special case because whilst we have no reason for the Internet at large to talk to it we need the read only Domain Controller at the client site to be able to communicate with it so an IPSEC LAN to LAN VPN was required.<br />
<br/><br/><br/><br/></p>
<h2><strong>The Results</strong></h2>
<p><br/></p>
<h2>AD Traffic From the TS to the Remote DC No Local DC</h2>
<p><a href="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2008/09/replication_traffic_no_local_dc.png"><img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2008/09/replication_traffic_no_local_dc.png" alt="" title="Active Directory Traffic From the TS to the Remote DC" width="500" height="166" class="aligncenter size-full wp-image-187" /></a><br />
<br/><br/></p>
<h2>AD Traffic to the Remote DC with Local RODC</h2>
<p><a href="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2008/09/replication_traffic_rodc.png"><img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2008/09/replication_traffic_rodc.png" alt="" title="Active Directory Traffic to the Remote DC with A Local RODC" width="500" height="166" class="aligncenter size-full wp-image-189" /></a><br />
<br/><br/><br/></p>
<h2>OWA Traffic During the Tests</h2>
<p><em>Scripted behavior &#8211; so it was the same(ish) on both days</em><br />
<a href="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2008/09/traffic-owa.png"><img src="http://blog.networksaremadeofstring.co.uk/wp-content/uploads/2008/09/traffic-owa.png" alt="" title="OWA Traffic" width="500" height="203" class="aligncenter size-full wp-image-195" /></a><br />
<br/><br/><br/></p>
<h2>Conclusion</h2>
<p>Well it did exactly what I expected it to do so nothing ground breaking there. It was interesting to see the spike just after I logged all the fake users off the Terminal Servers.</p>
<p>R/O DC&#8217;s were used because in an ideal world customers shouldn&#8217;t have write access to an AD infrastructure that a SysAdmin has an SLA to honor!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.networksaremadeofstring.co.uk/2009/08/20/utilising-read-only-domain-controllers-to-leverage-hosted-active-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

