I would like to ask how could we disable the auto-connect option? i disconnect the connection, then close the lid of the laptop, and when i opens up, it will connect to the vpn by itself.
i hv search online and someone mention setting this value on the client config - 'connect-retry-max n', so will this solve my issue? and if yes, what value should i give to 'n'?
Client config
1
dev tun
2
proto udp
3
remote vpn619393904.softether.net 1194
4
cipher AES-128-CBC
5
auth SHA1
6
resolv-retry infinite
7
nobind
8
persist-key
9
persist-tun
10
client
11
verb 3
12
auth-user-pass
p/s - hv read about using 3rd party program to fix this, but would prefer not as dont want install anything and make it as easy as possible
Thank you,