Hello,
I have connected as a pptp client using the Network > VPN settings, and I have setup chillispot on worldspot.net. I would like for clients' internet traffic to be routed through the VPN connection rather than eth0.
Is there a way to do this? I figure there is a simple routing rule I could add perhaps?
theoretically after the vpn
theoretically after the vpn is up you could add something like
route del default
route add default gw ip_gateway_do_you_like
the other routes (vpn included) will work either
but I guess I'm missing something, wait for other reply