<?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>Doug Jaworski &#187; Snow Leopard</title>
	<atom:link href="http://www.dougjaworski.com/blog/tag/snow-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dougjaworski.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 25 Jul 2010 17:03:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Network Connect with OS X 10.6 Snow Leopard</title>
		<link>http://www.dougjaworski.com/blog/network-connect-with-os-x-10-6-snow-leopard/</link>
		<comments>http://www.dougjaworski.com/blog/network-connect-with-os-x-10-6-snow-leopard/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 17:06:46 +0000</pubDate>
		<dc:creator>Doug</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.dougjaworski.com/blog/?p=168</guid>
		<description><![CDATA[I recently performed a clean install of OS X Snow Leopard on my PowerMac Pro and ran into issues when trying to connect to my companies SSL VPN. While there are numerous posts found on the web, none seem to pertain to a clean install of Snow Leopard. After debugging the issue furtherI found that [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dougjaworski.com/blog/wp-content/uploads/2009/12/nc1.jpg"><img class="alignleft size-full wp-image-175" title="nc" src="http://www.dougjaworski.com/blog/wp-content/uploads/2009/12/nc1.jpg" alt="" width="128" height="128" /></a>I recently performed a clean install of OS X Snow Leopard on my PowerMac Pro and ran into issues when trying to connect to my companies SSL VPN. While there are numerous posts found on the web, none seem to pertain to a clean install of Snow Leopard. After debugging the issue furtherI found that Network Connect was still having permission issues when trying to connect via the Network Connect client.</p>
<p><strong>Here is what I did to resolve the problem:</strong></p>
<p>Install <a href="http://www.dougjaworski.com/~doug/software/OSX/NetworkConnect6.1.dmg">NetworkConnect.dmg</a> with the version that your Juniper SSL VPN device supports. In my case, it was <a href="http://www.dougjaworski.com/~doug/software/OSX/NetworkConnect6.1.dmg">6.1</a></p>
<p>Open up Terminal and type the following commands followed by enter after each line. As you will be using sudo, you may be prompted for your password as well:</p>
<pre>sudo chmod 755 /usr/local/juniper/nc/6.1.0/
sudo mkdir '/Applications/Network Connect.app/Contents/Frameworks'</pre>
<p>I original found the above steps at various sites including the Juniper support forums but I was still running into permission issues. After digging further into the log files I found this and determined that there must be some sort of elevated root permission that needs to update some network settings that can only be done as a super user.</p>
<pre>ncproxyd[19016] ncproxyd.info ncproxyd exiting status 1 (ncproxyd.cpp:92)
ncproxyd[19054] ncproxyd.error Failed to gain root privileges: Operation not permitted</pre>
<p>To fix this you must modify the permissions of ncproxyd</p>
<pre>chmod 4711 /usr/local/juniper/nc/6.3.0/ncproxyd</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.dougjaworski.com/blog/network-connect-with-os-x-10-6-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
