周周 发表于 2003-3-25 14:51:56

Linux对VPN的支持是不是不好?

我搜索了一下,关于VPN的提问问题没有斑竹回答,是不是Linux对VPN的支持不是很好?还是......。
Linux不是说专门为网络而设计的系统吗?没有理由这样的啊。

gugong 发表于 2003-3-25 21:14:51

不是 ,只是 VPN 比较的复杂。

gugong 发表于 2003-3-25 21:18:39

据我所知,OpenSource 的就有:

openvpn
LinVPN
Freeswan


当然,如果你金钱比较多,也可以使用 CheckPoint 的 For Linux 产品。

sw_yp 发表于 2003-3-25 22:01:35

Linux对VPN的支持可以呀。。。。

我已经实验成功过。。。。

请帖出你的具体需求。。。

周周 发表于 2003-3-26 10:25:46

上网。广州网通小区用户用的VPN虚拟拨号接入上网,你知道如何设置吗?

motor98 发表于 2003-3-27 14:38:20

关键是server要支持. 我知道很多server拒绝linux客户端, 因为他们认为linux的客户端安全度不够. 具体来说, 是认为linux系统中没有很可靠的防火墙. (其实我个人认为linux上的安全性现在来说已经不错了).

vpn一般是公司用来作remote access的, 而公司对于安全一般比较重视, 所以很多公司在server设置禁止linux客户端接入.
所以, 先问清楚server是否支持再试, 省得劳民伤财.

至于linux上的vpn客户端软件有很多. cisco的vpn软件就有linux版的.

周周 发表于 2003-3-28 09:30:16

网通客户服务说linux操作系统不在他们的服务范围之内:-(,但也没说他们的server是否支持linux客户端(接电话的小姑娘似乎都不太知道linux为何物)
我从网上下了openvpn,回头先试试再说吧

llc 发表于 2003-3-28 11:06:59

呵呵,成功的话还请贴贴经验,补充一下这个空白,功德无量!

周周 发表于 2003-3-28 11:17:02

我也希望可以成功。希望可能用linux来这里发帐子

whlvme 发表于 2003-3-28 17:22:57

网通客户服务说linux操作系统不在他们的服务范围之内:-(,但也没说他们的server是否支持linux客户端(接电话的小姑娘似乎都不太知道linux为何物)

靠,什么玩意儿?不懂就是不懂,还非要表现得跟微软的狗腿子似的。这叫推卸责任!

周周 发表于 2003-3-29 10:58:16

我的网通VPN宽带说明书上白纸黑字的写着Windows操作系统以外的上网问题由客户自己负责。
我本来以为网通VPN宽带在linux下不会太难设置,早知道这样我就去装ADSL了

周周 发表于 2003-4-6 14:51:14

openvpn已经安装成功,但是说实在话也太过复杂了,以我还自觉得可以的英文水平和电脑知识,我居然看不出来他的帮助文件怎么用*&%^$%^。
决定换一种方法。
在windows xp下配置时有这么几个关健词:VPN, 虚拟拨号, l2tp(网通要用这个协议),经过一通上网查阅资料,找到了如下文档:
《在linux下配置vpn客户端》
《安装l2tp》
已经下载了如下文件:
ppp-mppe
pptp-linux
l2tp(其中ppp是安装l2tp的前提)

但在安装ppp的时候出现如下信息,不知如何继续:
# ./configure
Creating links to Makefiles.
ln: creating symbolic link `Makefile' to `linux/Makefile.top': Operation not permitted
Makefile -> linux/Makefile.top
ln: creating symbolic link `Makedefs.com' to `linux/Makedefs': Operation not permitted
linux/Makedefs -> Makedefs.com
ln: creating symbolic link `pppd/Makefile' to `Makefile.linux': Operation not permitted
pppd/Makefile -> Makefile.linux
ln: creating symbolic link `pppstats/Makefile' to `Makefile.linux': Operation not permitted
pppstats/Makefile -> Makefile.linux
ln: creating symbolic link `chat/Makefile' to `Makefile.linux': Operation not permitted
chat/Makefile -> Makefile.linux
ln: creating symbolic link `pppdump/Makefile' to `Makefile.linux': Operation not permitted
pppdump/Makefile -> Makefile.linux
ln: creating symbolic link `pppd/plugins/Makefile' to `Makefile.linux': Operation not permitted
pppd/plugins/Makefile -> Makefile.linux
ln: creating symbolic link `pppd/plugins/rp-pppoe/Makefile' to `Makefile.linux': Operation not permitted
pppd/plugins/rp-pppoe/Makefile -> Makefile.linux
ln: creating symbolic link `pppd/plugins/radius/Makefile' to `Makefile.linux': Operation not permitted
pppd/plugins/radius/Makefile -> Makefile.linux

请高手们指点一下

luoda 发表于 2003-4-6 16:53:52

VPN是个很宽泛的概念,就是虚拟专用网,至于用什么样的技术来建立虚拟专用网,是不一定的,比如可以有二层的l2tp,pptp,3层的ipsec.其中l2tp和pptp可以说是对手的关系.因为ipsec过于的复杂,所以现在广泛使用的是2层技术.

mppe是微软在ppp中使用的加密技术,但好像不是非常的安全.



只能说微软使我们的手和脑都退化了
页: [1]
查看完整版本: Linux对VPN的支持是不是不好?