Hello,
first of all, I really can arrange with those great Mikrotiks, but at this point I´ve got really stucked up, even if the solution might be very simple.
But for now I do not have any ideas any more (after spending hours to days trying), and maybe I am just completely going to the wrong direction, so please can you give me some help on the following :-p ?
FYI: I´ve already succesfully setup one mikrotik device in the past with a pppoe wan, two different networks (vlans), one routed to public IPs and one NATed private network routed to a dynamic IP on WAN. That worked flawless at the end, but the main advantage there were that I had full access to the modem of my ISP, which I do not have this time.
I want to reach a setup similar to that one as posted in the diagram below. I hope it`s understandable for you, take a look here:

The main restriction on the actual network is that the ISP modem-router cannot be replaced and also cannot be configured except for port-forwardings or IP ranges, all other things are restricted.
So I also cannot turn off NATing, DHCP and so on on the modem-router, it needs to be left there as it is (which is not optimal, i know).
What I now want to do is to place my Mikrotik after that ISP modem-router as AP, because it has a much better signal quality. And it should provide the following two things:
- It should extend the existing network (192.168.101.0/24) to wlan and to the eth2-eth4 interfaces of the Mikrotik (for connecting more workstations over lan and wlan0)
- It should provide an additional new network for guest devices only with it`s own DHCP range (192.168.88.0/24 or any other, wlan1)
Both networks should not be visible to each other. Devices in the private network (1) should only be visible to other devices in the same network (1).
In the guest network devices should not be visible to each other.
My approach was to create two seperate bridges (sw) assigning the needed interfaces to it, and to add an route to the ISP modem (0.0.0.0 → 192.168.101.254 and ether1) then.
But however, it seems like I am doing some basically wrong everytime. What I am especially unsure about:
- How can I assign the fixed IP 192.168.101.30 to the Mikrotik (IP->Adresses or IP->DHCP client) ?
- Which NAT rules are needed to be defined - if any (as the ISP modem-router should already do NATing - i want to avoid double NAT) ?
- Which static routes are needed for routing the sub-networks to the ISP modem-router - if any (192.168.101.0/24 and 192.168.88.0/24 are needed to be routed to 192.168.101.254 or not) ?
Also quick set feature did not give me an idea.
Please help ! Thank you very much !
RouterOS: v6 latest version
Mikrotik RB941-2nD-TC