基本的安装方法在一下地址中可以查到:
http://www.rz.rwth-aachen.de/kom ... /linuxanleitung.php
如果是初学者可能感到有点摸不到头绪,我把思路给你说一下:
1. 下载完后要编译一个内核的VPN模块,所以需要内核的header文件和编译所需额工具,比如gcc等。所以没有这些工具你是无法编译成功的。抱歉我不用suse,所以不知道怎么安装,你自己查一下。
2. 编译成功后你得把模块加载到内核中,或者用modprobe,或者用/etc/init.d/vpnclient_init start, 看具体情况而定。
3. 之后你就可以根据自己的情况来进行vpn的联结了。这时你还得区别对待是对无线网进行mops联结还是有线网进行联结,要根据不同的情况来改MoPS.pcf 文件,主要是不同的组名和密码,具体参加mops主页。
4. 如果是进行无线网联结,最好把eth0的连接禁止(可以自己写脚本啦), 然后把无线卡和mops这个AP连接(工具一大堆,yast肯定可以,iwconfig, wifi-radar都行),最后进入你解开的vpn软件的目录,执行 ./vpnclient connect MoPS,应该就可以了。

TOP

试着怎么不行呢,谁用过suse给说一下吧,谢谢谢

TOP

Originally posted by FlyingCore at 2005-11-30 09:07 PM:
试着怎么不行呢,谁用过suse给说一下吧,谢谢谢

说说怎么不行?什么错误信息?
问题出现那个阶段?编译模块还是建立联结?有线连接还是无线联结?

[ Last edited by nnacht on 2005-12-1 at 12:33 ]

TOP

32-50:/home/***/vpnclient # ./vpn_install
Cisco Systems VPN Client Version 4.6.02 (0030) Linux Installer
Copyright (C) 1998-2004 Cisco Systems, Inc. All Rights Reserved.

By installing this product you agree that you have read the
license.txt file (The VPN Client license) and will comply with
its terms.


Directory where binaries will be installed [/usr/local/bin]

Automatically start the VPN service at boot time [yes]

In order to build the VPN kernel module, you must have the
kernel headers for the version of the kernel you are running.


Directory containing linux kernel source code [/lib/modules/2.6.13-15-default/build]

* Binaries will be installed in "/usr/local/bin".
* Modules will be installed in "/lib/modules/2.6.13-15-default/CiscoVPN".
* The VPN service will be started AUTOMATICALLY at boot time.
* Kernel source from "/lib/modules/2.6.13-15-default/build" will be used to build the module.

Is the above correct [y]

Making module
make -C /lib/modules/2.6.13-15-default/build SUBDIRS=/home/kaiyuan/vpnclient modules
make[1]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make[1]: *** No rule to make target `modules'.  Stop.
make[1]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make: *** [default] Error 2
Failed to make module "cisco_ipsec.ko".



就这样,大师您给说说吧

TOP

我是用的无线连mops,台式机,住得比较近,一直信号是很好,是在suse10里面

TOP

Making module
make -C /lib/modules/2.6.13-15-default/build SUBDIRS=/home/kaiyuan/vpnclient modules
make[1]: Entering directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make[1]: *** No rule to make target `modules'.  Stop.
make[1]: Leaving directory `/usr/src/linux-2.6.13-15-obj/i386/default'
make: *** [default] Error 2
Failed to make module "cisco_ipsec.ko".

察看一下makefile文件,如果用Make modules编译,应该在makefile中有相应的modules项
冬冤家,我有心将你打,却一个心儿怕;要不打,只恨你这冤家羞人煞;罢罢罢,低眉红了脸儿帕,嫁了吧!

TOP

搞定了,谢谢啦

TOP

但是我在Kubuntu里面用学校给的这个版本的VPNClient经常10分钟不到就被告知DNS解析错误,然后我把VPN断开再连上就好了:(
换了一个VPNClient,可以支持到1个小时:)哈哈:)

TOP

我觉着还是suse好点吧,看学校好多地方也都在用,ubuntu下几个版本可能会好点

TOP