This is an old revision of the document!


PCC Load Balancer on RouterOS v7

  • On this example here is the case:
  1. Eth1 connect to ISP1
  2. Eth2 connect to ISP2
  3. Eth3 connect to Local Network
  • First, set the IP addresses:
  1. If using DHCP, add them on IP > DHCP Client
  2. If set as static, IP > Address List
  • Next, add the firewall rule:
  1. Click on IP > Firewall > tab NAT
Add (+)
on tab General:
Chain: srcnat
Out Interface: ether1
on tab Action:
Action: masquerade
Click OK

Add (+)
on tab General:
Chain: srcnat
Out Interface: ether2
on tab Action:
Action: masquerade
Click OK
Edit this page