<?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>Aaron Parker &#187; Remote Access</title>
	<atom:link href="http://blog.stealthpuppy.com/category/remote-access/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stealthpuppy.com</link>
	<description>on application delivery with application virtualization, server-based computing, desktop virtualization and more</description>
	<lastBuildDate>Fri, 18 May 2012 14:08:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Access Gateway Advanced and Outlook Web Access 2007</title>
		<link>http://blog.stealthpuppy.com/remote-access/access-gateway-advanced-and-outlook-web-access-2007/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/access-gateway-advanced-and-outlook-web-access-2007/#comments</comments>
		<pubDate>Wed, 09 May 2007 07:05:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>
		<category><![CDATA[Outlook-Web-Access]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/access-gateway-advanced-and-outlook-web-access-2007</guid>
		<description><![CDATA[If you are looking at implementing remote access to Outlook Web Access 2007 through Citrix Access Gateway Advanced you&#8217;ll find that things aren&#8217;t going to work as expect and currently this configuration is not supported by Citrix. After upgrading our &#8230; <a href="http://blog.stealthpuppy.com/remote-access/access-gateway-advanced-and-outlook-web-access-2007/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-advanced-and-outlook-web-access-2007/">Access Gateway Advanced and Outlook Web Access 2007</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>If you are looking at implementing remote access to Outlook Web Access 2007 through Citrix Access Gateway Advanced you&#8217;ll find that things aren&#8217;t going to work as expect and currently this configuration is not supported by Citrix.</p>
<p>After upgrading our internal Exchange organisation to Exchange Server 2007 (we have a single server implementation), I&#8217;ve found that Outlook Web Access no longer works through the Access Gateway Advanced Access Navigator interface. Instead of the user being presented with OWA they see this page:</p>
<p><img src="http://blog.stealthpuppy.com/wp-content/uploads/2007/05/1000141406aac-owa.gif" alt="1000141406aac-owa.gif" /></p>
<p>No amount of attempting to log into OWA through this interface will result in a successful login. Looking at a packet capture of the initial logon attempt the Access Gateway sends the initial GET request and the Exchange server responds with a 401 and sends back the authentication options as you can see here:</p>
<p><font face="courier new,courier">- HTTP: Response, HTTP/1.1, Status Code = 401<br />
ProtocolVersion: HTTP/1.1<br />
StatusCode: 401, Unauthorized<br />
Reason: Unauthorized<br />
ContentLength: 1656<br />
ContentType: text/html<br />
Server: Microsoft-IIS/6.0<br />
WWWAuthenticate: Negotiate<br />
WWWAuthenticate: NTLM<br />
WWWAuthenticate: Basic realm=&#8221;exchange.company.local&#8221;<br />
X-Powered-By: ASP.NET<br />
Date: Wed, 09 May 2007 05:10:18 GMT<br />
HeaderEnd: CRLF</font></p>
<p>One glaring issue with this response is that realm used for Basic authentication is the name of the server, not the domain name as specified in the IIS configuration, but I think that&#8217;s another issue. AAC does attempt NTLM authentication in the next packet &#8211; this is the GET request (I&#8217;ve truncated the Authorisation field):</p>
<p><font face="courier new,courier">- HTTP: Request, GET /owa<br />
Command: GET<br />
+ URI: /owa<br />
ProtocolVersion: HTTP/1.1<br />
Connection: Keep-Alive<br />
Via: 1.1 FW<br />
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-ms-application, application/vnd.ms-xpsdocument, application/xaml+xml, application/x-ms-xbap, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint<br />
Accept-Language: en-au<br />
Cookie: LPNAME=/CitrixLogonPoint/navui/;<br />
UA-CPU: x86<br />
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.04506; .NET CLR 1.1.4322; InfoPath.2)<br />
Host: exchange.company.local<br />
Cache-Control: no-cache<br />
Pragma: no-cache<br />
Authorization: Negotiate YIIKuAYGKwYBBQUCoIIKrDCCCqigJDAiBgkqhki..</font></p>
<p>The Exchange server again responds with HTTP 401 and this process then repeats for another round until the AAC gives up on authenticating and displays the page seen above. Unfortunately I can&#8217;t work out a reason for this behaviour and don&#8217;t have a solution, but it&#8217;s something you should be aware of before you start upgrading to Exchange Server 2007. Hopefully we&#8217;ll see a resolution from Citrix soon.</p>
<p><strong>UPDATE</strong>: I haven&#8217;t had an opportunity to test this out yet, but check out <a href="http://support.citrix.com/forums/thread.jspa?forumID=101&amp;threadID=88407">this thread at the Citrix Forums </a>for some information on getting the CAG and OWA 2007 working.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-advanced-and-outlook-web-access-2007/">Access Gateway Advanced and Outlook Web Access 2007</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/access-gateway-advanced-and-outlook-web-access-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adventures in Access Gateway 4.5 Upgrade</title>
		<link>http://blog.stealthpuppy.com/remote-access/adventures-in-access-gateway-45-upgrade/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/adventures-in-access-gateway-45-upgrade/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 11:25:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/adventures-in-access-gateway-45-upgrade</guid>
		<description><![CDATA[Upgrading our Access Gateway last night proved to be a bit of a challenge where perhaps it should not have been. The problem was not with the product, more due to the time between installs. Access Gateway is generally requires &#8230; <a href="http://blog.stealthpuppy.com/remote-access/adventures-in-access-gateway-45-upgrade/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/adventures-in-access-gateway-45-upgrade/">Adventures in Access Gateway 4.5 Upgrade</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Upgrading our Access Gateway last night proved to be a bit of a challenge where perhaps it should not have been. The problem was not with the product, more due to the time between installs. Access Gateway is generally requires little administration after deployment and it&#8217;s certainly not a product I get to work with every day. So what problems did I run into? Well, things that should have been quite obvious from the start, so here&#8217;s how I got there and fixed them and how I won&#8217;t make the same mistakes twice.</p>
<p>We run Access Gateway Advanced, so I needed to throw an <a href="http://support.citrix.com/article/CTX109104">Advanced Access Control upgrade</a> into the mix. Rather than migrate directly from version 4.2, I started with a fresh server and built a new configuration from scratch. I did this because I wanted to go through the whole process again to make sure there wasn&#8217;t a better way of doing things. When I built the new AAC server, I used Windows Server 2003 Service Pack 2 and SQL Server 2005 Express Service Pack 2 (we have a small implementation internally, so a single server makes sense for us). I was a little worried about this because both service packs are new and Citrix don&#8217;t appear to have official word on either service pack.</p>
<p>The first issue I ran into was a problem with the Access Gateway COM server after installation of Advanced Access Control. The following errors were reported when attempting to start the COM server:</p>
<blockquote><p>Event Type: Failure Audit<br />
Event Source: MSSQL$CITRIXAAC<br />
Event Category: (4)<br />
Event ID: 18456<br />
Date: 21/03/2007<br />
Time: 4:08:45 PM<br />
User: DOMAIN\serviceaccount<br />
Computer: SERVER<br />
Description:<br />
Login failed for user &#8216;DOMAIN\serviceaccount&#8217;. [CLIENT: &lt;local machine&gt;]<br />
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.<br />
Data:<br />
0000: 18 48 00 00 0e 00 00 00 .H&#8230;&#8230;<br />
0008: 13 00 00 00 43 00 4c 00 &#8230;.C.L.<br />
0010: 41 00 41 00 47 00 45 00 A.A.G.E.<br />
0018: 30 00 31 00 5c 00 43 00 0.1.\.C.<br />
0020: 49 00 54 00 52 00 49 00 I.T.R.I.<br />
0028: 58 00 41 00 41 00 43 00 X.A.A.C.<br />
0030: 00 00 07 00 00 00 6d 00 &#8230;&#8230;m.<br />
0038: 61 00 73 00 74 00 65 00 a.s.t.e.<br />
0040: 72 00 00 00 r&#8230;</p>
<hr />Event Type: Error<br />
Event Source: COM+<br />
Event Category: (98)<br />
Event ID: 4833<br />
Date: 21/03/2007<br />
Time: 3:37:57 PM<br />
User: N/A<br />
Computer: SERVER<br />
Description:<br />
The initialization of the COM+ surrogate failed &#8212; the CApplication object failed to initialize.{666F1874-46B6-4149-BD55-8C317FB73CC0}<br />
Server Application ID: {666F1874-46B6-4149-BD55-8C317FB73CC0}<br />
Server Application Instance ID:<br />
{0350A841-7287-44A2-A1A8-0E5161856650}<br />
Server Application Name: Access Gateway Server<br />
The serious nature of this error has caused the process to terminate.<br />
Error Code = 0&#215;80131600 :<br />
COM+ Services Internals Information:<br />
File: d:\nt\com\complus\src\comsvcs\srgtapi\csrgtserv.cpp, Line: 371<br />
Comsvcs.dll file version: ENU 2001.12.4720.3959 shp<br />
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.</p></blockquote>
<p>So this appeared to be an issue with the permissions on database access for the service account to SQL Server Express. No amount of adding or changing permissions helped so I rebuilt the box from scratch. Luckily I had <a href="http://www.stealthpuppy.com/blogs/travelling/archive/2007/03/23/unattended-citrix-advanced-access-control-part-1.aspx" class="broken_link">a scripted installation</a>, so this didn&#8217;t take long.</p>
<p>The second time around these errors were gone, however I found that when selecting SQL Server 2005 Express in the Server Configuration tool I was still having some database issues. I had installed SQL Server manually before the installation of AAC so I can only assume that was the cause. So instead of that I connected to the database instance just like it was full blown SQL Server and the Server Configuration tool completed successfully.</p>
<p>Now that I had AAC up and running, I configured a logon point, some resources and access policy and customised the awful, awful graphics Citrix have added to 4.5. Here&#8217;s what I whipped up:</p>
<p><img border="0" src="/images/cs/1000.14.1177.AccessGateway.gif" /></p>
<p>Far more appealing don&#8217;t you think? A little &#8216;Microsofty&#8217; I know, but much better. On graphics too, don&#8217;t forget that the Access Gateway only handles GIF files; don&#8217;t use PNGs like I did.</p>
<p>The upgrade of the Access Gateway appliance itself was very straightforward. I made a backup of the configuration and then uploaded the 4.5 upgrade. After a reboot, I uploaded the 4.5.1 hotfix and it looked good â€“ just as expected. I then connected the Access Gateway to my new AAC farm and then thought that all was well until I ran into the dreaded &#8216;<a href="http://www.google.com/search?hl=en&amp;rls=com.microsoft%3Aen-AU&amp;q=%22protocol+driver+error%22+site%3Asupport.citrix.com">Protocol Driver Error</a>&#8216;.</p>
<p>What I&#8217;d missed was adding the Secure Ticket Authorities to the Access Gateway properties (through Gateway Appliances properties / Secure Ticket Authority option). Something so simple that cost me about Â½ hour of my time chasing my tail. What have I learnt from this? 1. Blog about it so I won&#8217;t forget for next time and 2. Use a checklist when installing the Access Gateway.</p>
<p>Now all that I&#8217;m left with is a &#8217;500 Internal Server Error&#8217; when I restart the AAC services but that can wait for another time.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/adventures-in-access-gateway-45-upgrade/">Adventures in Access Gateway 4.5 Upgrade</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/adventures-in-access-gateway-45-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix Access Gateway and Scans for Domain Membership</title>
		<link>http://blog.stealthpuppy.com/remote-access/citrix-access-gateway-and-scans-for-domain-membership/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/citrix-access-gateway-and-scans-for-domain-membership/#comments</comments>
		<pubDate>Sun, 25 Mar 2007 07:23:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/citrix-access-gateway-and-scans-for-domain-membership</guid>
		<description><![CDATA[The Endpoint Analysis feature of Citrix Access Gateway Advanced allows you to scan the client machine for specific criteria before the user is allowed access to internal network resources. One of these scans is machine membership of your internal domain. &#8230; <a href="http://blog.stealthpuppy.com/remote-access/citrix-access-gateway-and-scans-for-domain-membership/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/citrix-access-gateway-and-scans-for-domain-membership/">Citrix Access Gateway and Scans for Domain Membership</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>The Endpoint Analysis feature of Citrix Access Gateway Advanced allows you to scan the client machine for specific criteria before the user is allowed access to internal network resources. One of these scans is machine membership of your internal domain. When configuring this scan you specify the NetBIOS name of your domain and apply this scan to a logon point or filter.</p>
<p>The problem with this scan is that it does not prove that the machine is actually a member of your internal domain; it only proves that it is a member of a domain that matches the NetBIOS name of your domain. I&#8217;ve actually tested this out by creating a domain (e.g. company.internal) on a test machine that matches the NetBIOS name (e.g. COMPANY) of our production network (e.g. company.local). Connecting to and logging into a logon point that requires membership of the domain (COMPANY), works from a client machine that is a member of any domain named COMPANY.</p>
<p>What this highlights is that scans should only be used to assist in confirming the configuration of a client machine. So what should you be implementing to make your Access Gateway access more secure?</p>
<ol>
<li>Use more scans to determine the configuration of your client machines. Surely the more scans the better? The more you know about the client machine the better position you are in about deciding what level of access the user should receive. Check out <a href="http://www.epafactory.com/" class="broken_link">epafactory.com</a> for more scans.</li>
<li>Use client certificates from an internal certificate authority to prove the identity of and authenticate a client machine.</li>
<li>Use multi-factor authentication (e.g. RSA SecurID, SafeWord RemoteAccess etc). This is more important than anything else, usernames and passwords alone <a href="http://www.stealthpuppy.com/blogs/travelling/archive/2006/10/24/Access-Gateway-vs-Secure-Gateway-and-a-case-of-mistaken-Identity.aspx" class="broken_link">aren&#8217;t enough for authenticating users</a>.</li>
</ol>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/citrix-access-gateway-and-scans-for-domain-membership/">Citrix Access Gateway and Scans for Domain Membership</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/citrix-access-gateway-and-scans-for-domain-membership/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the Citrix Web Interface Font Face</title>
		<link>http://blog.stealthpuppy.com/remote-access/changing-the-citrix-web-interface-font-face/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/changing-the-citrix-web-interface-font-face/#comments</comments>
		<pubDate>Wed, 21 Feb 2007 01:39:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Web-Interface]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/changing-the-citrix-web-interface-font-face</guid>
		<description><![CDATA[I&#8217;ve never previously had to change the font face in Web Interface, but I&#8217;ve had to it today for the first time ever. Now one would think that this would be in a custom style sheet, but the CSS is &#8230; <a href="http://blog.stealthpuppy.com/remote-access/changing-the-citrix-web-interface-font-face/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/changing-the-citrix-web-interface-font-face/">Changing the Citrix Web Interface Font Face</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve never previously had to change the font face in Web Interface, but I&#8217;ve had to it today for the first time ever. Now one would think that this would be in a custom style sheet, but the CSS is actually inline in the Web Interface web pages.</p>
<p>To change the font face you will need to edit one of the language files. In my case this was the English language file &#8211; <strong>common_strings.properties</strong>. At about line 374 you will find the following line which you modify to change the font:</p>
<p><span style="font-family: 'courier new', courier;">FontFace=Verdana, Arial, Helvetica, sans-serif</span></p>
<p>The default location for the language file for Web Interface 4.5 is <em>C:\Program Files\Citrix\Web Interface\4.5\languages</em>.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/changing-the-citrix-web-interface-font-face/">Changing the Citrix Web Interface Font Face</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/changing-the-citrix-web-interface-font-face/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Gateway vs. Secure Gateway Part 2: It&#8217;s In The Details</title>
		<link>http://blog.stealthpuppy.com/remote-access/access-gateway-vs-secure-gateway-part-2-it%e2%80%99s-in-the-details/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/access-gateway-vs-secure-gateway-part-2-it%e2%80%99s-in-the-details/#comments</comments>
		<pubDate>Thu, 07 Dec 2006 13:24:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>
		<category><![CDATA[Secure-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/access-gateway-vs-secure-gateway-part-2-it%e2%80%99s-in-the-details</guid>
		<description><![CDATA[In part 1 I discussed how I believe that proving identity should be your most important consideration when deciding to implement the Citrix Access Gateway or Secure Gateway for remote access. In this second part I want to discuss some &#8230; <a href="http://blog.stealthpuppy.com/remote-access/access-gateway-vs-secure-gateway-part-2-it%e2%80%99s-in-the-details/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-vs-secure-gateway-part-2-it%e2%80%99s-in-the-details/">Access Gateway vs. Secure Gateway Part 2: It&#8217;s In The Details</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>In <a href="http://www.stealthpuppy.com/blogs/travelling/archive/2006/10/24/Access-Gateway-vs-Secure-Gateway-and-a-case-of-mistaken-Identity.aspx" class="broken_link">part 1</a> I discussed how I believe that proving identity should be your most important consideration when deciding to implement the Citrix Access Gateway or Secure Gateway for remote access. In this second part I want to discuss some of the features of both the Access Gateway (CAG) and the Secure Gateway (CSG) and how they compare.</p>
<p><strong>Licensing</strong></p>
<p>One of the biggest differences between these two solutions is licensing. CSG comes as a part of Presentation Server and does not require any additional licensing. You will have to pay for a Windows Server license on which to run CSG however. The CAG, on the other hand, uses concurrent user licenses that are purchased separately to your Presentation Server licenses. You will also have to purchase the CAG hardware as the license agreement prohibits you from running the CAG software on any device not purchased from Citrix.</p>
<p><strong>Presentation Server Integration</strong></p>
<p>Strictly speaking, Presentation Server is not integrated into either the CAG or the CSG, though they do both provide an SSL relay function to Presentation Server. User interface access to published applications is provided via Web Interface (WI) or Advanced Access Control (AAC, a component of Access Gateway Advanced Edition). What the CAG has over the CSG is integration with AAC. AAC makes it simple to control what users can do in their ICA sessions and what applications are available externally. In this sense, it&#8217;s easier to manage application access via AAC than it is via CAG and WI or CSG and WI alone.</p>
<p><strong>Other Features </strong></p>
<p>This is where the similarities between the two gateway solutions end. Secure Gateway does not offer any of the advanced features of the Access Gateway such as:</p>
<ul>
<li>SSL: this is essentially a Winsock redirector client that&#8217;s improves on an L2TP/IPSec or PPTP VPN by not relying on routes and using SSL only;</li>
<li>Web Application Access: users can access internal web applications including integration with SharePoint Server;</li>
<li>Web-based File Share Access: users are able access internal file shares via a web browser with access to features such as uploading files control depending on the access scenario. Word, Excel, PowerPoint, Visio and PDF files can also be viewed directly in the browser without the requirement for local applications;</li>
<li>Web-based E-mail: provide users integrated access to Outlook Web Access or iNotes. Citrix also provides a custom interface which allows the administrator to define what users can do in their session such as downloading attachments.</li>
</ul>
<p><strong>Conclusion </strong></p>
<p>If you are looking to implement remote access with either of the Citrix offerings, don&#8217;t listen to the hype &#8211; choose the option that best fits. Before you choose the Access Gateway (and I&#8217;m sure you&#8217;ll be happy you did) answer the question of user identity first. I recommend starting <a href="http://www.citrix.com/English/ps2/products/feature.asp?contentID=26143">here</a> for information on the Access Gateway.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-vs-secure-gateway-part-2-it%e2%80%99s-in-the-details/">Access Gateway vs. Secure Gateway Part 2: It&#8217;s In The Details</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/access-gateway-vs-secure-gateway-part-2-it%e2%80%99s-in-the-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotfix 5 for Advanced Access Control 4.2</title>
		<link>http://blog.stealthpuppy.com/remote-access/hotfix-5-for-advanced-access-control-42/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/hotfix-5-for-advanced-access-control-42/#comments</comments>
		<pubDate>Thu, 23 Nov 2006 00:30:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/hotfix-5-for-advanced-access-control-42</guid>
		<description><![CDATA[Hotfix 5 (AAC420W005) is available for Advanced Access Control 4.2. The fix list is quite large â€“ 50 fixes are listed in the readme file. One of the most important updates that you will need to be aware of, are &#8230; <a href="http://blog.stealthpuppy.com/remote-access/hotfix-5-for-advanced-access-control-42/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/hotfix-5-for-advanced-access-control-42/">Hotfix 5 for Advanced Access Control 4.2</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://support.citrix.com/article/CTX110946">Hotfix 5 (AAC420W005)</a> is available for Advanced Access Control 4.2. The fix list is quite large â€“ 50 fixes are listed in the readme file. One of the most important updates that you will need to be aware of, are changes to the Endpoint Analysis scans. This means that scans that you have installed into AAC will require updating to work with the new hotfix. From the Citrix readme:</p>
<blockquote><p>When you apply this hotfix, existing custom scans (scans other than those provided by Citrix) stop working and you must recreate them.</p></blockquote>
<p>I found however, after installing the hotfix, I have had to reinstall all of the endpoint scans including the scans from Citrix. After installing the hotfix, the Access Suite Console reported the following error:</p>
<blockquote><p>This scan package contains a client downloadable component and is not compatible with Access Gateway 4.2 hotfix 5. Please contact your scan provider for an update.</p></blockquote>
<p>In the Access Suite console, the Endpoint Analysis scans groups and packages looked like this:</p>
<p><img border="1" src="/images/cs/1000.14.193.EndpointAnalysis.png" /></p>
<p>To fix this issue, you will have to remove the scan packages and scans from the tree, re-import the packages and recreate your scans â€“ not a small job. Removing and re-importing the scan packages is a straight-forward process however it could take you some time depending on your configuration:</p>
<ol>
<li>Remove any scans and rules created for endpoint analysis. This will require you to remove the scans from filters and logon points before deleting the scans and rules;</li>
<li>Uninstall each of the scan packages â€“ select the package and click &#8216;Uninstall scan package&#8217; from the task pane on the right. Unfortunately you will have to uninstall each scan package individually;</li>
<li>This should leave only the scan groups, you don&#8217;t have to recreate these. Re-import the scan packages from the file system. The default location will be: <em>C:\Program Files\Citrix\Access Gateway\Bin\EPAPackages. </em>This is a simple process â€“ select a scan group and click &#8216;Import scan package&#8217; from the pane on the right and browse to the EPAPackages folder. Select the applicable scan package and import. The scan packages are CAB files and the file names should make sense to you for import into the correct scan group.</li>
</ol>
<p>One other important note in the readme, is that you will have to remove and redeploy each of the logon points to each of your AAC servers, so backup your customisations first.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/hotfix-5-for-advanced-access-control-42/">Hotfix 5 for Advanced Access Control 4.2</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/hotfix-5-for-advanced-access-control-42/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Gateway and HTTP Error 500</title>
		<link>http://blog.stealthpuppy.com/remote-access/access-gateway-and-http-error-500/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/access-gateway-and-http-error-500/#comments</comments>
		<pubDate>Fri, 17 Nov 2006 00:51:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/access-gateway-and-http-error-500</guid>
		<description><![CDATA[We are testing a private hotfix from Citrix that addresses a HTTP Error 500 on the Access Gateway Advanced Edition 4.2. You may have seen this error in your Access Gateway implementations where access to a Logon Point on the &#8230; <a href="http://blog.stealthpuppy.com/remote-access/access-gateway-and-http-error-500/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-and-http-error-500/">Access Gateway and HTTP Error 500</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>We are testing a private hotfix from Citrix that addresses a HTTP Error 500 on the Access Gateway Advanced Edition 4.2. You may have seen this error in your Access Gateway implementations where access to a Logon Point on the Access Gateway produces the error and a reboot of the appliance temporarily fixes the issue. The hotfix brings the Access Gateway version to <strong>Access Gateway 4.2.3 Build 81.31; Build Date: 2006-11-03</strong>. I&#8217;m unsure if this hotfix is generally available, but if you are experiencing the issue give the good looking guys at Citrix Support a call to obtain a copy of the fix, or wait until a general hotfix is available from the Citrix support web site.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-and-http-error-500/">Access Gateway and HTTP Error 500</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/access-gateway-and-http-error-500/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Gateway vs. Secure Gateway Part 1: A Case of Mistaken Identity</title>
		<link>http://blog.stealthpuppy.com/remote-access/access-gateway-vs-secure-gateway-part-1-a-case-of-mistaken-identity/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/access-gateway-vs-secure-gateway-part-1-a-case-of-mistaken-identity/#comments</comments>
		<pubDate>Tue, 24 Oct 2006 12:29:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Secure-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/access-gateway-vs-secure-gateway-part-1-a-case-of-mistaken-identity</guid>
		<description><![CDATA[Before I go into what I actually want to talk about, here&#8217;s a high level overview of the differences (and similarities) between the Access Gateway and Secure Gateway: Feature Secure Gateway Access Gateway Now that we&#8217;ve got that out of &#8230; <a href="http://blog.stealthpuppy.com/remote-access/access-gateway-vs-secure-gateway-part-1-a-case-of-mistaken-identity/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-vs-secure-gateway-part-1-a-case-of-mistaken-identity/">Access Gateway vs. Secure Gateway Part 1: A Case of Mistaken Identity</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Before I go into what I actually want to talk about, here&#8217;s a high level overview of the differences (and similarities) between the Access Gateway and Secure Gateway:</p>
<table border="0" style="border-collapse: collapse">
<tr style="background: #4f81bd 0% 50%; height: 18px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<td style="padding-right: 7px; padding-left: 7px; border: #7ba0cd 1pt solid"><span style="color: white"><strong>Feature</strong></span></td>
<td style="border-right: #7ba0cd 1pt solid; padding-right: 7px; border-top: #7ba0cd 1pt solid; padding-left: 7px; border-left: medium none; border-bottom: #7ba0cd 1pt solid"><span style="color: white"><strong>Secure Gateway</strong></span></td>
<td style="border-right: #7ba0cd 1pt solid; padding-right: 7px; border-top: #7ba0cd 1pt solid; padding-left: 7px; border-left: medium none; border-bottom: #7ba0cd 1pt solid"><span style="color: white"><strong>Access Gateway</strong></span></td>
</tr>
</table>
<p>Now that we&#8217;ve got that out of the way &#8211; there&#8217;s a discussion I tend to have with sales or customers on a semi-regular basis that revolves around the idea that the Access Gateway is somehow more secure than the Secure Gateway â€“ &#8220;if we implement the Access Gateway our remote access will be secure&#8221;. I don&#8217;t really understand how this thinking came about, but it is probably rooted in the fact that the <a href="http://www.brianmadden.com/content/content.asp?ID=558">Access Gateway is an appliance</a> and Secure Gateway runs on a Windows Server. It also helps that the Access Gateway sells more licensing and sales loves anything that sells more licenses.</p>
<p>In some respects this thinking around security could be true, because the Access Gateway runs a cut-down Linux kernel and is pre-hardened for its&#8217; role as a remote access device and therefore should have a smaller attack surface than a Windows Server running Secure Gateway. Although any attack on the operating system would only occur via a vulnerability in the <a href="http://secunia.com/product/6168/">Access Gateway</a> or Secure Gateway/Web Interface code. However that&#8217;s not what an attacker is interested in. They&#8217;re interested in the soft and squishy inside of the corporate network and there are easier ways of getting in than compromising a box in the DMZ.</p>
<p>The decision on which Gateway product to implement should be solely based on feature set, but there is a far more important question that should be asked before your budget is committed to either: <em>How do we prove the users&#8217; identity?</em></p>
<p>By default the only method of authentication that the Access Gateway and Secure Gateway<sup>1</sup> offer is a combination of username and password. These alone cannot guarantee the identity of the user attempting to gain access. If username and password were compromised, how would the user know that they had been compromised and how could the administrator prove that the user accessing the system is the actual authorised person? As the administrator, we could attempt a couple of things:</p>
<ol>
<li>Implement a strong password policy in the organisation;</li>
<li>Restrict which machines users access the system from.</li>
</ol>
<p>Neither of these options will work, because the business generally requires that users have access from anywhere and as soon as we allow access from un-trusted or unmanaged machines (even users home machines), we have to contend with key loggers or shoulder surfing. Social engineering also provides an avenue for compromise â€“ users don&#8217;t understand the value in keeping usernames and passwords secure and we don&#8217;t do a very good job of helping them understand. Now what if authentication relied on something that the user could physically hold in their hand, something that helped to identify the user and something the user will see the value in protecting? If they lose the device, they lose access to the system. Adding two-factor authentication by implementing a one-time password (OTP) solution that uses physical tokens, allows us to do just that.</p>
<p>Out of the box, the Access Gateway and Secure Gateway/Web Interface support OTP solutions from RSA (<a href="http://www.rsasecurity.com/node.asp?id=1156">SecurID</a>) and Secure Computing (<a href="http://www.securecomputing.com/index.cfm?skey=21">SafeWord)</a>. The Access Gateway provides support for other solutions such as <a href="http://www.verisign.com/products-services/security-services/unified-authentication/index.html">VeriSign Unified Authentication</a> (VeriSign also provide integration into Web Interface) and <a href="http://www.swivelsecure.com/?page=principlesofpinsafe">Swivel PINSafe</a> (this solution uses your mobile phone as the token). These products are not limited to integrating with Citrix products, we can also use them to authenticate users in other scenarios such as IPSec VPNs or <a href="http://blog.stealthpuppy.com/isa-server/strengthening-owa-authentication-with-isa-2006-and-rsa-securid">Outlook Web Access</a>. I recommend that identity and authentication take a front seat when considering any of these scenarios.</p>
<p>Citrix provides some great solutions for remote access, however if we don&#8217;t implement a way to identify users using strong authentication, we&#8217;re also providing the bad guy a great solution for remote access too.</p>
<p><span style="font-size: 10pt"><sup>1</sup><font size="1">Web Interface is actually handling the authentication request in a Secure Gateway scenario.</font></span></p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-vs-secure-gateway-part-1-a-case-of-mistaken-identity/">Access Gateway vs. Secure Gateway Part 1: A Case of Mistaken Identity</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/access-gateway-vs-secure-gateway-part-1-a-case-of-mistaken-identity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Gateway 4.5 / Access Gateway Advanced 4.5 Released</title>
		<link>http://blog.stealthpuppy.com/remote-access/access-gateway-45-access-gateway-advanced-45-released/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/access-gateway-45-access-gateway-advanced-45-released/#comments</comments>
		<pubDate>Tue, 17 Oct 2006 23:45:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/access-gateway-45-access-gateway-advanced-45-released</guid>
		<description><![CDATA[According to Sam Johnston, Access Gateway and Access Gateway Advanced Edition (Access Gateway with Advanced Access Control) 4.5 have been released as of last Friday 13th October. Check out Sam&#8217;s post for an excellent description of what to expect of &#8230; <a href="http://blog.stealthpuppy.com/remote-access/access-gateway-45-access-gateway-advanced-45-released/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-45-access-gateway-advanced-45-released/">Access Gateway 4.5 / Access Gateway Advanced 4.5 Released</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 0cm 0cm 10pt"><font face="verdana,geneva">According to </font><a href="http://citrite.org/blogs/samj/2006/10/17/access-gateway-advanced-45-released/" class="broken_link"><u><font face="verdana,geneva">Sam Johnston</font></u></a><font face="verdana,geneva">, Access Gateway and Access Gateway Advanced Edition (Access Gateway with Advanced Access Control) 4.5 have been released as of last Friday 13<sup>th</sup> October. Check out Sam&#8217;s post for an excellent description of what to expect of the new version.</font></p>
<blockquote>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt"><font face="verdana,geneva">As many of you will by now know, Access Gateway and Access Gateway Advanced were released on Friday 13 October and can be downloaded from MyCitrix. Weâ€™ve set the Subscription Advantage date somewhat earlier than the release date (1 January 2006 if I recall correctly) which means that virtually everyone with an Access Gateway [Advanced] installation will be eligible to run this code. This is good because thereâ€™s a number of stability and scalability improvements that will be useful for all customers and it will allow us to focus our support resources on 4.5 (which is not to say that 4.2 will go unsupported, just that users will likely be encouraged to upgrade).</font></p>
</blockquote>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt"><font face="verdana,geneva">I donâ€™t know how I missed this one, I think itâ€™s been slipped in under the radar and I think Sam means 1 January 2007. I donâ€™t seem to have access to it from the MyCitrix web site, but I no longer have access to the beta. So I&#8217;m yet to see the final 4.5 code.</font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt"><font face="verdana,geneva">There are quite a few changes in this version of the product with one of the most interesting is the removal of Access Centres. This means that there is no longer any of the </font><a href="http://citrite.org/blogs/jeffreymuir/2006/10/16/sequoia-acquisition/" class="broken_link"><u><font color="#0000ff" face="verdana,geneva">Sequoia code</font></u></a><font face="verdana,geneva"> in the product. I would recommend </font><a href="http://support.citrix.com/article/CTX110409"><u><font face="verdana,geneva">migrating away from Access Centres</font></u></a><font face="verdana,geneva"> as soon as possible to the new Access Navigator interface.</font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt"><font face="verdana,geneva">Hereâ€™s a list of the feature changes in the Access Gateway and Advanced Access Control:</font></p>
<table class="MsoNormalTable" border="0" cellpadding="0">
<tr>
<td style="border: medium none #f0f0f0; padding: 0.75pt; background-color: transparent">
<table class="MsoTableMediumShading1Accent1" style="border: medium none ; border-collapse: collapse" border="1" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" style="border: 1pt solid #7ba0cd; padding: 0cm 5.4pt; background: #4f81bd none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; color: white; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Access Gateway 4.5, Standard Edition</font></span></strong></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Feature Name</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><font face="verdana,geneva"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'">Description</span></strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"></span></font></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Double-hop DMZ support</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Matches capability in Secure Gateway; supports ICA traffic only</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Licensing enhancements</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">License policy engine overhauled to fully enforce license file entitlements; license pooling revamped along with greater licensing visibility provided within Access Gateway Admin Console</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Portal page customization</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Appliance portal page graphics, style sheets, and content can be fully customized</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Inactivity timeouts</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Session, network inactivity, and system idle timeouts can be configured on a per-group basis</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Desktop sharing control</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">The ability to share desktops can be controlled on a per-group basis</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Kiosk mode control</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Kiosk mode is now disabled by default; can be controlled on a global basis</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Update serial console menu</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">New options for configuring appliance parameters directly from the serial port</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Authentication enhancements</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">New authentication support for Windows NT domains and RADIUS challenge-response; SafeWord authentication support overhauled</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Hosts file configuration</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">The appliance hosts file can be configured using the Access Gateway Admin Console</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Network resource enhancements</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Port ranges and the ICMP protocol can now be configured within a network resource</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Security enhancements</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Private key and digital certificate management overhauled</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">New cryptographic support</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">AES encryption now supported; cryptographic algorithm support can be controlled by the administrator</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Port 80 to 443 auto-redirection</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">HTTP requests to Access Gateway can be redirected to HTTPS over the specified SSL port</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Client-side proxy auto-detection</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Secure Access client can auto-detect the client-side proxy and uses those settings to connect through to Access Gateway</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Password label configuration</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">The labels used for the primary and secondary password fields can be configured</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Improved support for VoIP softphones</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Avaya, Nortel, and Cisco VoIP softphones have been tested</font></span></p>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="border: medium none #f0f0f0; padding: 0.75pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"></span></p>
</td>
</tr>
<tr>
<td style="border: medium none #f0f0f0; padding: 0.75pt; background-color: transparent">
<table class="MsoTableMediumShading1Accent1" style="border: medium none ; border-collapse: collapse" border="1" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" style="border: 1pt solid #7ba0cd; padding: 0cm 5.4pt; background: #4f81bd none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; color: white; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Access Gateway 4.5, Advanced Edition</font></span></strong></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Feature Name</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><font face="verdana,geneva"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'">Description</span></strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"></span></font></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Double-hop DMZ support</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Supports ICA and HTTP(s) traffic in double-hop configurations</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">New endpoint scans</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Scans for latest antivirus packages added; new server-side scans have been added to detect browser type and client operating system; new scans for Windows Security Center and bandwidth added </font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Web proxy enhancements</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">More granularity in determining when Web proxy is used</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Configuration Utility</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Easily backup and restore AAC farm configurations</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Session Monitoring Utility</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">New session monitoring utility introduced to track users accessing the SSL VPN</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Improved integration with Microsoft SharePoint</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background: #d3dfee none repeat scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Web proxy engine improved to handle more menu items; click-through for launching documents via Presentation Server enhanced</font></span></p>
</td>
</tr>
<tr>
<td style="border-style: none none solid solid; border-color: rgb(240, 240, 240) rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205); border-width: medium medium 1pt 1pt; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><strong><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Multiple Web Interface Support</font></span></strong></p>
</td>
<td style="border-style: none solid solid none; border-color: rgb(240, 240, 240) rgb(123, 160, 205) rgb(123, 160, 205) rgb(240, 240, 240); border-width: medium 1pt 1pt medium; padding: 0cm 5.4pt; background-color: transparent">
<p class="MsoNormal" style="margin: 0cm 0cm 0pt"><span style="font-size: 10pt; font-family: 'Times New Roman','serif'"><font face="verdana,geneva">Multiple Web Interfaces supported through the NavUI; fully supports credential caching like the Program Neighborhood CDA</font></span></p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt"><font face="verdana,geneva">I hope to have some more information about the new features in a future post.</font></p>
<p class="MsoNormal" style="margin: 0cm 0cm 10pt"><font face="Verdana"><font color="#ff0000">UPDATE</font>: Silly me, you need to <strong>fullfill</strong> your Access Gateway licenses to get access to the 4.5 downloads.</font></p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-45-access-gateway-advanced-45-released/">Access Gateway 4.5 / Access Gateway Advanced 4.5 Released</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/access-gateway-45-access-gateway-advanced-45-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Gateway Hangs When Changes Made to AAC Logon Point</title>
		<link>http://blog.stealthpuppy.com/remote-access/access-gateway-hangs-when-changes-made-to-aac-logon-point/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/access-gateway-hangs-when-changes-made-to-aac-logon-point/#comments</comments>
		<pubDate>Fri, 13 Oct 2006 01:46:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/access-gateway-hangs-when-changes-made-to-aac-logon-point</guid>
		<description><![CDATA[Citrix have a private hotfix to address issues with the Access Gateway 4.2.3 experiencing a hang when changes are made to a Logon Point in Advanced Access Control. If you are experiencing the issue, give the good looking guys at &#8230; <a href="http://blog.stealthpuppy.com/remote-access/access-gateway-hangs-when-changes-made-to-aac-logon-point/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-hangs-when-changes-made-to-aac-logon-point/">Access Gateway Hangs When Changes Made to AAC Logon Point</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Citrix have a private hotfix to address issues with the Access Gateway 4.2.3 experiencing a hang when changes are made to a Logon Point in Advanced Access Control. If you are experiencing the issue, give the good looking guys at Citrix Support a call. You will have to give them information about your setup and they should be able to give you the hotfix to test out. If you are experiencing the issue, why not share your experiences over at the <a href="http://www.brianmadden.com/forum/tm.aspx?m=50628">Brian Madden forums</a>.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-hangs-when-changes-made-to-aac-logon-point/">Access Gateway Hangs When Changes Made to AAC Logon Point</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/access-gateway-hangs-when-changes-made-to-aac-logon-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Add Office 2007 HTML Rendering Support in AAC</title>
		<link>http://blog.stealthpuppy.com/remote-access/how-to-add-office-2007-html-rendering-support-in-aac/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/how-to-add-office-2007-html-rendering-support-in-aac/#comments</comments>
		<pubDate>Fri, 29 Sep 2006 01:20:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/how-to-add-office-2007-html-rendering-support-in-aac</guid>
		<description><![CDATA[With the release of Office 2007 not that far away, the new Open XML file formats should be starting to make an appearance in enterprises. By installing the Microsoft Office applications on your Advanced Access Control server you can provide &#8230; <a href="http://blog.stealthpuppy.com/remote-access/how-to-add-office-2007-html-rendering-support-in-aac/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/how-to-add-office-2007-html-rendering-support-in-aac/">How To: Add Office 2007 HTML Rendering Support in AAC</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>With the release of Office 2007 not that far away, the new <a href="http://search.msdn.microsoft.com/search/Redirect.aspx?title=Introducing+the+Microsoft+Office+(2007)+Open+XML+File+Formats+&amp;url=http://msdn2.microsoft.com/en-us/library/ms406049.aspx">Open XML</a> file formats should be starting to make an appearance in enterprises. By installing the Microsoft Office applications on your Advanced Access Control server you can provide HTML rendering of Word, Excel and PowerPoint documents to your users (You can also provide access to Visio documents too, but I won&#8217;t cover that here). At this stage, this will only cover the current .DOC, .XLS and .PPT file types. By installing the Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats you can provide users with access to the new .DOCX, .XLSX and .PPTX. This is a simple process, here&#8217;s how to do it:</p>
<p>1. Download and install the <a href="http://www.microsoft.com/office/preview/beta/converter.mspx">Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats</a> on your Advanced Access Control servers (You will already be required Office 2003 or XP installed on the AAC server). In some larger deployments only specific AAC servers in the farm may provide the web rendering features, so that is where these updates should be made.</p>
<p>2. Next we need to add support to AAC for the new file types. The Citrix Knowledge Center site lists the following support article for adding new files type support to AAC.</p>
<ul>
<li><a href="http://support.citrix.com/article/CTX107543&amp;searchID=10651557">CTX107543 &#8211; Customizing HTML Preview in Advanced Access Control</a></li>
</ul>
<p>Because that document covers the process in detail, I&#8217;ll only list the registry changes required to add support for the new files types:</p>
<ul>
<li>Create the following registry key: <span style="font-size: 9pt; font-family: Courier New">HKEY_LOCAL_MACHINE\SOFTWARE\citrix\msam\activationservice\enginemanager\previewengine\caps</span></li>
<li>Under this new registry key create a new String Value named: <code>MSWordHandler</code></li>
<li>Add the following data to this value: <code>":.doc:.ans:.mcw:.rtf:.docx:</code></li>
<li>Restart the Citrix Activation Host and the Citrix Deployment Server services on the AAC server and you&#8217;re done.</li>
</ul>
<p>Here is the full list of values to add to this new key:</p>

<table id="wp-table-reloaded-id-13-no-1" class="wp-table-reloaded wp-table-reloaded-id-13">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">String Value</th><th class="column-2">Data</th>
	</tr>
</thead>
<tbody class="row-hover">
	<tr class="row-2 even">
		<td class="column-1">MSWordHandler</td><td class="column-2">":.doc:.ans:.mcw:.rtf:.docx:.docm:"</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">MSExcelHandler</td><td class="column-2">":.xls:.csv:.dbf:.dif:.slk:.wql:.xlt:.xlsx:.xlsm:"</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">MSPowerPntHandler</td><td class="column-2">":.ppt:.pot:.pps:.pptx:.pptm"</td>
	</tr>
</tbody>
</table>

<p>The .docm, .xlsm and .pptm are the new document types that include macros. If you feel that it could be a security risk for your organisation to allow macro support through the HTML rendering in AAC, do not add these file types.</p>
<p>Also of note is that the HTML rendering feature does not support text files by default. To add support for text files add &#8216;.txt:&#8217; (without quotes) to the MSWordHandler value.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/how-to-add-office-2007-html-rendering-support-in-aac/">How To: Add Office 2007 HTML Rendering Support in AAC</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/how-to-add-office-2007-html-rendering-support-in-aac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Gateway Traffic Flow Diagram</title>
		<link>http://blog.stealthpuppy.com/remote-access/access-gateway-traffic-flow-diagram/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/access-gateway-traffic-flow-diagram/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 08:22:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/access-gateway-traffic-flow-diagram</guid>
		<description><![CDATA[I&#8217;ve put together a diagram detailing the flow of IP traffic between the different components of an Access Gateway with Advanced Access Control implementation. This is designed to give everyone involved in implementation of the Access Gateway an understanding of &#8230; <a href="http://blog.stealthpuppy.com/remote-access/access-gateway-traffic-flow-diagram/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-traffic-flow-diagram/">Access Gateway Traffic Flow Diagram</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve put together a diagram detailing the flow of IP traffic between the different components of an Access Gateway with Advanced Access Control implementation. This is designed to give everyone involved in implementation of the Access Gateway an understanding of each component and the communication required between each host. This diagram details these components:</p>
<ul>
<li>Access Gateway with a single connected NIC in the Perimeter/DMZ network for relaying connections into the Internal network</li>
<li>Advanced Access Control in the Internal network to control access to internal resources. This could be multiple or a single AAC server</li>
<li>Applications published on a Presentation Server farm</li>
<li>Active Directory domain controllers for domain authentication</li>
<li>Strong authentication with a two-factor authentication solution</li>
<li>Internal DNS servers to allow the Access Gateway to resolve names for internal hosts</li>
<li>Certificate Revocation Lists (from internal or external CAs) to ensure all presented certificates are valid</li>
</ul>
<p>These components form the most basic requirements for an Access Gateway implementation. What is missing from the diagram, however, is an extra ports that would be required to be open for use with an SSL VPN connection. These will vary for each implementation depending on what resources users requires access to.</p>
<p>In this particular diagram the network consists of a single, tri-homed firewall with the Perimeter/DMZ network using private IP addresses that are routed to the internal network. This configuration will keep firewall rules as simple as possible.</p>
<p><a href="http://blog.stealthpuppy.com/wp-content/uploads/2010/02/AccessGatewayTrafficFlow.png"><img style="display: inline; border: 0px;" title="AccessGatewayTrafficFlow" src="http://blog.stealthpuppy.com/wp-content/uploads/2010/02/AccessGatewayTrafficFlow_thumb.png" alt="AccessGatewayTrafficFlow" width="660" height="370" border="0" /></a></p>
<p>(click for full size)</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-traffic-flow-diagram/">Access Gateway Traffic Flow Diagram</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/access-gateway-traffic-flow-diagram/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turning Off AutoComplete on a Logon Point</title>
		<link>http://blog.stealthpuppy.com/remote-access/turning-off-autocomplete-on-a-logon-point/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/turning-off-autocomplete-on-a-logon-point/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 23:26:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/turning-off-autocomplete-on-a-logon-point</guid>
		<description><![CDATA[I went looking for this last week and just couldn&#8217;t find it. Well Sam Johnston has let us know how it&#8217;s done. If you want to stop the browser from offering to save your username and password when logging into &#8230; <a href="http://blog.stealthpuppy.com/remote-access/turning-off-autocomplete-on-a-logon-point/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/turning-off-autocomplete-on-a-logon-point/">Turning Off AutoComplete on a Logon Point</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>I went looking for this last week and just couldn&#8217;t find it. Well Sam Johnston <a href="http://citrite.org/blogs/samj/2006/09/06/autocomplete-and-access-gateway/trackback/" class="broken_link">has let us know how it&#8217;s done</a>. If you want to stop the browser from offering to save your username and password when logging into the Access Gateway, follow these steps on your Advanced Access Control servers:</p>
<ol>
<li>Open BASEPAGE.ASPX in the target Logon Point: \INETPUB\WWWROOT\CitrixLogonPoint\&lt;LogonPoint&gt;\BASEPAGE.ASPX</li>
<li>At about line 61 you will find the following code: <font face="courier new,courier">&lt;form id=&#8221;pageForm&#8221; runat=&#8221;server&#8221;&gt;</font></li>
<li>Change this to: <font face="courier new,courier">&lt;form id=&#8221;pageForm&#8221; runat=&#8221;server&#8221; autocomplete=&#8221;off&#8221;&gt;</font></li>
<li>Save the changes and refresh the Logon Point in the Access Suite Console</li>
</ol>
<p>Apparently this change will make it into &#8220;future releases of the product&#8221; &#8211; it&#8217;s not in the current beta of AAC 4.5. It&#8217;s great that Citrix is making this change, but should this not have already been the default configuration?</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/turning-off-autocomplete-on-a-logon-point/">Turning Off AutoComplete on a Logon Point</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/turning-off-autocomplete-on-a-logon-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Gateway and Certificate Revocation Lists</title>
		<link>http://blog.stealthpuppy.com/remote-access/access-gateway-and-certificate-revocation-lists/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/access-gateway-and-certificate-revocation-lists/#comments</comments>
		<pubDate>Thu, 31 Aug 2006 05:27:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/access-gateway-and-certificate-revocation-lists</guid>
		<description><![CDATA[Citrite Sam Johnston has posted about Certificate Revocation List retrieval by the Access Gateway. I&#8217;ve not had this issue myself, but I&#8217;ll have to keep an eye out for it. The Citrix Access Gateway (CAG) has been known to have &#8230; <a href="http://blog.stealthpuppy.com/remote-access/access-gateway-and-certificate-revocation-lists/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-and-certificate-revocation-lists/">Access Gateway and Certificate Revocation Lists</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Citrite Sam Johnston has posted about Certificate Revocation List retrieval by the Access Gateway. I&#8217;ve not had this issue myself, but I&#8217;ll have to keep an eye out for it.</p>
<blockquote><p>The Citrix Access Gateway (CAG) has been known to have problems retrieving Certificate Revocation Lists (CRLs), which is an important stage in the SSL/TLS handshake (similar to having an accounts database but not checking the disabled flag). Currently the CAG only supports HTTP (LDAP is unsupported) but the built in user agent is fairly fussy about the server hosting the CRL. I had previously dealt with an issue where CRL retrieval would fail if the optional Content-Length HTTP header was not set (this was TT23747, which is set to appear in the next major release and which is available as a private from Citrix Technical Support in the mean time), and now a new one has been reported which relates to the HTTP version used. Specifically, the user agent is sending a GET request in HTTP/1.0 which lacks the HTTP Host: header. This is required for virtual hosting and is used by the web server to determine which content to serve. The fix is for us to send the Host: header and the workaround is to not require Host: headers in your web server configuration which may mean moving the CRL to the default site or dedicating an IP. This is being tracked as TT23822 and a private fix should be available soon.</p></blockquote>
<p><a href="http://citrite.org/blogs/samj/2006/08/15/access-gateway-and-certificate-revocation-lists-crls/" class="broken_link">Access Gateway and Certificate Revocation Lists</a></p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-and-certificate-revocation-lists/">Access Gateway and Certificate Revocation Lists</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/access-gateway-and-certificate-revocation-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customise Logon Point Source Files</title>
		<link>http://blog.stealthpuppy.com/remote-access/customise-logon-point-source-files/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/customise-logon-point-source-files/#comments</comments>
		<pubDate>Wed, 30 Aug 2006 00:02:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/customise-logon-point-source-files</guid>
		<description><![CDATA[Customising Logon points in Advanced Access Control is a fairly easy process. Customisation allows you to add a corporate look and feel to the user interface. However, removing and redeploying the Logon Point will remove all customisations &#8211; the Logon &#8230; <a href="http://blog.stealthpuppy.com/remote-access/customise-logon-point-source-files/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/customise-logon-point-source-files/">Customise Logon Point Source Files</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Customising Logon points in Advanced Access Control is a fairly easy process. Customisation allows you to add a corporate look and feel to the user interface. However, removing and redeploying the Logon Point will remove all customisations &#8211; the Logon Point is just a bunch of HTML and graphic files. Here&#8217;s how to customise the source files so that redeployed and new Logon Points will already have your customisations.</p>
<ol>
<li>Navigate to \Program Files\Citrix\Access Gateway\WebServicesCabContent.</li>
<li>Make a backup copy of LogonAgentApp.CAB &#8211; allow for roll back if anything fails.</li>
<li>Extract LogonAgentApp.CAB to a folder. For this example I&#8217;m using as C:\Temp\LogonAgentApp</li>
<li>Make all customisation to the Logon Point files. See <a href="http://support.citrix.com/article/CTX108617&amp;searchID=20966991">here</a> and <a href="http://www.jasonconger.com/ShowPost.aspx?strID=9efce8af-b7a3-4836-a0f5-cc6478909654" class="broken_link">here</a> for information on customising the Logon Point.</li>
<li>Download CABSDK.EXE from <a href="http://support.microsoft.com/kb/310618">Microsoft Cabinet Software Development Kit</a> (Surely there&#8217;s a better tool around..)</li>
<li>Extract CABSDK.EXE and copy the files from \BIN to C:\Temp.</li>
<li>Run the following command-line to pack the Logon Point source files back into a .CAB file: <font face="courier new,courier">CABARC.EXE -p -r -P Temp\ -P LogonAgentApp\ N LogonAgentApp.CAB LogonAgentApp\*.*</font></li>
<li>Copy the new .CAB file to \Program Files\Citrix\Access Gateway\WebServicesCabContent.</li>
<li>Deploy your Logon Points with customisations intact.</li>
</ol>
<p>The CABSDK is quite old but it does the trick. Documentation for CABARC.EXE in included in Word format in CABSDK.EXE. A breakdown of the command line is like this:</p>
<p>-p CABARC will preserve the paths names for each file within the .CAB file</p>
<p>-r CABARC will add all subfolders and files (recurse) to the .CAB file</p>
<p>-P This command is used to script the \Temp and \LogonAgentApp folders from the paths. Otherwise the .CAB file will list the files with an additional path</p>
<p>N This command tells CABARC to create a new .CAB file. In this instance LogonAgentApp.CAB</p>
<p class="important">NOTE: I doubt that this would be supported by Citrix, so make sure you keep a copy of the original .CAB file.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/customise-logon-point-source-files/">Customise Logon Point Source Files</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/customise-logon-point-source-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Gateway CITRIX_ADMIN_MONITOR.EXE and Proxy Servers</title>
		<link>http://blog.stealthpuppy.com/remote-access/access-gateway-citrix_admin_monitorexe-and-proxy-servers/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/access-gateway-citrix_admin_monitorexe-and-proxy-servers/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 23:57:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/access-gateway-citrix_admin_monitorexe-and-proxy-servers</guid>
		<description><![CDATA[If you run CITRIX_ADMIN_MONITOR.EXE and after you enter the username and password the Access Gateway does not display, this could be related to proxy settings in Internet Explorer. Even adding the address of the Access Gateway to the proxy bypass &#8230; <a href="http://blog.stealthpuppy.com/remote-access/access-gateway-citrix_admin_monitorexe-and-proxy-servers/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-citrix_admin_monitorexe-and-proxy-servers/">Access Gateway CITRIX_ADMIN_MONITOR.EXE and Proxy Servers</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>If you run CITRIX_ADMIN_MONITOR.EXE and after you enter the username and password the Access Gateway does not display, this could be related to proxy settings in Internet Explorer. Even adding the address of the Access Gateway to the proxy bypass list does not solve the issue. Disable proxy settings in Internet Explorer and the Access Gateway desktop displays immediately. In our case we have ISA Server 2004 as our firewall. ISA Server does not allow protocols other than HTTP to be tunnelled over SSL by default and if you check the log files you will see the connection being denied. So the solution here is to either, disable proxy settings when using CITRIX_ADMIN_MONITOR or enable port 9001 to be <a href="http://www.isaserver.org/articles/2004tunnelportrange.html">tunnelled over SSL</a>.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-citrix_admin_monitorexe-and-proxy-servers/">Access Gateway CITRIX_ADMIN_MONITOR.EXE and Proxy Servers</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/access-gateway-citrix_admin_monitorexe-and-proxy-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Gateway Advanced Edition Session Viewer</title>
		<link>http://blog.stealthpuppy.com/remote-access/access-gateway-advanced-edition-session-viewer/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/access-gateway-advanced-edition-session-viewer/#comments</comments>
		<pubDate>Mon, 28 Aug 2006 01:31:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/access-gateway-advanced-edition-session-viewer</guid>
		<description><![CDATA[Advanced Access Control 4.5 includes a session viewer to enable the administrator to view logged in sessions, either directly to Advanced Access Control or view the Acces Gateway (existing versions require you to connect to the Access Gateway desktop to &#8230; <a href="http://blog.stealthpuppy.com/remote-access/access-gateway-advanced-edition-session-viewer/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-advanced-edition-session-viewer/">Access Gateway Advanced Edition Session Viewer</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>Advanced Access Control 4.5 includes a session viewer to enable the administrator to view logged in sessions, either directly to Advanced Access Control or view the Acces Gateway (existing versions require you to connect to the Access Gateway desktop to view sessions). Click the link for a full view, note the copy button, this allows you to copy the details of the session to the clipboard.</p>
<p><a href="/images/cs/1000.14.62.SessionViewer.png">Access Gateway Advanced Edition Session Viewer</a></p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-advanced-edition-session-viewer/">Access Gateway Advanced Edition Session Viewer</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/access-gateway-advanced-edition-session-viewer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduling Reboots for the Access Gateway</title>
		<link>http://blog.stealthpuppy.com/remote-access/scheduling-reboots-for-the-access-gateway/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/scheduling-reboots-for-the-access-gateway/#comments</comments>
		<pubDate>Fri, 25 Aug 2006 14:01:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/scheduling-reboots-for-the-access-gateway</guid>
		<description><![CDATA[Martijn Kools has very kindly let me repost his instructions for enabling SSH on the Access Gateway and scheduling a reboot. WARNING: This is a totally unsupported method for enabling SSH. Be sure to have a backup of the config &#8230; <a href="http://blog.stealthpuppy.com/remote-access/scheduling-reboots-for-the-access-gateway/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/scheduling-reboots-for-the-access-gateway/">Scheduling Reboots for the Access Gateway</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.brianmadden.com/forum/showProfile.aspx?memid=2688" target="_blank">Martijn Kools</a> has very kindly let me repost his instructions for enabling SSH on the Access Gateway and scheduling a reboot. WARNING: This is a totally unsupported method for enabling SSH. Be sure to have a backup of the config of the AG and access to the Access Gatway CD to be able to perform a reinstall if required.</p>
<ol>
<li>Download a Linux Live CD such as <a href="http://www.ubuntu.com/download" target="_blank">Ubuntu </a>or <a href="http://www.knopper.net/knoppix/index-en.html" target="_blank">Knoppix</a>. These instructions are based on Ubuntu.</li>
<li>Boot the Access Gateway from the CD and choose the Safe VGA option.</li>
<li>Once the machine has booted into the environment, open a Terminal window and enter a password for root:</li>
</ol>
<p><font face="courier new,courier">sudo password root</font></p>
<ol>
<li>Now sudo to give yourself root access</li>
</ol>
<p><font face="courier new,courier">su</font></p>
<ol>
<li>Create a directory in which to mount the Access Gateway filesystem:</li>
</ol>
<p><font face="courier new,courier">mkdir /cag</font></p>
<ol>
<li>Mount the filesystem. If this is successful you should be able to list the contents of the appliances&#8217; filesystem:</li>
</ol>
<p><font face="courier new,courier">mount /dev/sda1 /cag</font></p>
<ol>
<li>To make changes to the system we need to change the root to /cag via:</li>
</ol>
<p><font face="courier new,courier">chroot /cag</font></p>
<ol>
<li>Run <font face="courier new,courier">setup</font> and change the firewall settings from &#8216;high&#8217; to &#8216;disabled&#8217;.</li>
<li>Go to system services, deselect &#8216;iptables&#8217;, make sure sshd and xinetd are selected, and press quit to save changes.</li>
<li>Now run the SSH daemon to generate the key pairs:</li>
</ol>
<p><font face="courier new,courier">/etc/init.d/sshd</font></p>
<ol>
<li>Exit the chroot environment and then unmount the CAG file system:</li>
</ol>
<p><font face="courier new,courier">umount /cag</font></p>
<ol>
<li>Reboot the Access Gateway and use <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html" target="_blank">PuTTY</a> to log into the applicance via SSH.</li>
</ol>
<p>Now that SSH is enabled, we can schedule a reboot of the Access Gateway.</p>
<ol>
<li>SSH into the Access Gateway enable a cron job via crontab</li>
</ol>
<p><font face="courier new,courier">crontab -e</font></p>
<ol>
<li>This will open the crontab file in vi. Insert a line by pressing &#8216;i&#8217;.</li>
<li>Enable a reboot by entering the following:</li>
</ol>
<p><font face="courier new,courier">0&lt;tab&gt;0&lt;tab&gt;*&lt;tab&gt;*&lt;tab&gt;*&lt;tab&gt;reboot</font></p>
<p>The first 0 displays the minute the command is being executed (0-59), the second 0 is the hour the command is executed (0-23), the first * is the day of the month (1-31), the second * is the month (1-12), the third * is the day of the week (0-6, sunday=0). So in this case the Access Gateway will reboot at 2am everyday.</p>
<ol>
<li>Press Esc to leave insert mode and then :wq and Enter to save the changes and quit.</li>
</ol>
<p>Citrix have a hotfix available to enable SSH which should be supported. I will post more information once I can get a hold of this hotfix.</p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/scheduling-reboots-for-the-access-gateway/">Scheduling Reboots for the Access Gateway</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/scheduling-reboots-for-the-access-gateway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Access Gateway 4.2.3 Includes Network Speed Setting</title>
		<link>http://blog.stealthpuppy.com/remote-access/access-gateway-423-includes-network-speed-setting/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/access-gateway-423-includes-network-speed-setting/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 06:56:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/access-gateway-423-includes-network-speed-setting</guid>
		<description><![CDATA[The Access Gateway 4.2.3 hotfix includes the ability to set the speed of the network connection, a feature that is not mentioned in the readme. For the last AG installation I did the customer wanted to hard set speed and &#8230; <a href="http://blog.stealthpuppy.com/remote-access/access-gateway-423-includes-network-speed-setting/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-423-includes-network-speed-setting/">Access Gateway 4.2.3 Includes Network Speed Setting</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://support.citrix.com/article/CTX108902">Access Gateway 4.2.3</a> hotfix includes the ability to set the speed of the network connection, a feature that is not mentioned in the readme. For the last AG installation I did the customer wanted to hard set speed and duplex settings, well now they can.</p>
<p><img border="1" width="447" src="/images/cs/1000.14.26.AccessGateway.png" height="269" style="width: 447px; height: 269px" /></p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/access-gateway-423-includes-network-speed-setting/">Access Gateway 4.2.3 Includes Network Speed Setting</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/access-gateway-423-includes-network-speed-setting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Citrix Access Gateway 4.5 Beta</title>
		<link>http://blog.stealthpuppy.com/remote-access/citrix-access-gateway-45-beta/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/citrix-access-gateway-45-beta/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 06:55:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/citrix-access-gateway-45-beta</guid>
		<description><![CDATA[We&#8217;ve been accepted into the Citrix Access Gateway 4.5, Standard and Advanced Editions Beta Program. No word on a NDA yet, but hopefully I might get a chance to post some details. Congratulations! You are participating in the Citrix Access &#8230; <a href="http://blog.stealthpuppy.com/remote-access/citrix-access-gateway-45-beta/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/citrix-access-gateway-45-beta/">Citrix Access Gateway 4.5 Beta</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been accepted into the Citrix Access Gateway 4.5, Standard and Advanced Editions Beta Program. No word on a NDA yet, but hopefully I might get a chance to post some details.</p>
<blockquote><p>Congratulations! You are participating in the Citrix Access Gateway 4.5, Standard and Advanced Editions Beta Program.  The Access Gateway product team is delighted that you agreed to be a beta tester.  We genuinely look forward to working with you on this important project!</p>
<p>The Access Gateway product team considers our beta program to be the cornerstone of our testing process and key to the success and evolution of our Access Gateway product line.  Furthermore, the program provides our customers and partners with the opportunity to preview the new capabilities in Access Gateway Standard and Advanced Editions.  During this program, you can install and test these new capabilities within your own test environment.</p>
<p>During the beta testing process, please provide us with periodic feedback about the beta software.  The feedback we receive from you helps us to serve you better and continue to provide you with world-class products that solve all of your access needs.  Our commitment to you is to diligently respond to your questions and support you in your beta test effort.  In return, we might want to ask you some questions and have you share your feedback on this release.</p></blockquote>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/citrix-access-gateway-45-beta/">Citrix Access Gateway 4.5 Beta</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/citrix-access-gateway-45-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checklist: Access Gateway with Advanced Access Control</title>
		<link>http://blog.stealthpuppy.com/remote-access/checklist-access-gateway-with-advanced-access-control/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/checklist-access-gateway-with-advanced-access-control/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 06:54:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/checklist-access-gateway-with-advanced-access-control</guid>
		<description><![CDATA[After doing a few implementations of the Citrix Access Gateway with Advanced Access Control solution for remote access, I&#8217;ve found that successful implementations require some coordination to be implemented within a reasonable timeframe. This is especially challenging in large environment &#8230; <a href="http://blog.stealthpuppy.com/remote-access/checklist-access-gateway-with-advanced-access-control/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/checklist-access-gateway-with-advanced-access-control/">Checklist: Access Gateway with Advanced Access Control</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>After doing a few implementations of the Citrix Access Gateway with Advanced Access Control solution for remote access, I&#8217;ve found that successful implementations require some coordination to be implemented within a reasonable timeframe. This is especially challenging in large environment where things tend to move slowly. A checklist with prerequisites goes a long way to help, so hereâ€™s one I prepared earlier in PDF format:</p>
<p><a href="http://www.trustedaccess.info/files/folders/cag/entry30.aspx" target="_blank" class="broken_link">Access Gateway/Advanced Access Control Implementation Prerequisites</a></p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/checklist-access-gateway-with-advanced-access-control/">Checklist: Access Gateway with Advanced Access Control</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/checklist-access-gateway-with-advanced-access-control/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrate a certificate from Secure Gateway to Access Gateway</title>
		<link>http://blog.stealthpuppy.com/remote-access/migrate-a-certificate-from-secure-gateway-to-access-gateway/</link>
		<comments>http://blog.stealthpuppy.com/remote-access/migrate-a-certificate-from-secure-gateway-to-access-gateway/#comments</comments>
		<pubDate>Mon, 21 Aug 2006 06:44:00 +0000</pubDate>
		<dc:creator>Aaron Parker</dc:creator>
				<category><![CDATA[Remote Access]]></category>
		<category><![CDATA[Access-Gateway]]></category>
		<category><![CDATA[Secure-Gateway]]></category>

		<guid isPermaLink="false">http://blog.stealthpuppy.com/uncategorized/migrate-a-certificate-from-secure-gateway-to-access-gateway</guid>
		<description><![CDATA[This is listed in the Access Gateway Administrators document, but it&#8217;s buried deep, so here&#8217;s my own version. Many implementations of the Citrix Access Gateway appliance will be replacing existing installations of Citrix Secure Gateway usually running on a Windows &#8230; <a href="http://blog.stealthpuppy.com/remote-access/migrate-a-certificate-from-secure-gateway-to-access-gateway/">Continue reading <span class="meta-nav">&#8594;</span></a><p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/migrate-a-certificate-from-secure-gateway-to-access-gateway/">Migrate a certificate from Secure Gateway to Access Gateway</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></description>
			<content:encoded><![CDATA[<p>This is listed in the <a href="http://support.citrix.com/article/CTX107804">Access Gateway Administrators document</a>, but it&#8217;s buried deep, so here&#8217;s my own version.</p>
<p>Many implementations of the Citrix Access Gateway appliance will be replacing existing installations of Citrix Secure Gateway usually running on a Windows server. To migrate the certificate from Windows to the appliance follow these steps:</p>
<ol>
<li>Download the Win32 version of OpenSSL from <a href="http://gnuwin32.sourceforge.net/packages/openssl.htm">SourceForge</a></li>
<li>Extract the package to a folder e.g. C:\OPENSSL</li>
<li>Export the certificate including the private key from the Windows server in PKCS12 format. This will require creating a password to protect the private key</li>
<li>Convert the certifcate to PEM format using OpenSLL with the following command:<font face="Courier New" size="2">c:\openssl\bin\openssl pkcs12 -in &lt;EXPORTED-CERTIFICATE&gt;.pfx -out &lt;NEWFORMAT-CERTIFICATE&gt;.pem -nodes</font></li>
<li>You will be prompted for the password for the certificate</li>
<li>Enter the password and the certificate will be converted to PEM format</li>
<li>Upload the certificate to the Access Gateway</li>
</ol>
<p>Either delete both certificate files or keep them in a secure location.</p>
<p>Also see the following Citrix article on this process:</p>
<p><a href="http://support.citrix.com/article/entry.jspa?entryID=6147" class="broken_link">Convert PFX Certificate to PEM Format for Use with Citrix Access Gateway</a></p>
<p><div style="padding: 5px 5px 5px 5px; border: 1px solid #cccccc; color: #303030; background-color: #f4f4f4;"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img alt="Creative Commons License" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" style="float:left;margin-right:5px;border:0px;" /></a><a href="http://blog.stealthpuppy.com/remote-access/migrate-a-certificate-from-secure-gateway-to-access-gateway/">Migrate a certificate from Secure Gateway to Access Gateway</a>  is post from <a href="http://blog.stealthpuppy.com/">stealthpuppy.com</a>.  Except as noted otherwise, this work is &copy; 2005-2012 Aaron Parker and is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stealthpuppy.com/remote-access/migrate-a-certificate-from-secure-gateway-to-access-gateway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

