-
Notifications
You must be signed in to change notification settings - Fork 19.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
建议:IPSec VPN服务器Luci界面提供Keepalive选项 #7547
Comments
/etc/init.d/ipsec里自己添加一行 |
1 similar comment
/etc/init.d/ipsec里自己添加一行 |
我以前也搞softethervpn/ipsec/openvpn,现在这些都被我统统抛弃了,论vpn好使,只有n2n,当然ios客户端没有.....openvpn可以做备用,ipsec太难用了,而且只能v1, IKEv2的安卓端原生不支持好像。 |
加在这里的参数在下次通过Luci修改IPSec配置后会被覆盖吗? |
是的。主要还是没有好用的原生客户端。IPSec iOS内置支持,而且也可以比较容易穿透公司的防火墙。 |
不会,luci界面改的是etc/config下的配置,不会改/etc/init/下的配置,除非你刷新固件。 init后会运行这些初始化配置脚本,并会读/etc/config下对应的配置文件解析后结合Init脚本里非界面可配置的固化配置部分,最终拼合成生成完整的内存加载配置输出用于binary运行时加载的配置文件(一般在/tmp/下或/var下),每次应用(服务)restart或系统重启时,都会重新生成最终的配置文件, openwrt lede里配置文件生成大多数是这个套路。 |
请问n2n有好用的win和安卓客户端吗,需要能设置自定义路由的。安卓的hin2n没这功能,win的easyn2n也没有 |
openvpn。非常好用。 |
openvpn 我的安卓手机提示耗电异常,手机发热 |
|
目前的IPSec VPN服务器无法设置KeepAlive,导致iOS 客户端连接后无流量时或者息屏后很快断连。希望能够增加KeepAlive选项,可以开启并且设置KeepAlive指令的间隔时间/时长。谢谢!
The text was updated successfully, but these errors were encountered: