[solved]
Hi,
I have recently re-did some networking setup at one company. They have two separate Internet connections via VDSL - one for the office and the second one for the guests. There are also two separate local networks, again, one for the office, one for the guests.
As the VDSL modems were really unstable, I switched them to bridge mode and set up a MikroTik RB750GL (5-port, 1 Gbit/s) to create the PPPoE connections. After the DSL connection is set up, I get a dynamic IP address from the ISP (on both connections).
Now, ideally, I would like to have each Internet connection to be used for one of the networks, i.e. both the office and guests will have their own Internet access and won't throttle the other one's connection (since both are only 8 Mbit/s at the moment, unfortunately).
There is however a problem of having two default routes, which are both acquired automatically via DHCP upon setting up the DSL connection. I cannot use two static routes because I don't know in advance which IP addresses I am going to get (as well as a gateway IP).
What is the best approach to this type of problem? One of my friends mentioned VRF, but all the MikroTik VRF articles seem to be only dealing with mid-infrastructure issues.
Quick setup overview:
ether1-gateway-office: first PPPoE connection, IP and default gw dynamically acquired from the ISP
ether2-gateway-guests: second PPPoE connection, IP and default gw dynamically acquired from the ISP
ether3-local-office: 10.0.5.1/24, DHCP server for the office
ether4-local-guests: 10.0.4.1/24, DHCP server for the guests
ether5-local: not used
If there is any information I omitted, please let me know, I will try to fill in as many details as possible.
Thank you!