Clone Routing ! something weird

Hi guys
my isp gave me one SDSL modem which they setup themselves and do not let me to do any setting and it has a routing on it

so the router (gateway) ip is 200.1.1.1 and we have 5 IP like 200.1.1.2-6

how do I setup mikrotik in the middle of to clone the 200.1.1.1 and pass the packets to sdsl modem to do my bandwidth balacing the way I want without killing one IP for MT box.

thanks

Could you please be more precise in what you’re trying to achieve?
If you want to give the same 200.1.1.1 address that is used
by the ISP-provided SDSL router to your MT box: You can’t, that will never work.

Again, what are you trying to achieve with this setup?


–Tom

Do I get it correctly that you want to transparently put your MikroTik box in between the SDSL “modem” (which sounds more like a router in your description) and the rest of your network - without using ip addresses or reconfiguring something in the router or the rest of the network?
And you want it to do bandwidth shaping, right?

This could be done with MikroTik, as its’ bandwidth shaping facilities (i.e. queueing) do work in a bridged scenario, too (although I have no such setup in production).
So you should be able to create a transparent Ethernet traffic shaper - if that’s what you’re up to.

thanks,
what you said is exactly what I want, I’ll give it a try.

again thanks