Routing PPP/PPTP/L2TP etc.. interfaces over specific Gateway

Hello,

I want to make multiple VPN connections (PPTP, L2TP etc..) from a mikrotik router with multiple GWs to a mikrotik VPN Server.
I want to dial every PPP over specific GW. How can i do that, because the PPP clients uses the default GW.

The final scope is to make the scenario below:

  • We have a mikrotik VPN server with ONE public STATIC IP address
  • We have a remote site with 2+ xDSL connections with DYNAMIC IP addresses
  • We need to connect the xDSLs with the router using dhcp client, to be agnostic/universal with the router. (OK, we can user different subnets at xDSL modems)
  • We make one tunnel for each xDSL to the VPN server, that uses each tunnel, each xDSL
  • At the VPN server site bonding all these tunnels to summarise the overall speed

I have read these How to but my scenario is a little more strange…

http://wiki.mikrotik.com/wiki/Bonding_Examples
http://wiki.mikrotik.com/wiki/Manual:Interface/Bonding

Downlots:
You should be able to use the interface as the gateway instead of an IP address to force the VPN/L2TP out a particular interface. Everything else would be the same.

Thom