After 20 pages of SO results on Mikrotik and some other Google results, I came here kneeling to request some enlightenment.
I have a network with a static IP and some public IP (mask 248).
So far, I have configured the network to use one of these public IP addresses and used it for two subnets (192.168.85.X and 192.168.5.X) that are isolated from each other, and both can access the Internet.
What I'm trying to achieve is add a second WAN router to the router and route traffic to a specific server to use this IP address.
What I mean:
- Any PC with 192.168.85.X must use WAN IP1 and use the Internet with it.
- Any PC with 192.168.85.X trying to access www.facebook.com must use WAN IP2 to view and navigate this website (while all other traffic goes through WAN IP1).
The device that gives me the WAN link has only one "out" port, so there is no way to place 2 cables from the "modem" to Mikrotik, right now there is one cable going from the modem to the Mikrotik device. I saw a forum post where the first part can be solved by simply connecting two cables and then assigning different IP addresses for each interface.
As you can see, I'm really happy with the network and routing, so any GUI / Winbox command is appreciated, but the CLI commands will be fine.
source share