ChinaUnix.net
相关文章推荐:

centos vpn client

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 阅读(1512) 回复(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 阅读(533) 回复(0)

具体方法如下: 1. 把下面一行加到/etc/apt/source.list deb http://quozl.netrek.org/pptp/pptpconfig ./ 别忘记了后面的./,然后 sudo apt-get update sudo apt-get install pptpconfig 会根据依赖关系安装大概10个包左右 2 run pptpconfig as root, and a window should appear enter the server, domain, username and password into the Server tab 3 if you decided in Installation step 1 above that you would ...

by mageguoshi - Linux文档专区 - 2007-12-27 10:52:20 阅读(1083) 回复(0)

vpn测试,感谢i_amok --szx200704 ------------------------------------------ SERVER端: 1.你所需要的软件 支持MPPE的操作系统内核. pppd ppp拨号服务器 pptpd 在pppd拨号的基础上增加pptpd的支持 2。确定你的内核是否支持mppe CODE: [Copy to clipboard] modprobe ppp-compress-18 && echo ok 如果显示ok,那么恭喜,你的内核已经具备了mppe支持。 3。安装pppd #yum -y install pppd* ...

by szxsztszk - Linux文档专区 - 2007-04-26 12:21:34 阅读(673) 回复(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 阅读(2048) 回复(8)

最后出现下面提示

by guest_client - 服务器应用 - 2004-06-27 15:21:18 阅读(1038) 回复(0)

现在dial up vpn client拨进来只能访问本地局域网,访问不了tunnel对端的局域网。vpn client的access list已经设置了允许访问对端的IP。是这边的设置有问题还是对端应该做一些设置?

vpn

by LD - 网络技术 - 2005-11-11 13:55:09 阅读(1296) 回复(0)

PIX防火墙,现在要做点对点的vpn,另外还要接受出差人员vpn client的拨入,请教配置?

by yavisen - 服务器应用 - 2004-07-26 09:35:55 阅读(1480) 回复(0)

centos5.5 Openvpn 2.1.1 i386-redhat-linux-gnu mysql Ver 14.12 Distrib 5.0.91 pam_mysql-0.7-0.4.rc1.el5.2.i386 在/etc/pam.d/openvpn文件中 crypt=1 时 testsaslauthd -u test -p 123456 -s openvpn 显示 0: OK "Success." openvpn-auth-pam.so 已放在/etc/openvpn/目录下,权限为755 现在的情况是,在客户端始终连接不上. 错误信息如下: Tue Mar 8 11:34:55 2011 MULTI: multi_create_instance called Tue Mar 8...

by bloghello - 服务器应用 - 2011-03-10 15:46:20 阅读(2536) 回复(5)