cisco anyconnect VPN client installation??

Anyone had installed Cisco AnyConnect VPN client on RedHat5.3 EL or CentOS 5.3?

I tried on CentOS 5.3 but always getting host unreachable error. Same for windows xp works fine.

The error log reports:
Sep 1 19:14:03 localhost vpnagent[3917]: Function: tableCallbackHandler File: RouteMgr.cpp Line: 1657 Invoked Function: recv Return Code: 11 (0x0000000B) Description: unknown

& when tried vpnui it report
"No profile available for host & Unable to process response from host"

Any Idea whats going wrong?

be sure kernel(centos) and dependecy libs in centos support for vpn client or try if there is update your vpn client or try on redhat or fedora

do:

ls /opt/cisco/vpn/profile/

if no files
your firewall blocked port: 11999 ? or other defined.

I tried running the same without firewall running on my machine but still getting the same error. Even checked the library support seems Okey ..

One more I installed OpenConnect which support cisco ssl based connection. But that also failing ..

#openconnect -v --script ./vpnc-script.sh https://myvpn.com
getaddrinfo failed: Name or service not known
Failed to open HTTPS connection to https://myvpn.com

Any hint/idea of to resolve this.

Thanks...

---------- Post updated at 12:48 PM ---------- Previous update was at 12:05 PM ----------

the above issue got resolved by just upgrading openconnect

but still am doesn't make it to work still facing issues

openconnect -v --script /home/rakesh/DOWNLOADS/vpnc-script.sh https://myvpn..com
Attempting to connect to 120.198.24.1:443
Failed to connect to host myvpn.com
Failed to open HTTPS connection to myvpn.com
Failed to obtain WebVPN cookie

Any hint how to resolve this now

Thanks...