No route to host.....

Hi,

I have a RB connected in LAN that has the WDS active (mode = dynamic mesh / WDS Bridge Default = bridge1) and other RB connected in WDS (NO LAN).

The scheme of the link is this:

http://wiki.mikrotik.com/wiki/Wireless_WDS_Mesh

Using the scanner I see a RB with Signal Strength = - 86

I see the same RB in the neighbors table and try to connect with telnet

I don’t connect and I get this error:

Telnet 10.5.50.93 (Disconnected)
Trying 10.5.50.93 …
telnet: Unable to connect to remote host: No route to host,

what is the reason? The value of Signal Strength is too low?
Thanks

Problem is IP routing.
The message is very clear in saying that there is no ip route to the destination.
How are the IP’s setup?

Ip setup of RB connected in lan is: 10.5.50.90/22 - Network: 10.5.48.0 - interface : bridge1 / Ip Routers: Dst. Address: 0.0.0.0/0 - Gateway: 10.5.50.1

Ip setup of RN connected by wds is: 10.5.50.93/22 - Network: 10.5.48.0 - interface : bridge1 / Ip Routers: Dst. Address: 0.0.0.0/0 - Gateway: 10.5.50.1

Wrong ?
Thanks

I may have found the reason…

In the wireless configuration the field Wireless Protocol was set at 802.11 and not to ANY.

Could this be the problem?

Thanks

With the field Wireless Protocol set at ANY.

Trying to connect with telnet from the table of neighbors appears:

Trying 10.5.50.93…
Connected to 10.5.50.93.
Escape character is ‘^]’.

What does that mean?

Thanks