/etc/zentyal/openvpn.conf is in zentyal-openvpn 2.3.10+quantal1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | # openvpn.conf - configuration file for zentyal-openvpn
#
# This file contains the most basic settings, most other stuff is configured
# using the web interface.
#
# Everything after a '#' character is ignored
#
# All whitespace is ignored
#
# Config keys are set this way:
#
# key = value
#
# They may contain comments at the end:
#
# key = value # this is ignored
# insecure_rip_conf [required]. If set to yes it will enable backwards
# compatibility with eBox openVPN which used an insecure ripd configuration.
# Do not enable it unless you are sure of what you are doing
insecure_rip_conf = no
# Use mssfix to fix MTU discovery problems in some networks with UDP connections
# It applies to all VPN clients
# Enable it only if you are sure what you're doing
# mss_fix = 1300
|