Open VPN
12 Nov 2016
Tags:
vpn
·
·
Updated November 12, 2016
OpenVPN: Only route a specific IP addresses through VPN
edit your client.opvn
file
# reject all route from server config
route-nopull
# route ip range to through via VPN
route 192.168.0.0 255.255.0.0
References