I’m seeking some guidance on configuring a dual ISP setup on my RB450Gx4 running RouterOS 7.15.2. Here’s my current setup:
ISP1 (Static IP): Connected to port 4. ISP2 (PPPoE): Connected to port 5. ZeroTier: Configured on the router. Bridge (ether1, ether2, ether3): Configured with IP 192.168.0.1/24.
I have two WiFi routers and a computer in my network. Here’s what I want to achieve:
WiFi Router 1, ZeroTier, and My PC should always use the ISP1 connection.
WiFi Router 2 should always use the ISP2 connection.
I’ve attempted some configurations with routing rules, but I’m not sure if I’m on the right track. Could someone please guide me on how to set up routing and firewall rules to achieve this setup?
I’d appreciate any suggestions or sample configurations that could help me get this working. Thank you in advance for your support!
You forgot to mention where all your local devices are connected (bridge?). Generally, this can be solved pretty easily with policy routing or routing marks if the devices are on different subnets.
What’s your plan for using ZeroTier? Is it for remote access, site-to-site networking, etc?
Btw, export and post your config so we can have a look.
Based on your first post I would make WAN1 the primary WAN in routes.
This means one only has to guide/force a smaller set of users heading to WAN2.
The question I have is what do you exactly mean by wifi ROUTER.
Assuming these are dumb consumer devices and you dont mind the double nat created.
How do you plan to separate the users???
Assuming you have one bridge for ether1, ether2, and ether3.
Where does each port terminate to at the other end??
Most likely the solution will be to use vlans to separate users.
It will be very difficult to do what you wish and keep everyone in the same subnet.
So we must find the most logical separation based on
a. what is connected to etherports of the router
b. capabilities of wifi routers
c. intentions of wifi routers
Not worried about zerotier at the moment.
We can add that later once a stable working usage of the two WANs is in place.
Keeps it simpler to config/manage