Ocserv是一个兼容Cisco AnyConnect客户端的开源VPN程序…至于为什么要用AnyConnect,请各位自行百度。
在我的某一台服务器上,配置好服务之后,用Ocserv自己的客户端OpenConnect连接一切正常,但是用AnyConnect(包括iphone和Windows客户端)连接就会在二十秒内断开,提示“The secure gateway has rejected the connection attempt. A new connection attempt to the same or another secure …”
修改ocserv配置文件vi /etc/ocserv/ocserv.conf
,按i,增加一行
mtu = 1480
然后按esc,输入:wq!(包括“:”)
最后,重启ocserv就搞定了
#不支持systemd的系统 /etc/init.d/ocserv restart #支持systemd的系统 systemctl restart ocserv
注:mtu的值不一定要是1480,改成其他值比如1350之类的也可以,具体的值需要自行测试。
原文链接:https://www.silicaite.com/?p=42