Skip to content

适用于OpenConnect VPN Server (ocserv) 的最优路由表

Notifications You must be signed in to change notification settings

jimorsm/ocserv-cn-no-route

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ocserv-cn-no-route

OpenConnect VPN Server

主页:http://www.infradead.org/ocserv/

下载:http://www.infradead.org/ocserv/download.html

更新历史:http://www.infradead.org/ocserv/changelog.html

源码:https://gitlab.com/ocserv/ocserv.git

OpenConnect VPN Client

主页:http://www.infradead.org/openconnect/

下载:http://www.infradead.org/openconnect/download.html

更新历史:http://www.infradead.org/openconnect/changelog.html

源码:http://git.infradead.org/users/dwmw2/openconnect.git

注意事項

1、0.10.5 及之前版本ocserv需要修改src/vpn.h来支持超过96行(ocserv默认值)但不超过200行(Cisco AnyConnect最大值)的路由表:

#define MAX_CONFIG_ENTRIES 96

96改为200以上

0.10.6 及之后版本ocserv不需要修改,参考https://gitlab.com/ocserv/ocserv/issues/17

2、根据Cisco官方文档,no-route和route不能同时使用。

You can specify either split-include or split-exclude, but you cannot specify both options.

喜讯

2015/12/08 Debian有官方ocserv源了:https://tracker.debian.org/pkg/ocserv

echo 'deb http://ftp.debian.org/debian/ unstable main contrib non-free' >> /etc/apt/sources.list
apt-get update
apt-get install ocserv

About

适用于OpenConnect VPN Server (ocserv) 的最优路由表

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages