RHEL5.4 上部署openvpn 服务
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-03-28
接
;remote-random
#解析服务器域名
resolv-retry infinite
#客户端不需要绑定端口
nobind
# Downgrade privileges after initialization (non-Windows only) ;user nobody ;group nobody# Try to preserve some state across restarts. persist-key persist-tun #指定ca和客户端的证书 ca ca.crt cert client.crt key client.key #安装配置参数 ns-cert-type server # If a tls-auth key is used on the server # then every client must also have the key. #此处的值是1 tls-auth ta.key 1 #使用lzo 压缩,与服务器端一致 comp-lzo #设置日志级别 verb 3 # Silence repeating messages ;mute 20参考: http://blogold.chinaunix.net/u/24866/showart_2437456.html 本文出自 “Gone with the wind” 博客,请务必保留此出处http://freehat.blog.51cto.com/1239536/646531
|
|
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于RHEL5.4 上部署openvpn 服务的所有评论