Hi everybody!
I’m administrator of students residence network and I’m changing from a Debian firewall/router to Mikrotik.
The situation is the following:
We have two adsl internet connections
ether1->ppp1->ADSL-line-1–> Remote gateway 192.168.153.1
ether2->ppp2->ADSL-line-2–> Remote gateway 192.168.153.1
ether3->LAN
Packets of some services (HTTP, Messenger, Skype…) go trough ADSL line 1
and the rest of services (p2p mainly) go trough ADSL line 2.
The problem is that the two pppoe connections have the same gateway, and don’t know how to make mikrotik reach gateway through a determined interface (ppp1) for the packets marked with some routing mark and via the other interface (ppp2) for packets marked with another routing mark.
I’ve done it under Debian, where you can create a routing table and associate it a packet mark and a default gateway via an interface.
Can someone tell me how to do it??
Thanks