Ive just brought a mikrotik router board 493AH..I have winbox but I dont really know how to do a setup... Ive a 3 WAN on my lan one is 192.168.1.254, 192.168.1.252 and 192.168.1.200 how can I setup up these gateways on my LAN…? I would like to IPs from 192.168.1.1 - 192.168.1.100 use the first gateway 192.168.1.101 - 192.168.1.200 to use the second one and the rest to use the third gateway. I hope someone can help me. Thank you.
edit:
If you can tell me how to do it under telnet that would be ok too.. Thanks again.
I cant even setup a basic router function … how can I add only one gateway? For eth1 I add 192.168.1.254 one of my gateway … eth2 goes to switch where is my rest of the LAN, I have added addresses to the ports … I did setup the dns and the firewall too…
What are the 3 WAN devices and how do they connect upstream?
How are they physically connected from the WAN devices to the Routerboard? Is there a switch?
Thanks for the reply… This is the currently network diagramm
and this is what I would like to achieve
GW1 is a wireless link to the internet with fix public IP
GW2 is also a wireless link to the internet with fix public IP
GW3 is a simple ADSL connection
That doesn’t make any sense to me. Do you mean you want the 3 existing gateways so somehow connect to the Internet, the Mikrotik router to connect to those three gateways, and have the Mikrotik router be the only router on the LAN?
I’m bored so I’ll type this out. All of this is documented in the manuals.
Connect gw1 to the Internet on its WAN port. Configure its LAN port as 172.31.255.254/30. Add a route to 192.168.1.0/24 via 172.31.255.253.
Connect gw2 to the Internet on its WAN port. Configure its LAN port as 172.31.255.250/30. Add a route to 192.168.1.0/24 via 172.31.255.249.
Connect gw3 to the Internet on its WAN port. Configure its LAN port as 172.31.255.246/30. Add a route to 192.168.1.0/24 via 172.31.255.245.
Connect gw1’s LAN port to ether1 on the RouterBOARD. Configure an IP address of 172.31.255.253 on ether1.
Connect gw2’s LAN port to ether1 on the RouterBOARD. Configure an IP address of 172.31.255.249 on ether2.
Connect gw3’s LAN port to ether1 on the RouterBOARD. Configure an IP address of 172.31.255.245 on ether3.
Connect your LAN switch to ether4 on the RouterBOARD. Configure an IP address of 192.168.1.1 on ether4.
Configure policy routing mangle rules that mark traffic going from the LAN to the Internet based on the LAN host source address, these marks assign traffic to one of the three gateways.
Lol, @fewi. He can be bored to. (Its boring as it a repetitive question) Acctually, this topic has been scatteredly discussed on many thread and some mikrotik forum.
Try googling with “mikrotik load balancing multiple gateway” you’ll see bunch discussion and tutorials.
More, if you would like to use multiple gateway, perhaps you can apply pcc load balancing.