I bought a RB450G a week ago. I was told I can use QoS, shaping and make load balancing with it. My networking knowledge is limited to basics.
I already did bandwidth shapping - fixed bandwidth equaly distributed to connected users and implemented QoS prioritization.
I need some advice for the last step - Load Balancing/bonding
My purpose is to add another connection from second ISP and "link" it to just one internal IP.
Example:
Code: Select all
ISP1 - ADSL modem - 192.168.2.205 -> Mikrotik RB450G -> internal clients with DHCP assigned IP 192.168.88.0/24
ISP2 - Ethernet cable - public IP let's say 86.109.XXX.XXX -> Mikrotik RB450G -> client with IP 192.168.88.254 (DNAT)
For now I have
Code: Select all
# NAME MTU MAC-ADDRESS ARP MASTER-PORT SWITCH
0 R ether1-gateway 1500 00:0C:42:AA:62:91 enabled none switch1
1 R ether2-master-local 1500 00:0C:42:AA:62:92 enabled none switch1
2 RS ether3-slave-local 1500 00:0C:42:AA:62:93 enabled ether2-master-local switch1
3 S ether4-slave-local 1500 00:0C:42:AA:62:94 enabled ether2-master-local switch1
4 ether5-gateway 1500 00:0C:42:AA:62:95 enabled none switch1
I don't know where to start what should I use to do that (DNAT and load balancing, bonding). Long story short, I'm confused.
Could you give me some hints, documentation link please ?