Code: Select all
# to reach other private subnets behind
# the server. Remember that these
# private subnets will also need
# to know to route the OpenVPN client
# address pool (10.8.0.0/255.255.255.0)
# back to the OpenVPN server.
push "route 10.110.120.0 255.255.255.0"
push "route 10.221.2.0 255.255.255.0"
Code: Select all
# Push routes to the client to allow it
# to reach other private subnets behind
# the server. Remember that these
# private subnets will also need
# to know to route the OpenVPN client
# address pool (10.8.0.0/255.255.255.0)
# back to the OpenVPN server.
push "route 10.110.120.0 255.255.255.0"
push "route 10.221.2.0 255.255.255.0"
push "route 172.16.0.1 255.255.255.0"
Code: Select all
Options error: Unrecognized option or missing or extra parameter(s) in server.ovpn:142: push (2.5.7)
Use --help for more information.