Hi,
I’m developing a service that use two PPPoE connectios and I want to use one connection to the internet traffic and the other connection to send the traffic destined to a specific address.
I’ve created two PPPoE connections and don’t install default route for the one that I want to use just for the traffic destined to the specific address, but, when this PPPoE connects, all the traffic is forwarded throught this connection.
Have someone an idea to make it works?
Traffic always follows the most spigot (specific… darn iPhone keyboard) route. Just add a route to the destination subnet an set the gateway to the desired ip or interface.
I’ve already did it, but the routerOS try to send all the traffic by the connection that don’t have default gateway. I’ll try to make some rules on the firewall to solve this problem, but, i still accept some help. Thanks.
I think I’ve found the source of problem, but for now, I don’t have an idea how to solve it.
My default gateway is reachable at both PPPoE connections, then, the last PPPoE connected is used to send the traffic.
I’m waiting for some help. Thanks.
Solved: I’ve removed the default gateway from both PPPoE connections and created a static default route in which that gateway is the interface where I want to send the internet traffic.