Hello Everyone
I have 2 different ISP … ISP A and ISP B… I need 2 different LAN for both ISP’s such that users on LAN1 connect to ISP A and users on LAN2 Connect to ISP B using PPPoE… I m using 2 ISP for small and large reguirements of Users all 1 and 2 Mbps clients connect to ISP A and 10 and 25Mbps clients connect to ISP B…
Totally new to Mikrotik CRS and no clue where to start from any help would be appreciated
Regards
In general… use your router like “two” routers.
Eth1 = Wan 1
Eth2 (master), Eth3, Eth4 (for example) in Bridge = ISP1
Eth5 = Wan2
Eth6 (master), eth7, eth8 (for example) in Bridge = ISP2
Then, make 2 masquerade. With origin ISP1/eth2 outgoing to Eth1 and ISP2/eth5 outgoing to Eth5
Create two DHCP servers/pools in different bridge and voila!!!
@hgonzale … Thanks a lot for helping out am currently doing it will post if I succeed..
Regards