Some changes to client config
This commit is contained in:
parent
baa17c341c
commit
36a682372d
@ -14,7 +14,7 @@ dev tun
|
|||||||
# Specify vpn server
|
# Specify vpn server
|
||||||
remote vpn-test.inform.hs-hannover.de 1194
|
remote vpn-test.inform.hs-hannover.de 1194
|
||||||
|
|
||||||
# Certificates (relative paths work, too)
|
# Certificates (relativ path to config file, absolute paths possible if needed)
|
||||||
ca vpnclient/ca.crt
|
ca vpnclient/ca.crt
|
||||||
cert vpnclient/jan-philipp.timme@hs-hannover.de.crt
|
cert vpnclient/jan-philipp.timme@hs-hannover.de.crt
|
||||||
key vpnclient/jan-philipp.timme@hs-hannover.de.key
|
key vpnclient/jan-philipp.timme@hs-hannover.de.key
|
||||||
@ -34,14 +34,14 @@ tls-version-min "1.2"
|
|||||||
# Make sure to detect broken sessions
|
# Make sure to detect broken sessions
|
||||||
keepalive 10 30
|
keepalive 10 30
|
||||||
|
|
||||||
# These are needed for reduced privileges? Probably yes.
|
# These are needed if running with reduced privileges
|
||||||
persist-key
|
persist-key
|
||||||
persist-tun
|
persist-tun
|
||||||
|
|
||||||
# Reduced privileges if possible (uncomment and adapt on unix/linux system)
|
# Reduced privileges if possible (uncomment and adapt on unix/linux system)
|
||||||
# Note: On some systems, the group is "nobody" instead of "nogroup".
|
# Note: On some systems, the group is "nobody" instead of "nogroup".
|
||||||
user nobody
|
#user nobody
|
||||||
group nogroup
|
#group nogroup
|
||||||
|
|
||||||
# Logging settings
|
# Logging settings
|
||||||
verb 3
|
verb 3
|
||||||
|
Loading…
Reference in New Issue
Block a user