Hello!
PLease help me to solve a problem.
I have RB2011 router. I need to establish two different PPTP connections to my ISP pptp server. One is for otgoing traffic of local network, and the other one is for ingoing connection (for example, to access to a server in the local network with RDP). My ISP gave me two physical links, which are plugged in two different interfaces. These interfaces have following IPs:
ether1: 192.168.6.31
ether2: 192.168.6.32
I have created two pptp client connections to the same PPTP server, each with its own user:
pptp_client1: user1
pptp_client2: user2
The question is: how to configure these pptp connections to use DIFFERENT interfaces? I want pptp_cleint1 connection to use ether1 interface, and pptp_client2 connection - to use ether2 interface.
At the time both pptp clients try to use ether1 interface because it is a default behauviour. How can I change this?
Thank you very much!