Hi all!
I am facing a new challange, if I may say so, with Mikrotik at new job.
The situatuion is:
I have to configure a mikrotik device with 2 WANs - On the WAN1 (eth1), there is a PPPoe connection with static IP, on WAN2 (eth2) there is an DHCP requested IP (client).
My mission is that computers that will be connected to LAN will have internet access via WAN1, and in the same time there will run software that uses specific ip 13.10.10.1 - 13.10.10.100 will be able to connect through WAN2.
If I understand right I need to:
1. Configure WAN1 to PPPoe and WAN2 to client to obtain IP
2. Create FW address list with IP range 13.10.10.1 - 13.10.10.100
3. Create Mangle rule with prerouting, marking all the above address lists
4. Create Route with Dst. address 0.0.0.0/0, routing mark above and getaway to WAN2
5. Create a NAT masquerade rule with src. list of above IP range and out interface to WAN2
My questions are:
1. is that a correct topology - for those with big brains and good visualization ;) ?
2. how can I configure DHCP and address eth3, eth4 and eth5 with above solution ?
Thank you all!