Using the `ip route` command, make sure you have, alongside with other lines, the following:
0.0.0.0/1 via 10.99.2.1 dev tun0
10.99.0.0/24 via 10.99.2.1 dev tun0
10.99.2.0/24 dev tun0 proto kernel scope link src 10.99.2.18
128.0.0.0/1 via 10.99.2.1 dev tun0
199.115.114.65 via 192.168.1.1 dev wlan0
These values might (and for some, will) change a little depending on your configuration (for example: wlan0 → eth0, 192.168.1.1 → 192.168.42.23, etc.).
If you don't have every one of these lines, kill OpenVPN and fire it again or add the routes by hand using `ip route add`.
If you don't know how to do it, it would be best to come ask on IRC (we will need the output of both `ip addr` and `ip route`,
please paste them into https://paste.cubox.me and just give us the link to the paste).
Ok… I guess now you can come [ask us on IRC](/chat) (but remember to stay a while, we're not payed professionnal, we might not be around at a given time but we will answer later on).