I want to put two mikrotik routers in a chain. My ISP provides me an ip block and I need that each router has his OWN EXTERNAL IP. The reason that I want to chain the routers is that I need to control and monitor the bandwidth of the secondary router. Is such a thing possible on routerOS? And if yes… How? I have been googeling and experimenting for quit some time now. Thanks for any response!
I added a diagram so my situation becomes more clear.
Marco
Dumb switch and both routers being independent won’t go well with the requirement to control other router’s bandwidth (on first router, as I undertand it).
You could bridge two ports together and feed your WAN into one of these. Then set one of your external IPs on this bridge, plug your next router into the other port and set another of your external IPs on that routers interface.
You can then enable the IP firewall in Bridge Settings on the first router which will allow you to use simple queues on this router to shape traffic on the next router. I think this setup is called something like transparent traffic shaping in the wiki if you want to search for it.
Finally setup a simple queue to shape the traffic of the next router by targeting it’s external IP.
Thank you all for relying! For some reason I dit not receive any updates on this post by email so I was thinking there were no replies at all.
Next week I’m gonna try all suggestions and will reply which one works best for me.