Commented out a number of excess options that were set implicitly by using the 'server' option.

This commit is contained in:
Jelle Dekker 2017-09-21 10:49:45 -05:00
parent c7f82d0116
commit 97a50c66ef

View file

@ -8,11 +8,11 @@ dh /etc/openvpn/easy-rsa/pki/dh1024.pem
topology subnet topology subnet
server 10.8.0.0 255.255.255.0 server 10.8.0.0 255.255.255.0
# server and remote endpoints # 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 # 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 # 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 # your local subnet
push "route LOCALNET LOCALMASK" push "route LOCALNET LOCALMASK"
# Set your primary domain name server address for clients # Set your primary domain name server address for clients