Hello, I have some troubles with setting up properly RB2011UiAS-RM for our company network.
Our current network setup looks horrible, It was made by someone who doesn’t work here 10 years or more, and the proxy server needs to be replaced because it can fail at any moment, leaving the company without access to the internet.
We got 16 static IP addresses from two ISPs (8 addresses for each), let’s assume this configuration as an example for this post:
WAN1 - network 192.168.1.160/28, gateway 192.168.1.161, broadcast 192.168.1.175
WAN2 - network 192.168.2.64/28, gateway 192.168.2.65, broadcast 192.168.2.79
All the servers have at least three network cards/interfaces, and each server is connected to three switches. First switch splits WAN1, second WAN2 and third one is used for LAN. One of these servers is a proxy server. LAN switch is also conencted to a few 24port switches to grant internet access across the office.
All these servers are visible from the internet (have to).
Graphical view of the network: https://temp.krnmedia.pl/network_now.pdf
What I want to do is to create LAN network with load-balancer and pass communication over remaining IP addresses to the servers.
What I imagine: https://temp.krnmedia.pl/network_future.pdf
Load balancing is based on https://wiki.mikrotik.com/wiki/Manual:PCC and other manuals.
It works good, I can pull one of the cables and it automatically switches to the second interface when first is out (quite like failover). Unfortunately I can ping external ip addresses or sites only from the RouterOS, not from my computer. Can someone enlighten me and show me what i’m doing wrong.
My config: https://temp.krnmedia.pl/mt_config.conf (not everything is set yet)