ChinaUnix.net
相关文章推荐:

cisco vpn client for windows 7

! version 12.2 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname vpnrouter ! aaa new-model ! ! aaa authentication login userauth local aaa au...

by onidle - 服务器应用 - 2005-12-23 06:39:34 阅读(7523) 回复(13)

相关讨论

https://github.com/TwP/miscellanea/blob/master/cisco-vpn/vpn[code]#!/usr/bin/ruby # # Provides a convenient wrapper around the cisco vpnclient application. # # This script will automate the login process, put the vpnclient into # background mode, and send keep-alive pings to an internal server. The # latter is important for when the vpn firewall is configured to terminte # connections after a cert...

by shijiang1130 - Ruby - 2013-07-08 22:22:04 阅读(1514) 回复(2)

公司用的是cisco vpn ,并且提供了一个打包好的客户端,可是是在windows下使用的 最近一直用ubuntu,想把这个也挪到linux下用 google了一下,有for linux的client,于是下载之。解压缩并编译,结果出错了 make -C /lib/modules/2.6.24-16-generic/build SUBDIRS=/usr/src/vpnclient modules make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic' CC [M] /usr/src/vpnclient/linuxcniapi.o...

by sjhf - Linux文档专区 - 2009-03-23 11:21:47 阅读(475) 回复(0)

作者: weleoon 出自: http://www.linuxdiyf.com 公司用的是cisco vpn ,并且提供了一个打包好的客户端,可是是在windows下使用的. 最近一直用ubuntu,想把这个也挪到linux下用 有for linux的client,于是下载之。解压缩并编译,结果出错了 make -C /lib/modules/2.6.24-16-generic/build SUBDIRS=/usr/src/vpnclient modules make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic' CC [M] /usr/src/vpnclient/...

by sdccf - Linux文档专区 - 2008-05-27 13:43:14 阅读(535) 回复(0)

Enviroment: vpnclient-linux-x86_64-4.7.00.0640-k9.tar.gz Fedora Core: 2.6.11-1.1369_FC4 when i use 'vpnclient connect', there is an error: vpnclient: error while loading shared libraries: /opt/cisco-vpnclient/lib/libvpnapi.so: cannot restore segment prot after reloc: Permission denied how to resolve it?

by godwin - Linux论坛 - 2006-08-21 10:51:37 阅读(1513) 回复(8)

Enviroment: vpnclient-linux-x86_64-4.7.00.0640-k9.tar.gz Fedora Core: 2.6.11-1.1369_FC4 when i use 'vpnclient connect', there is an error: vpnclient: error while loading shared libraries: /opt/cisco-vpnclient/lib/libvpnapi.so: cannot restore segment prot after reloc: Permission denied how to resolve it?

by godwin - Linux系统管理 - 2006-08-21 10:51:37 阅读(2050) 回复(8)

如题,在打开cisco vpn vlient软件后,有个new按钮,用来增加新的vpn connection entry。创建完成后,点击connect连接时会弹出一个要求输入用户名和面的对话框,我的问题是这里的这个用户是怎么创建的,需要在提供vpn 服务的那台设备上操作么,提供vpn 服务的设备一般是什么设备呢??

by nxzhouxy - 网络技术 - 2013-10-14 21:42:19 阅读(3943) 回复(3)

PIX Version 7.0(1) names ! interface Ethernet0 nameif outside security-level 0 ip address 172.29.6.1 255.255.255.0 ! interface Ethernet1 nameif inside security-level 100 ip address 172.29.131.1 255.255.255.0 ! enable password 90RBsEWodTGO2XFL encrypted passwd 2KFQnbNIdI.2KYOU encrypted hostname pix ftp mode passive access-list nonat extended permit ip 172.29.131.0 255.255.255.0 10.1.1.0 255.255...

vpn思科

by bu - 网络技术文档中心 - 2006-05-05 16:27:50 阅读(777) 回复(0)

作者: beipian 出自: http://www.linuxdiyf.com ciscovpn client Linux 版总是更新得很慢很慢,而且出来的东西总要打补丁。一个那么大的公司,出个软件还要别人帮忙把补丁打上,而且版本更新的时候从来没想过把这个bug改掉。 点击 这里 下载cisco vpn client,文件名是vpnclient-linux-x86_64-4.8.01.0640-k9.tar.gz。 点击 这里 下载补丁文件vpnclient-linux-2.6.24.diff。 解压上面第一步下载的vpn client: $ tar xzf v...

by sdccf - Linux文档专区 - 2008-05-27 08:03:39 阅读(815) 回复(0)

在XP系统上安装cisco vpn client(4.3)后不能使用,点击cisco Systems vpn client后出现“usage: vpngui [-c | -sc [-sd] [-user] [-pwd | -eraseuserpwd]] " ,不能使用,删除后重装还是一样,不知问题出在哪里?怎么解决?望各位大侠指教!

by tyhl1999 - 服务器应用 - 2006-09-05 11:27:20 阅读(2917) 回复(1)

有如下提示: Secure vpn Connection terminated locally by the client Reason :The remote peer is no longer responding 什么原因?

思科

by liangxinf - 网络技术 - 2005-06-08 09:43:17 阅读(2702) 回复(4)