<?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>Take A Byte</title>
	<atom:link href="http://www.takeabyte.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.takeabyte.com.au</link>
	<description>Helping the IT Crowd</description>
	<lastBuildDate>Mon, 07 Feb 2011 09:43:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Deploy Windows 2008 using SCCM 2007 with static IP address</title>
		<link>http://www.takeabyte.com.au/2011/02/deploy-windows-2008-using-sccm-2007-with-static-ip-address/</link>
		<comments>http://www.takeabyte.com.au/2011/02/deploy-windows-2008-using-sccm-2007-with-static-ip-address/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 09:43:52 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[SCCM]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=329</guid>
		<description><![CDATA[System Center Configuration Manager 2007 (SCCM 2007) is a Microsoft management tool that allows you to deploy an operating system to a physical or virtual server in your enterprise. If you&#8217;re currently using SCCM then you will need to know all about it but if you want more information that you can visit the Microsoft&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>System Center Configuration Manager 2007 (SCCM 2007) is a Microsoft management tool that allows you to deploy an operating system to a physical or virtual server in your enterprise.  If you&#8217;re currently using SCCM then you will need to know all about it but if you want more information that you can visit the <a href="http://technet.microsoft.com/en-us/library/bb735860.aspx">Microsoft&#8217;s Configuration Manager site.</a>  The site pretty much covers everything you need to know about SCCM 2007.</p>
<p>Now the problem I discovered with deploying an OS using SCCM 2007, is that there are a few vital steps that must be performed if you do not have DHCP enabled in your environment.  What I found was that I was able to configure a static IP address when you boot using a SCCM created boot media.  This screen is shown below.</p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2011/02/sccm-2007-winpe-configure-ip.jpg"><img src="http://www.takeabyte.com.au/wp-content/uploads/2011/02/sccm-2007-winpe-configure-ip-450x350.jpg" alt="" title="SCCM 2007 Boot Media Configure IP Address" width="450" height="350" class="alignnone size-medium wp-image-330" /></a></p>
<p>However, once the image is applied and the computer reboots then the network settings are lost and the task sequence does not complete successfully.  After searching through the internet for answers, I found quite a few people with this issue.  Majority of the techs that came across this issue created custom scripts to prompt users or to capture the network settings during the WINPE phase.  Although this was a great idea I wasn&#8217;t totally convinced that this was the only answer so I searched some more.  What I found was that you can set Task Sequence Variables on a computer object residing in a collection in SCCM 2007.  To do this go to the computer object in a collection, right click and select <strong>Properties</strong>.   Then click on the <strong>Variables </strong>tab and shown below.</p>
<p><a href="http://www.takeabyte.com.au/wp-content/uploads/2011/02/sccm-2007-computer-object-properties.jpg"><img src="http://www.takeabyte.com.au/wp-content/uploads/2011/02/sccm-2007-computer-object-properties-450x367.jpg" alt="" title="SCCM 2007 Computer Object Properties" width="450" height="367" class="alignnone size-medium wp-image-331" /></a></p>
<p>Using the following Task Sequence Variables, you will be able to configure the network settings and these will be applied when using the &#8220;Apply Network Settings&#8221; Task Sequence action in your Task Sequence.</p>
<p>OSDAdapter0MacAddress = MAC Address of the NIC you want to configure<br />
OSDAdapterCount = How many NICS you want to configure (in this case just the 1)<br />
OSDAdapter0EnableDHCP = false (make sure this is false)<br />
OSDAdapter0IPAddressList = IP address<br />
OSDAdapter0Subnetmask = Subnet Mask<br />
OSDAdapter0Gateways = Gateway<br />
OSDAdapter0DNSServerList = DNS Servers (seperate using commas if you have more then 1)</p>
<p>This will only work if you prepopulate the computer object in SCCM.  It will not work when deploying to unknown computers.  In these cases a custom script will have to be used.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2011/02/deploy-windows-2008-using-sccm-2007-with-static-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WdsClient: An error occurred while obtaining an IP address from the DHCP server. Please check to ensure that there is an operational DHCP Server on this network segment.</title>
		<link>http://www.takeabyte.com.au/2009/07/wdsclient-an-error-occured-while-obtaining-an-ip-address-from-the-dhcp-server/</link>
		<comments>http://www.takeabyte.com.au/2009/07/wdsclient-an-error-occured-while-obtaining-an-ip-address-from-the-dhcp-server/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 10:33:01 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=320</guid>
		<description><![CDATA[If you get the error following error when you boot into WinPE using Windows Deployment Services (WDS). WdsClient: An error occurred while obtaining an IP address from the DHCP server. Please check to ensure that there is an operationgal DHCP Server on this network segment. To resolve this issue you will need to enable spanning-tree [...]]]></description>
			<content:encoded><![CDATA[<p>If you get the error following error when you boot into WinPE using Windows Deployment Services (WDS).  </p>
<p><em><strong>WdsClient: An error occurred while obtaining an IP address from the DHCP server. Please check to ensure that there is an operationgal DHCP Server on this network segment.</strong></em></p>
<p>To resolve this issue you will need to enable <strong>spanning-tree portfast</strong> on your switch.  To do so you can run the following commands on your cisco switch.</p>
<p>Switch1(config)#interface &#8220;interface name&#8221;<br />
Switch1(config)#spanning-tree portfast </p>
<p>To enable spanning-tree portfast on all interface use the following command</p>
<p>Switch1(config)#spanning-tree portfast default</p>
<p><strong>Note:  This will enable portfast by default on all interfaces.  You will have to disable portfast explicitly on switched ports eading to hubs, switches and bridges as they may create temporary bridging loops.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2009/07/wdsclient-an-error-occured-while-obtaining-an-ip-address-from-the-dhcp-server/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Adding drivers to wim file</title>
		<link>http://www.takeabyte.com.au/2009/07/adding-drivers-to-wim-file/</link>
		<comments>http://www.takeabyte.com.au/2009/07/adding-drivers-to-wim-file/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 10:43:15 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=314</guid>
		<description><![CDATA[If  you&#8217;re trying to set up a boot wim file for Windows Deployment Services or creating a WIN PE boot on a USB key then you may find that you will need to install the corrent NIC drivers for it to work. Here are some steps that you can follow if you need to inject [...]]]></description>
			<content:encoded><![CDATA[<p>If  you&#8217;re trying to set up a boot wim file for Windows Deployment Services or creating a WIN PE boot on a USB key then you may find that you will need to install the corrent NIC drivers for it to work.</p>
<p>Here are some steps that you can follow if you need to inject drivers to your wim file</p>
<p>1.  Install Microsoft Core XML Services (MSXML) 6.0, <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=993c0bcf-3bcf-4009-be21-27e85e1857b1&amp;displaylang=en">download link</a><br />
2.  Install Windows Automated Installation Kit (WAIK), <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=C7D4BC6D-15F3-4284-9123-679830D629F2&amp;displaylang=en">download link</a><br />
3.  Once you have installed Windows Automated Installation Kit, navigate to the C:\Program Files\Windows AIK\Tools\x86 folder, right-click wimfltr.inf and Select Install.<br />
4.  Create a folder D:\VistaMount<br />
5.  Run cmd &#8211; command line<br />
6.  cd C:\Program Files\Windows AIK\Tools\x86<br />
7. Mount wim file with the following command, <em><strong>imagex /mountrw &#8220;source location\wim file&#8221; 2 d:\vistamount</strong></em></p>
<p><strong>Note:  Make sure that you use the 2 in the command to specify the second image of the boot.wim file.  If you don&#8217;t, you may recieve problems with detecting the network drivers when booting into WinPE.  This is a known problem with the new HP DC7900 Desktops.</strong></p>
<p>8.  Download the drivers from the manufacturer and extract them to D:\drivers<br />
9.  Run cmd &#8211; command line<br />
10.   cd C:\Program Files\Windows AIK\Tools\PETools<br />
11.   <em><strong>peimg /inf=&#8221;driver source location\inf file&#8221; d:\vistamount</strong></em><br />
12.  unmount and save changes to wim file with following command, <em><strong>imagex /unmount /commit d:\vistamount</strong></em></p>
<p><strong>Note: Make sure you use the /commit parameter to ensure that changes are saved to the wim file.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2009/07/adding-drivers-to-wim-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Resize LUN error in Storevault Manager</title>
		<link>http://www.takeabyte.com.au/2009/07/resize-lun-error-in-storevault-manager/</link>
		<comments>http://www.takeabyte.com.au/2009/07/resize-lun-error-in-storevault-manager/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 12:22:37 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[NetApp]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=311</guid>
		<description><![CDATA[If you are trying to resize a LUN on your Netapp Filer and recieve the following error: error 28: insufficient space to grow this volume with its guarantee enabled Make sure that you have enough available space on the volume by running the df -h command. Once you have determined that you have enough space [...]]]></description>
			<content:encoded><![CDATA[<p>If you are trying to resize a LUN on your Netapp Filer and recieve the following error:</p>
<p><strong>error 28: insufficient space to grow this volume with its guarantee enabled</strong></p>
<p>Make sure that you have enough available space on the volume by running the <em><strong>df -h</strong></em> command.  Once you have determined that you have enough space to grow your LUN then you need to run the following command, <strong><em>vol options &#8216;LUN NAME&#8217;</em></strong>.</p>
<p>Have a look at the results and check to see if you can find <strong>guarantee=volume</strong>.  If you can then you will need to change this value to none by running this command <strong><em>vol options &#8216;LUN NAME&#8217; guarantee none</em></strong>.  Run the <em>vol options &#8216;LUN NAME&#8217;</em> again and now you will see <strong>guarantee=none</strong>, you can now resize the LUN in Storevault Manager.</p>
<p>Ensure that you change the setting back to gurantee=volume by running the following command <strong><em>vol options &#8216;LUN NAME&#8217; guarantee volume</em></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2009/07/resize-lun-error-in-storevault-manager/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The SQL server specified in SSIS service configuration is not present or is not available.</title>
		<link>http://www.takeabyte.com.au/2009/07/the-sql-server-specified-in-ssis-service-configuration-is-not-present-or-is-not-available/</link>
		<comments>http://www.takeabyte.com.au/2009/07/the-sql-server-specified-in-ssis-service-configuration-is-not-present-or-is-not-available/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 10:49:10 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=306</guid>
		<description><![CDATA[If your connected to SQL 2005 Integrated Services and you get the following error message when expanding MSDB TITLE: Microsoft SQL Server Management Studio &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&#38;LinkId=20476 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; ADDITIONAL INFORMATION: The SQL server specified in SSIS service configuration is not present or is not available. [...]]]></description>
			<content:encoded><![CDATA[<p>If your connected to SQL 2005 Integrated Services and you get the following error message when expanding MSDB</p>
<p>TITLE: Microsoft SQL Server Management Studio<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum)</p>
<p>For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&amp;LinkId=20476</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
ADDITIONAL INFORMATION:</p>
<p>The SQL server specified in SSIS service configuration is not present or is not available. This might occur when there is no default instance of SQL Server on the computer. For more information, see the topic &#8220;Configuring the Integration Services Service&#8221; in Server 2005 Books Online.</p>
<p>Login timeout expired<br />
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.<br />
Named Pipes Provider: Could not open a connection to SQL Server [2].  (MsDtsSrvr)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Login timeout expired<br />
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.<br />
Named Pipes Provider: Could not open a connection to SQL Server [2].  (Microsoft SQL Native Client)</p>
<p>Check the following,</p>
<ol>
<li>Launch SQL Server Configuration Manager</li>
<li>Check that the SQL Server Integrated Services is running and that the Log On As account is an Active Directory account with correct permissions.</li>
<li>Under SQL Server 2005 Network Configuration make sure Names Pipes is enabled for the SQL instance.</li>
</ol>
<p>If you have multiple instance then you may need to change the <strong>MsDtsSrvr.ini.xml </strong>to state the default instance.</p>
<p>The registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTS\ServiceConfigFile specifies the location and name for the configuration file that Integration Services service uses. The default value of the registry key is C:\Program Files\Microsoft SQL Server\90\DTS\Binn\ MsDtsSrvr.ini.xml. You can update the value of the registry key to use a different name and location for the configuration file.</p>
<p>In the configuration file, go to <ServerName>.</ServerName> and replace the . with ServerName\InstanceName</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2009/07/the-sql-server-specified-in-ssis-service-configuration-is-not-present-or-is-not-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Invalid Object Name when using sp_send_dbmail in SQL 2005</title>
		<link>http://www.takeabyte.com.au/2009/06/invalid-object-name-when-using-sp_send_db_mail-in-ql-2005/</link>
		<comments>http://www.takeabyte.com.au/2009/06/invalid-object-name-when-using-sp_send_db_mail-in-ql-2005/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 14:56:40 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=291</guid>
		<description><![CDATA[If you are trying to send a query result via email in SQL 2005 then you will need to use sp_send_dbmail procedure. As with other Database Stored Mail procedures, the sp_send_dbmail procedure lives in the msdb database. Therefore, you need to ensure that you are a member of the DatabaseMailUserRole in the msdb database. Now [...]]]></description>
			<content:encoded><![CDATA[<p>If you are trying to send a query result via email in SQL 2005 then you will need to use sp_send_dbmail procedure.  As with other Database Stored Mail procedures, the sp_send_dbmail procedure lives in the msdb database.  Therefore, you need to ensure that you are a member of the <strong><em>DatabaseMailUserRole</em></strong> in the msdb database.</p>
<p>Now secondly if you are using the <strong>@query</strong> parameter then you need to make sure that you specify the database where you would like the query to run.  You can do this by using the <strong>@execute_query_database</strong> parameter.  If you do not do this then you will receive an invalid object name error.</p>
<p><strong>Example:</strong></p>
<p>EXEC msdb.dbo.sp_send_dbmail<br />
  @recipients = &#8216;<em>youremail@domain.com</em>&#8216;,<br />
  @subject = &#8216;<em>Subject</em>&#8216;,<br />
  @profile_name = <em>&#8216;DBMail Profile Account Name</em>&#8216;,<br />
  @query = &#8216;<em>your query</em>&#8216;<br />
  @execute_query_database  = &#8216;<em>database you would like to query</em>&#8216;,<br />
  @body = &#8216;<em>your message here or you can leave out if you don&#8217;t want anything other then the query in the body</em>&#8216;,<br />
  @attach_query_result_as_file = <em>0 or 1</em>;</p>
<p>Another thing to remember is if you want the query result to be displayed in the body and not as a file attachement then make sure you use the @attach_query_result_as_file parameter and set the value to 0.  If you would like to send it as a file attachment then you will need to set the value as 1.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2009/06/invalid-object-name-when-using-sp_send_db_mail-in-ql-2005/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VSS API Error Description: VSS_E_PROVIDER_VETO when using SnapManager for Exchange</title>
		<link>http://www.takeabyte.com.au/2009/05/vss-api-error-description-vss_e_provider_veto-when-using-snapmanager-for-exchange/</link>
		<comments>http://www.takeabyte.com.au/2009/05/vss-api-error-description-vss_e_provider_veto-when-using-snapmanager-for-exchange/#comments</comments>
		<pubDate>Thu, 07 May 2009 13:27:09 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[NetApp]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=284</guid>
		<description><![CDATA[If your using NetApp SnapManager for Exchange Storevault Edition and you recieve the following error, *****BACKUP DETAIL SUMMARY***** Backup group set #1: Backup SG [First Storage Group] Error: VSS API Error Description: VSS_E_PROVIDER_VETO *****BACKUP RESULT SUMMARY***** Backup group set #1: Backup SG [First Storage Group]: Failed Backup failed. Error Code: 0×80042306 VSS API Error Description: [...]]]></description>
			<content:encoded><![CDATA[<p>If your using NetApp SnapManager for Exchange Storevault Edition and you recieve the following error,</p>
<p>*****BACKUP DETAIL SUMMARY*****</p>
<p>Backup group set #1:</p>
<p>Backup SG [First Storage Group] Error: VSS API Error Description: VSS_E_PROVIDER_VETO</p>
<p>*****BACKUP RESULT SUMMARY*****</p>
<p>Backup group set #1:</p>
<p>Backup SG [First Storage Group]: Failed</p>
<p>Backup failed.</p>
<p>Error Code: 0×80042306</p>
<p>VSS API Error Description: VSS_E_PROVIDER_VETO</p>
<p>You will need to make sure that you have enough space on the LUN that you are trying to back up.  Check your event log and see if you have an error from Snapdrive stating the following error &#8211; error code = 0x004032f,  Error description: No space left on device.  If so then you will need to do the following.</p>
<p>Telnet to you filer and run the following command  &gt;<strong> df -h</strong></p>
<p>This will give you a list of all your LUN&#8217;s and the amount of capicity you have left.  Look for the LUN that you&#8217;re trying to backup and see if the capacity is 100%.  If this is the case then you will need to autosize the LUN so that it can grow according to rate of change.  To do this run the following command &gt; <strong>vol autosize <em>&#8216;LUN name&#8217;</em> -m &#8216;(SIZE eg.40g)&#8217; -i  (SIZE eg.</strong><span id="comment-body-1771"><strong> 10g)</strong>.  The command -m sets the size limit and -i sets the growth increments.  So for example if you wanted to set your LUN to grow to 100GB in increments of 10GB then the following command would be &gt; <strong>vol autosize <em>&#8216;LUN name&#8217; </em>-m 100g -i 10g</strong></span></p>
<p><a href="http://communities.netapp.com/groups/chris-kranz-hardware-pro/blog/2009/03/05/fractional-reservation--lun-overwrite">Here is a good article on managing data growth on a LUN. </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2009/05/vss-api-error-description-vss_e_provider_veto-when-using-snapmanager-for-exchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Desktop Recovery shows up on desktop</title>
		<link>http://www.takeabyte.com.au/2009/05/active-desktop-recovery-shows-up-on-desktop/</link>
		<comments>http://www.takeabyte.com.au/2009/05/active-desktop-recovery-shows-up-on-desktop/#comments</comments>
		<pubDate>Wed, 06 May 2009 15:03:48 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=282</guid>
		<description><![CDATA[If your getting a white backgroud with the Active Desktop Recovey button being displayed on Windows XP, then do the following. Launch regedit Go to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\SafeMode\Components Change value of DeskHtmlVersion REG_DWORD 0&#215;00000110(272) to decimal 0 Close regedit and log off When you log back in the problem should be fixed]]></description>
			<content:encoded><![CDATA[<p>If your getting a white backgroud with the Active Desktop Recovey button being displayed on Windows XP, then do the following.</p>
<p>Launch regedit</p>
<p>Go to HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Desktop\SafeMode\Components</p>
<p>Change value of DeskHtmlVersion REG_DWORD 0&#215;00000110(272) to decimal 0</p>
<p>Close regedit and log off</p>
<p>When you log back in the problem should be fixed</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2009/05/active-desktop-recovery-shows-up-on-desktop/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Configure Internet Authentication Service with Checkpoint Firewall</title>
		<link>http://www.takeabyte.com.au/2009/03/configure-internet-authentication-service-with-checkpoint-firewall/</link>
		<comments>http://www.takeabyte.com.au/2009/03/configure-internet-authentication-service-with-checkpoint-firewall/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 17:08:41 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=241</guid>
		<description><![CDATA[This is a quick guide to setting up VPN access using Internet Authentication Service with a Checkpoint Firewall. Install Internet Authentication Service If you have not installed Internet Authentication Service (IAS)  then you will need to install it by going to Add and Remove Programs, Click on Add/Remove Windows Components &#8211; Networking Services &#8211; Details [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick guide to setting up VPN access using Internet Authentication Service with a Checkpoint Firewall.</p>
<p><strong>Install Internet Authentication Service</strong></p>
<p>If you have not installed Internet Authentication Service (IAS)  then you will need to install it by going to Add and Remove Programs, Click on Add/Remove Windows Components &#8211; Networking Services &#8211; Details &#8211; - Select Internet Authentication Service Then Click Next.</p>
<p>Once installed you will need to configure your Checkpoint Firewall and IAS.</p>
<p><strong>Configure the Checkpoint Firewall</strong></p>
<ol>
<li>Launch Checkpoint SmartDashboard.</li>
<li>Go to Network Objects &#8211; Select Nodes &#8211; Right Click select New Node then select HOST &#8211; Give it the name and IP address of your IAS Server and then Click OK</li>
<li>Go to Services &#8211; Click on UDP &#8211; Right Click and Select UDP &#8211; Give it a Name &#8216;RADIUS_IAS&#8217; &#8211; Add Comment &#8211; In Port Field type 1812 &#8211;  Click OK.</li>
<li>Create new Firewall traffic rule:                                                                                                                                                                                                                Source = Checkpoint Firewall                                                                                                                                                                                                              Destination = IAS Server (The Host that you created in step 1)                                                                                                                                                    Service = RADIUS_IAS (Service you created in Step 2)                                                                                                                                                                  Action = Accept                                                                                                                                                                                                                                              Comment = Radius authentication for VPN access</li>
<li>Go to Servers and OPSEC Application &#8211; Servers &#8211; RADIUS &#8211; Right Click and Select New RADIUS &#8211; Name = RADIUS_Srv &#8211; Host = Your IAS Server (The Host that you created in step 1) &#8211; Service = RADIUS_IAS (Service you created in Step 2) Shared Secret = Enter a password and make sure you remember this as you will need this later on. &#8211; Version = RADIUS Ver. 1.0 Compatible &#8211; Protocol = PAP &#8211; Priority = 1.</li>
</ol>
<p><strong>Configure Internet Authentication Service</strong></p>
<ol>
<li>Launch IAS</li>
<li>Right Click on RADIUS Clients and Slect New RADIUS Client then type in Friendly Name &#8216;Checkpoint&#8217; and in the Address type in IP of your Checkpoint Firewall.  Leave Client-Vendor as RADIUS Standard and in the Shared Secret type in the Shared secret that you chose earlier. Click Finish</li>
<li>Right Click on Remote Access Policies and Select New Remote Access Policy then click Next and type in the Policy Name &#8216;VPN Access&#8217; then Click Next.</li>
<li>Select VPN and then click Next</li>
<li>Click Add and Add the Active Directory Group that you have created for VPN Users</li>
<li>Leave Microsoft Encryption Authentication Version 2 (MS-CHAP) ticked and Click Next.</li>
<li>Only tick Strongest Encryption then click Next.</li>
<li>Click Finish.</li>
<li>Now double click on the Policy that you just created  &#8216;VPN Access&#8217;  and click on Edit Profile.</li>
<li>Now click on Authentication Tab, now untick Microsoft Encryption Authentication Version 2 (MS-CHAP) and tick Unencrypted authentication (PAP, SPAP) and click OK.</li>
<li>Now Right Click on Internet Authentication Service and Register Server in Active Directory</li>
<li>Right Click on Internet Authentication Service Start Service</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2009/03/configure-internet-authentication-service-with-checkpoint-firewall/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Internet Explorer settings and Flex Profile Kit</title>
		<link>http://www.takeabyte.com.au/2009/03/internet-explorer-settings-and-flex-profile-kit/</link>
		<comments>http://www.takeabyte.com.au/2009/03/internet-explorer-settings-and-flex-profile-kit/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 11:48:33 +0000</pubDate>
		<dc:creator>John Tran</dc:creator>
				<category><![CDATA[Citrix]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://www.takeabyte.com.au/?p=239</guid>
		<description><![CDATA[If you&#8217;re having problems retaining Internet Explorer settings or the runonce continously appears after a restart when using the Flex Profile Kit, you will need to make sure that you have the following reg hive HKCU\Software\Microsoft\Internet Explorer\Main is included in the Windows_and_IE.INI So it should look like this under # Generic IE Settings, HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer HKCU\Software\Microsoft\Internet [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re having problems retaining Internet Explorer settings or the runonce continously appears after a restart when using the Flex Profile Kit, you will need to make sure that you have the following reg hive <em>HKCU\Software\Microsoft\Internet Explorer\Main</em> is included in the <strong>Windows_and_IE.INI </strong></p>
<p>So it should look like this under # Generic IE Settings,</p>
<p>HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer<br />
<strong>HKCU\Software\Microsoft\Internet Explorer\Main</strong><br />
HKCU\Software\Microsoft\Internet Explorer\Desktop\Components<br />
HKCU\Software\Microsoft\Internet Explorer\IntelliForms<br />
HKCU\Software\Microsoft\Internet Explorer\TypedURLs<br />
HKCU\Software\Microsoft\Internet Explorer\New Windows<br />
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Zones<br />
HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings</p>
]]></content:encoded>
			<wfw:commentRss>http://www.takeabyte.com.au/2009/03/internet-explorer-settings-and-flex-profile-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

