cisco anyconnect VPN client installation??
Rakesh,
Can you provide the output of "uname -a"? Cesar On 09/01/2010 11:10 PM, rakesh zingade wrote: Anyone had installed Cisco AnyConnect VPN client on RedHat5.3 EL? I tried 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? Thanks and Regards... -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
cisco anyconnect VPN client installation??
# uname -a
Linux localhost 2.6.18-128.el5 #1 SMP Wed Dec 17 11:42:39 EST 2008 i686 i686 i386 GNU/Linux On Thu, Sep 2, 2010 at 12:00 PM, Cesar Covarrubias <cesar@uci.edu> wrote: > Rakesh, > > Can you provide the output of "uname -a"? > > Cesar > > > On 09/01/2010 11:10 PM, rakesh zingade wrote: > >> Anyone had installed Cisco AnyConnect VPN client on RedHat5.3 EL? >> >> I tried 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? >> >> Thanks and Regards... >> >> > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > -- Rakesh P. Zingade +919420626099 -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
cisco anyconnect VPN client installation??
Rakesh,
My understanding is that the AnyConnect clients don't work on systems running the SMP kernels. Very Respectfully, Cesar Covarrubias On 09/01/2010 11:56 PM, rakesh zingade wrote: # uname -a Linux localhost 2.6.18-128.el5 #1 SMP Wed Dec 17 11:42:39 EST 2008 i686 i686 i386 GNU/Linux On Thu, Sep 2, 2010 at 12:00 PM, Cesar Covarrubias<cesar@uci.edu> wrote: Rakesh, Can you provide the output of "uname -a"? Cesar On 09/01/2010 11:10 PM, rakesh zingade wrote: Anyone had installed Cisco AnyConnect VPN client on RedHat5.3 EL? I tried 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? Thanks and Regards... -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
cisco anyconnect VPN client installation??
On 09/02/2010 10:04 PM, Cesar Covarrubias wrote:
My understanding is that the AnyConnect clients don't work on systems running the SMP kernels. Rakesh, you might want to try "openconnect" and "vpnc-script" packages then. Just run it in a terminal and it works flawlessly for me on Fedora! # openconnect -v --script /etc/vpnc/vpnc-script vpn.example.com -- Regards, Vimal Kumar K | vimalZworld.com * technomenace.com * twitter.com/vimal7370 | | E: vimal7370 at gmail dot com P: +919947450760 | -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
cisco anyconnect VPN client installation??
I tried running openconnect but facing following issue..
#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 & Regards... On Thu, Sep 2, 2010 at 11:36 PM, Vimal <vimal7370@gmail.com> wrote: > On 09/02/2010 10:04 PM, Cesar Covarrubias wrote: > >> My understanding is that the AnyConnect clients don't work on systems >> running the SMP kernels. >> > Rakesh, you might want to try "openconnect" and "vpnc-script" packages > then. Just run it in a terminal and it works flawlessly for me on Fedora! > > # openconnect -v --script /etc/vpnc/vpnc-script vpn.example.com > > -- > Regards, > Vimal Kumar K > > | vimalZworld.com * technomenace.com * twitter.com/vimal7370 | > | E: vimal7370 at gmail dot com P: +919947450760 | > > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > -- Rakesh P. Zingade +919420626099 -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
cisco anyconnect VPN client installation??
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 On Mon, Sep 6, 2010 at 11:20 AM, rakesh zingade <rakeshzingade@gmail.com>wrote: > I tried running openconnect but facing following issue.. > > #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 & Regards... > > > On Thu, Sep 2, 2010 at 11:36 PM, Vimal <vimal7370@gmail.com> wrote: > >> On 09/02/2010 10:04 PM, Cesar Covarrubias wrote: >> >>> My understanding is that the AnyConnect clients don't work on systems >>> running the SMP kernels. >>> >> Rakesh, you might want to try "openconnect" and "vpnc-script" packages >> then. Just run it in a terminal and it works flawlessly for me on Fedora! >> >> # openconnect -v --script /etc/vpnc/vpnc-script vpn.example.com >> >> -- >> Regards, >> Vimal Kumar K >> >> | vimalZworld.com * technomenace.com * twitter.com/vimal7370 | >> | E: vimal7370 at gmail dot com P: +919947450760 | >> >> >> -- >> redhat-list mailing list >> unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe >> https://www.redhat.com/mailman/listinfo/redhat-list >> > > > > -- > Rakesh P. Zingade > +919420626099 > -- Rakesh P. Zingade +919420626099 -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
cisco anyconnect VPN client installation??
Hey this also got resolved by added just a proxy server, --proxy=IP
option... Thanks... On Mon, Sep 6, 2010 at 12:51 PM, rakesh zingade <rakeshzingade@gmail.com>wrote: > 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 > > > > > On Mon, Sep 6, 2010 at 11:20 AM, rakesh zingade <rakeshzingade@gmail.com>wrote: > >> I tried running openconnect but facing following issue.. >> >> #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 & Regards... >> >> >> On Thu, Sep 2, 2010 at 11:36 PM, Vimal <vimal7370@gmail.com> wrote: >> >>> On 09/02/2010 10:04 PM, Cesar Covarrubias wrote: >>> >>>> My understanding is that the AnyConnect clients don't work on systems >>>> running the SMP kernels. >>>> >>> Rakesh, you might want to try "openconnect" and "vpnc-script" packages >>> then. Just run it in a terminal and it works flawlessly for me on Fedora! >>> >>> # openconnect -v --script /etc/vpnc/vpnc-script vpn.example.com >>> >>> -- >>> Regards, >>> Vimal Kumar K >>> >>> | vimalZworld.com * technomenace.com * twitter.com/vimal7370 | >>> | E: vimal7370 at gmail dot com P: +919947450760 | >>> >>> >>> -- >>> redhat-list mailing list >>> unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe >>> https://www.redhat.com/mailman/listinfo/redhat-list >>> >> >> >> >> -- >> Rakesh P. Zingade >> +919420626099 >> > > > > -- > Rakesh P. Zingade > +919420626099 > -- Rakesh P. Zingade +919420626099 -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
| All times are GMT. The time now is 12:00 PM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.