grenzo
August 20, 2013, 3:01am
1
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
Rudios
August 20, 2013, 5:06am
2
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?
grenzo
August 20, 2013, 6:24am
3
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
grenzo
August 21, 2013, 1:51pm
4
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
grenzo
August 21, 2013, 2:19pm
5
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