What I’m trying to archive is:
- The ros box has multiple PPPoE uplink interfaces, say one of the uplink interface hold IP 10.9.9.5. Every uplink is isolated from other uplinks.
- The ros box is also a PPTP server, PPTP server IP is 10.8.8.4, PPTP connection IP at side server is 192.168.111.5
- A PPTP client connects to the PPTP server, and get IP 192.168.111.6
- When a client establishes PPTP connection, I want to dynamically bind 192.168.111.5 to uplink 10.9.9.5. (When the other client connects, the bind to the other uplink).
Any tip/hint will be highly appriciated.