One router, multiple dsl connections

is there a way to join multiple dsl connections into one gateway without any load balancing?
sorry for my ignorance! I’m new to routeros!

What you want to do exactly?
You can not use multiple dsl, just after “plug” the dsl on routerboard.
For any routing software must be a reason for use one or another.

I did not explain it right.
E.g.
2 dsl modems both static ip address assigned (192.168.1.1 and 192.168.2.1)
1 routerboard static ip address assigned 192.168.4.1
but with no load-balancing. only to use one gateway and create one network.

DSL1 lan1 192.168.1.1/24 —> RB1 ether1 192.168.1.2/24
DSL2 lan1 192.168.2.1/24 —> RB1 ether2 192.168.2.2/24

ether3 IP 192.168.4.1/24 —> LAN

routing table:
0.0.0.0/0 gateway = 192.168.1.1,192.168.2.1

just this?! :open_mouth: :open_mouth:

Yes, is too easy? :laughing:

gateway=ip1,ip2 (50% / 50%)

gateway=ip1,ip2,ip1 (66,7% DSL1, 33,3% DSL2)

gateway=ip1,ip2,ip1,ip1 (75% DSL1, 25% DSL2)

etc.

But is not working well as load-balaning or other methods to auto select right gateway. :open_mouth:

believe me, load balancing could work only if you use bandwith-based or policy routing method.

should I get internet access with that configuration?!
'cause I can’t get it by now.