VPN is working properly.
However, I wanted to route only a specific IP/block to net_vpn and all the rest of the traffic to net_gateway.
route 192.168.1.0 255.255.255.0 net_gateway
route 10.8.1.0 255.255.0.0 vpn_gateway
I tried this, but I think it does not work.