From 97a50c66efe712bf998afa510514529af2a1a758 Mon Sep 17 00:00:00 2001 From: Jelle Dekker Date: Thu, 21 Sep 2017 10:49:45 -0500 Subject: [PATCH] Commented out a number of excess options that were set implicitly by using the 'server' option. --- server_config.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server_config.txt b/server_config.txt index 70625e7..9fa8e0c 100644 --- a/server_config.txt +++ b/server_config.txt @@ -8,11 +8,11 @@ dh /etc/openvpn/easy-rsa/pki/dh1024.pem topology subnet server 10.8.0.0 255.255.255.0 # server and remote endpoints -ifconfig 10.8.0.1 10.8.0.2 +#ifconfig 10.8.0.1 10.8.0.2 # Add route to Client routing table for the OpenVPN Server -push "route 10.8.0.1 255.255.255.255" +#push "route 10.8.0.1 255.255.255.255" # Add route to Client routing table for the OPenVPN Subnet -push "route 10.8.0.0 255.255.255.0" +#push "route 10.8.0.0 255.255.255.0" # your local subnet push "route LOCALNET LOCALMASK" # Set your primary domain name server address for clients