I'm following this tutorial about openVPN, every goes good until this following step on client (just before autostart section from wiki):
# ip route add VPNSERVER_IP via LOCALGATEWAY_IP dev eth0 proto static
# ip route change default via 10.9.8.5 dev tun0 proto static //client tun0 10.9.8.5
I'm losing internet after 2nd line.
And I really want to have internet thru VPN server.
those tips can help me:
- how to roll back with ip route ?
- how to configure my client with graphical interface (kubuntu) ?