In my openvpn client log I see the following PUSH_REQUEST message:
'PUSH_REPLY,ping 3,ping-restart 10,ifconfig 192.168.55.57 192.168.55.58,dhcp-option DNS 192.168.55.1,route-gateway 192.168.55.58,redirect-gateway def1'
How do I alter ping and ping-restart interval?
Default numbers seems too excessive.
In config file there is a string
OpenVPNDefaultClientOption dev-type$20tun,link-mtu$201500,tun-mtu$201500,cipher$20AES-128-CBC,auth$20SHA1,keysize$20128,key-method$202,tls-client
Does it support custom ping and ping-restart values?
altering softether server openvpn configuration
-
- Posts: 19
- Joined: Sun Dec 27, 2015 1:32 am
-
- Posts: 2458
- Joined: Mon Feb 24, 2014 11:03 am
Re: altering softether server openvpn configuration
Please try to edit SoftEther code.
https://github.com/SoftEtherVPN/SoftEth ... VPN.h#L133
https://github.com/SoftEtherVPN/SoftEth ... VPN.h#L133
-
- Posts: 19
- Joined: Sun Dec 27, 2015 1:32 am
Re: altering softether server openvpn configuration
Well, good suggestion but requires setting up a build environment. There was a topic where someone posted rpm package spec file for softether but last time I checked the author's site contents were not available.