botbotbot 's blog

Open VPN

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