Ok, so i have a VPN client (MikroTik) connected to a VPN Server (whatever), and the VPN client with an IP of say 192.168.1.1 is our PC's gateway... right bog standard!
For what ever reason i want to route all my "internet" traffic via the VPN.
Now i cannot add another default route something like: dst:0.0.0.0/0 gw: pptp-out1 since the router its self needs a default gateway to be able to establish the VPN in the first place.
So how do i identify only the "public internet" traffic? like it should exclude 192.168... etc etc I think its called A class network? (I can always specify an 10.0.0.0 range ips if im using any).
I want to put some clever network in like: Dst Address : X.Y.Z.0/A gw: pptp-out1
This would then identify any traffic heading for the internet and route it out via the VPN.