LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 08-22-2014, 07:45 AM   #1
IndigoPrime
LQ Newbie
 
Registered: Aug 2014
Posts: 3

Rep: Reputation: Disabled
Solaris 10 Sparc equivalent of Cisco AnyConnect


Hi!

I'm trying to connect to a corporate VPN from a Sparc machine with Solaris 10. I'd like to use the Cisco AnyConnect Secure Mobility Client because that's what I use when I connect from a Windows machine, and all it requires is my domain\username and password. But the AnyConnect client is not available for Solaris.

What I've done so far:

1. I tried the 'regular' Cisco VPN client (not AnyConnect), but it requires either a 'groupname/group password' or certificates - neither of which are available for my corporate VPN.

2. I looked at OpenVPN, but that appears to be a VPN server, whereas I need a VPN client.

3. I looked at OpenConnect, but I could not find a pre-built binary for Solaris Sparc, and I don't really want to try to build my own if possible.


Any/all suggestions welcome!
 
Old 08-22-2014, 08:30 AM   #2
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
You might ask your VPN team what they allow.

In my organization they only authorize certain MACs to connect so even if I have the CiscoAnyConnect on another devicces(say a personal laptop) it wouldn't work because the VPN policy doesn't recognize its MAC. I'm only allowed to connect using the company provided laptop.
 
Old 08-22-2014, 09:58 AM   #3
IndigoPrime
LQ Newbie
 
Registered: Aug 2014
Posts: 3

Original Poster
Rep: Reputation: Disabled
Hi MensaWater,

Thank you for your response. In my case, there is no MAC restriction. I think my problem is really about finding a Solaris VPN client that has behaviour similar to Cisco AnyConnect on Windows, i.e. a VPN client that allows me to connect with domain/username/password and not groupname/grouppwd.

Thanks again.
 
Old 08-22-2014, 05:15 PM   #4
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Your best bet is probably building openconnect from source.

Solaris is listed as supported, although SPARC is not mentioned.
http://www.polarhome.com:793/doc/ope...platforms.html

You would need the Tap driver too:
http://www.whiteboard.ne.jp/~admin2/tuntap/
 
Old 08-26-2014, 07:23 AM   #5
IndigoPrime
LQ Newbie
 
Registered: Aug 2014
Posts: 3

Original Poster
Rep: Reputation: Disabled
Thanks for your post jlliagre.

Even though I'm a software engineer with 15+ years experience, I don't have a lot of Unix knowledge and so as I feared, I almost immediately got bogged down with (to me) incomprehensible library dependency/version issues and compiler errors. After hours of googling and trying everything I could, I'm giving up.

Thanks again for your feedback.

FYI: I also posted this question over at 'The UNIX and Linux Forums':
http://www.unix.com/solaris/250389-s...nyconnect.html
Different suggestions there but still no solution unfortunately.
 
Old 08-26-2014, 07:52 AM   #6
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Porting opensource to other platforms is often a bear because you're using the native tools of the platform. Sometimes installing gcc+ then using that for your compiles of opensource source gives better results.
 
Old 08-26-2014, 06:07 PM   #7
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by IndigoPrime View Post
Different suggestions there but still no solution unfortunately.
I wrote building from source was your best bet, I should have mentioned it might not be an easy task ... In any case, I'm afraid all other approaches are doomed.
  • It seems no ready made package exists on the web.
  • AnyConnect doesn't support Solaris on SPARC.
  • The java version looks to be just an launcher.
Your only option is then to compile from source. You might try asking for help in the OpenConnect mailing list, see http://www.infradead.org/openconnect/mail.html
 
Old 01-27-2015, 03:47 PM   #8
dwmw2
LQ Newbie
 
Registered: Jan 2015
Posts: 1

Rep: Reputation: Disabled
Quote:
Originally Posted by IndigoPrime View Post
Hi!
3. I looked at OpenConnect, but I could not find a pre-built binary for Solaris Sparc, and I don't really want to try to build my own if possible.
Why would you not want to build your own? It should build fairly cleanly out of the box. I don't test on Solaris/SPARC but I do test on Solaris 10 and Solaris 11 on x86, and other big-endian platforms are also supported; there shouldn't be any endianness bugs.

Send email to the mailing list as others have suggested, if you have issues. You don't need to subscribe.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cisco anyConnect and Iptables mpapet Linux - Networking 1 01-31-2014 01:42 PM
Cisco AnyConnect / Open Connect TAP rubenscript Linux - Software 0 10-03-2012 03:20 AM
Where does the cisco anyconnect client load it's certificates? markraves Linux - Networking 2 02-07-2012 11:12 PM
how to setup Cisco AnyConnect with CentOS 6 32 bit rhbegin Linux - Networking 1 01-09-2012 04:34 PM
[SOLVED] Cisco Anyconnect 2.5.2019 metallica1973 Linux - Networking 1 04-26-2011 08:56 AM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 10:11 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration