Hello all, I’m trying to deploy a routed wireless link concerning 4 RouterOS units and 802.11a (5 GHz) signal. As you can see on the lines below, I have tried everything and no positive solution comes out. If some one here in the Forum has a clue I will appreciate for life.
If second and third routers are repeaters then you can setup wds bridge on them and route subnet /ip route add dst-address=192.168.4.0/24 gateway=10.0.10.105 from first to last router.
The IP addresses on your wireless links look strange. What netmasks are you using on your interfaces? I suspect the IP addresses on your wireless links might overlap with each other.
And did you check that all required routes are set up in both directions? Are you using a dynamic routing protocol?
And you have not bridged the wireless interfaces? They’re all routed? If so, then the IP addresses of your wireless links do indeed overlap and you should redesign your Layer 3 structure.
Did you try to run this? I’d be suprised if it worked with those /32 netmasks on both sides of the wireless link. After all, 802.11 is a broadcast medium with ethernet-like layer 2 behaviour, and this implies that the routers on both sides of a wireless link will want to ARP for each others addresses and they’d better be in the same broadcast domain for that to work. Though physically such a link might appear to be point-to-point, in fact from the point of view of the transmission layer it is not. It’s just a degenerate case of a broadcast network that happens to have only two nodes on it. This is not PPP over a serial link or something like that…
Yes it does work, it was something MikroTik showed us at the training in Prague. I do tend to use /29 for point to point most of the time as it can be handy to add another device to the subnet sometimes.
Ok then, I’m surprised and curious to the point that I have to build such a setup in the lab some day and sniff the wireless link just to see what exactly is going on.
Yep, much better, IMHO. Though, if you think about it, just being able to add a third device proves my point that the link is not exactly point-to-point by nature, doesn’t it?