How to get Juniper Network Connect working with Mac OS X 10.6 Snow Leopard
I’ve had issues getting Juniper’s Network Connect app to work on Snow Leopard. First up, it simply wouldn’t install at all, which was a bit of a problem.
Turns out you can download the dmg from the firewall through the url /dana-cached/nc/NetworkConnect.dmg – eg, if you’re connecting to example.com then the url will be https://example.com/dana-cached/nc/NetworkConnect.dmg (No, I’m not making that URL a hyperlink!)
Then, once it’s downloaded and installed you need to update the permissions on one directory and create another:
sudo chmod 755 /usr/local/juniper/nc/[version number]/
sudo mkdir ‘/Applications/Network Connect.app/Contents/Frameworks’
This worked for me using version 6.4.0 on Mac OS X 10.6.2
3 Comments

May 15th, 2010 at 8:16 am
Thanks for the link to the DMG. I actually didn’t need the other steps. Uusing 6.5.0 on OSX 10.6.3
June 22nd, 2010 at 1:06 pm
[...] solution found!! Text copied in case this link breaks: Turns out you can download the dmg from the firewall through the url [...]
July 11th, 2010 at 12:18 am
Thank you, that did the trick on 6.3.0 and OS X 10.6.4!